php-src/Zend/tests/lsb_007.phpt

14 lines
207 B
Plaintext
Raw Normal View History

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