php-8.0.30-src/Zend/tests/interface_extends_static.phpt

11 lines
210 B
PHP

--TEST--
Interface cannot extend static, as it is reserved
--FILE--
<?php
interface Foo extends static {}
?>
--EXPECTF--
Fatal error: Cannot use 'static' as interface name, as it is reserved in %s on line %d