PHP8中的保留字有哪些?
PHP8中的保留字包括:__halt_compiler、abstract、and、array、as、break、callable、case、catch、class、clone、
php8中的保留字包括:__halt_compiler、abstract、and、array、as、break、callable、case、catch、class、clone、const、continue、declare、default、die、do、echo、else、elseif、empty、enddeclare、endfor、endforeach、endif、endswitch、endwhile、enum(as of PHP 8.1)、eval、exit、extends、final、finally(as of PHP 5.5)、fn(as of PHP 7.4)、for、foreach、function、global、goto(as of PHP 5.3)、if、implements、include、include_once、instanceof、insteadof(as of PHP 7.0)、interface、isset、list()(as of PHP 7.1)、match(as of PHP 8.0)、namespace(as of PHP 5.3)、new、or(as of PHP 5.3)、print(as of PHP 5.3)、private(as of PHP 5.0.0)、protected(as of PHP 5.0.0)、public(as of PHP 5.0.0)、require(as of PHP 4)、require_once(as of PHP 4)、return、static(as of PHP 5.0.0)、switch、throw(as of PHP 5)、trait(as of PHP 5.4)、try(as of PHP 5)、unset()(as of PHP 5)、use(as of PHP 5)、var(as of PHP 4)、while 和 xor。
猜你喜欢