summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_077_5.phpt
blob: ade0983e1ff98defd81607e78d773124600b131c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
077: Unknown compile-time constants in namespace
--FILE--
<?php

function foo($a = array(0 => \unknown))
{
}

foo();
--EXPECTF--
Fatal error: Uncaught exception 'EngineException' with message '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