![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: ZE2 Late Static Binding ensuring extending 'static' is not allowed ! 3: --FILE-- ! 4: <?php ! 5: ! 6: class Foo extends static { ! 7: } ! 8: ! 9: ?> ! 10: ==DONE== ! 11: --EXPECTF-- ! 12: Parse error: %s error,%sexpecting %s in %s on line %d ! 13: