- Output for 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.23, 8.4.1 - 8.4.10
- Fatal error: Uncaught Error: Call to undefined function bar() in /in/4Z90J:11
Stack trace:
#0 {main}
thrown in /in/4Z90J on line 11
Process exited with code 255.
<?php
function foo($foo)
{
function bar()
{
echo "hello";
}
}
bar();