xref: /PHP-5.5/Zend/tests/lsb_009.phpt (revision ed1bafe5)
1--TEST--
2ZE2 Late Static Binding interface name "static"
3--FILE--
4<?php
5interface static {
6}
7--EXPECTF--
8Parse error: %s error,%sexpecting %s in %s on line %d
9
10