1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Files

13 lines
229 B
PHP

--TEST--
Interfaces cannot be readonly
--FILE--
<?php
readonly interface Foo
{
}
?>
--EXPECTF--
Parse error: syntax error, unexpected token "interface", expecting "abstract" or "final" or "readonly" or "class" in %s on line %d