summaryrefslogtreecommitdiff
path: root/Zend/tests/bug77376.phpt
blob: 4f6aec9ce950d61bccdd8071e187c08fd9119424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #77376 ("undefined function" message no longer includes namespace)
--FILE--
<?php
namespace Hello;
World();
?>
--EXPECTF--
Fatal error: Uncaught Error: Call to undefined function Hello\World() %sbug77376.php:%d
Stack trace:
#0 {main}
  thrown in %sbug77376.php on line %d