mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
96 lines
882 B
Text
96 lines
882 B
Text
"exit"
|
|
"die"
|
|
"fn"
|
|
"function"
|
|
"const"
|
|
"return"
|
|
"mixed"
|
|
"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"
|
|
"match"
|
|
"break"
|
|
"continue"
|
|
"goto"
|
|
"echo"
|
|
"print"
|
|
"class"
|
|
"interface"
|
|
"trait"
|
|
"extends"
|
|
"implements"
|
|
"new"
|
|
"clone"
|
|
"var"
|
|
"int"
|
|
"integer"
|
|
"float"
|
|
"double"
|
|
"never"
|
|
"void"
|
|
"real"
|
|
"string"
|
|
"binary"
|
|
"array"
|
|
"object"
|
|
"bool"
|
|
"boolean"
|
|
"true"
|
|
"false"
|
|
"null"
|
|
"unset"
|
|
"eval"
|
|
"include"
|
|
"include_once"
|
|
"require"
|
|
"require_once"
|
|
"namespace"
|
|
"use"
|
|
"insteadof"
|
|
"global"
|
|
"isset"
|
|
"empty"
|
|
"__halt_compiler"
|
|
"static"
|
|
"abstract"
|
|
"final"
|
|
"private"
|
|
"protected"
|
|
"public"
|
|
"readonly"
|
|
"enum"
|
|
"list"
|
|
"callable"
|
|
"iterable"
|
|
"__class__"
|
|
"__trait__"
|
|
"__function__"
|
|
"__method__"
|
|
"__line__"
|
|
"__file__"
|
|
"__dir__"
|
|
"__namespace__"
|
|
"get"
|
|
"set"
|