diff --git a/appendices/reserved.xml b/appendices/reserved.xml index dacecb57cf..3644d7cd63 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -271,7 +271,7 @@ namespace (as of PHP 5.3) - goto (PHP 6 only) + goto (as of PHP 5.3) __DIR__ (as of PHP 5.3) diff --git a/appendices/tokens.xml b/appendices/tokens.xml index 5a83aaa9de..c85c75ecfa 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -1,5 +1,5 @@ - + List of Parser Tokens @@ -337,6 +337,11 @@ global variable scope + + T_GOTO + goto + undocumented (available since PHP 5.3.0) + T_HALT_COMPILER __halt_compiler()