php-src/Zend/tests/grammar/regression_003.phpt
2015-05-25 22:58:30 +02:00

14 lines
250 B
PHP

--TEST--
Test to ensure ::class is still reserved in obj scope
--FILE--
<?php
class Obj
{
const CLASS = 'class';
}
?>
--EXPECTF--
Fatal error: A class constant must not be called 'class'; it is reserved for class name fetching in %s on line %d