php-8.0.30-src/Zend/tests/constant_expressions_static...

11 lines
193 B
PHP

--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