1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Files
archived-php-src/Zend/tests/ns_077_5.phpt
T
2015-05-17 17:31:43 -05:00

17 lines
297 B
PHP

--TEST--
077: Unknown compile-time constants in namespace
--FILE--
<?php
function foo($a = array(0 => \unknown))
{
}
foo();
--EXPECTF--
Fatal error: Uncaught Error: Undefined constant 'unknown' in %sns_077_%d.php:%d
Stack trace:
#0 %s(%d): foo()
#1 {main}
thrown in %sns_077_%d.php on line %d