php-src/Zend/tests/lsb_006.phpt

14 lines
201 B
Plaintext
Raw Normal View History

--TEST--
ZE2 Late Static Binding ensuring extending 'static' is not allowed
--FILE--
<?php
class Foo extends static {
}
?>
==DONE==
--EXPECTF--
2008-02-05 08:41:04 +00:00
Parse error: %s error,%sexpecting %s in %s on line %d