php-src/Zend/tests/lsb_007.phpt
Antony Dovgal 07d8c7dfa0 fix tests
2008-08-10 21:20:05 +00:00

13 lines
206 B
PHP

--TEST--
ZE2 Late Static Binding ensuring implementing 'static' is not allowed
--FILE--
<?php
class Foo implements static {
}
?>
==DONE==
--EXPECTF--
Parse error: %s error,%sexpecting %s in %s on line %d