php-src/Zend/tests/lsb_007.phpt
Hannes Magnusson ed1bafe5d7 Fix test
2008-02-05 08:41:04 +00:00

14 lines
207 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