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