php-src/Zend/tests/constant_expressions_static_class_name_error.phpt

11 lines
193 B
Plaintext
Raw Normal View History

--TEST--
Cannot use static::FOO in constant expressions
--FILE--
<?php
const C = static::FOO;
?>
--EXPECTF--
Fatal error: "static::" is not allowed in compile-time constants in %s on line %d