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