php-src/Zend/tests/lsb_006.phpt
Steph Fox 6d8760677d - killed off UEXPECT
- altered EXPECT for parser errors. This may or may not be a Good Thing.
2008-05-26 14:33:44 +00:00

13 lines
200 B
PHP

--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