summaryrefslogtreecommitdiff
path: root/Zend/tests/invalid_const_class_name.phpt
blob: bedd74e1df18118ad5725e15f3d5b7315deeb178 (plain)
1
2
3
4
5
6
7
8
--TEST--
Invalid constant class name in nested class constant access
--FILE--
<?php
[]::X::X;
?>
--EXPECTF--
Fatal error: Illegal class name in %s on line %d