mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
85 lines
796 B
Text
85 lines
796 B
Text
"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__"
|