|
and
|
or
|
xor
|
__FILE__
|
exception (PHP 5)
|
|
__LINE__
|
array()
|
as
|
break
|
case
|
|
class
|
const
|
continue
|
declare
|
default
|
|
die()
|
do
|
echo()
|
else
|
elseif
|
|
empty()
|
enddeclare
|
endfor
|
endforeach
|
endif
|
|
endswitch
|
endwhile
|
eval()
|
exit()
|
extends
|
|
for
|
foreach
|
function
|
global
|
if
|
|
include()
|
include_once()
|
isset()
|
list()
|
new
|
|
print()
|
require()
|
require_once()
|
return()
|
static
|
|
switch
|
unset()
|
use
|
var
|
while
|
|
__FUNCTION__
|
__CLASS__
|
__METHOD__
|
final (as of PHP 5)
|
php_user_filter (as of PHP 5)
|
|
interface (as of PHP 5)
|
implements (as of PHP 5)
|
instanceof (as of PHP 5)
|
public (as of PHP 5)
|
private (as of PHP 5)
|
|
protected (as of PHP 5)
|
abstract (as of PHP 5)
|
clone (as of PHP 5)
|
try (as of PHP 5)
|
catch (as of PHP 5)
|
|
throw (as of PHP 5)
|
cfunction (PHP 4 only)
|
old_function (PHP 4 only)
|
this (as of PHP 5)
|
final (as of PHP 5)
|
|
__NAMESPACE__ (as of PHP 5.3)
|
namespace (as of PHP 5.3)
|
goto (PHP 6 only)
|
__DIR__ (as of PHP 5.3)
|
|