Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

syntax error, unexpected token “extends”

Description

extends is a PHP token, which appears inside a class or interface structure. It cannot be find anywhere else.

Example

<?php

X extends Y { }

enum Y extends Z { }

?>

Alternatives

  • Check that a class or an interface have been started.