summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_004.phpt
blob: 1c2395351b4e085020450e8a6595f713831b8549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--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 Error: Class "test\ns1\Exception" not found in %s:%d
Stack trace:
#0 {main}
  thrown in %sns_004.php on line %d