summaryrefslogtreecommitdiff
path: root/Zend/tests/lsb_006.phpt
blob: 84cd22a99572d046547d63140b9aef3f2d8c8ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--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