12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- "exit"
- "die"
- "fn"
- "function"
- "const"
- "return"
- "yield"
- "yield from"
- "try"
- "catch"
- "finally"
- "throw"
- "if"
- "elseif"
- "endif"
- "else"
- "while"
- "endwhile"
- "do"
- "for"
- "endfor"
- "foreach"
- "endforeach"
- "declare"
- "enddeclare"
- "instanceof"
- "as"
- "switch"
- "endswitch"
- "case"
- "default"
- "break"
- "continue"
- "goto"
- "echo"
- "print"
- "class"
- "interface"
- "trait"
- "extends"
- "implements"
- "new"
- "clone"
- "var"
- "int"
- "integer"
- "float"
- "double"
- "real"
- "string"
- "binary"
- "array"
- "object"
- "bool"
- "boolean"
- "unset"
- "eval"
- "include"
- "include_once"
- "require"
- "require_once"
- "namespace"
- "use"
- "insteadof"
- "global"
- "isset"
- "empty"
- "__halt_compiler"
- "static"
- "abstract"
- "final"
- "private"
- "protected"
- "public"
- "unset"
- "list"
- "callable"
- "__class__"
- "__trait__"
- "__function__"
- "__method__"
- "__line__"
- "__file__"
- "__dir__"
- "__namespace__"
|