
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/lsb_006.phpt |
--TEST--
ZE2 Late Static Binding ensuring extending 'static' is not allowed
--FILE--
<?php
class Foo extends static {
}
?>
==DONE==
--EXPECTF--
Parse error: %s error,%sexpecting %s in %s on line %d