summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_004.phpt
blob: e7b63ea1ac20b1bb9ef5ca050de5a6b3baa02137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
004: Using global class name from namespace (unqualified - fail)
--FILE--
<?php
namespace test\ns1;

echo get_class(new Exception()),"\n";
--EXPECTF--
Fatal error: Uncaught exception 'EngineException' with message 'Class 'test\ns1\Exception' not found' in %sns_004.php:%d
Stack trace:
#0 {main}
  thrown in %sns_004.php on line %d