
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/lsb_007.phpt |
--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