- Output for 7.0.0 - 7.2.0
- Fatal error: Uncaught Error: Call to undefined function foo() in /in/ksXVX:8
Stack trace:
#0 {main}
thrown in /in/ksXVX on line 8
array(4) {
["type"]=>
int(1)
["message"]=>
string(95) "Uncaught Error: Call to undefined function foo() in /in/ksXVX:8
Stack trace:
#0 {main}
thrown"
["file"]=>
string(9) "/in/ksXVX"
["line"]=>
int(8)
}
Process exited with code 255. - Output for 5.3.21 - 5.6.28
- Fatal error: Call to undefined function foo() in /in/ksXVX on line 8
array(4) {
["type"]=>
int(1)
["message"]=>
string(32) "Call to undefined function foo()"
["file"]=>
string(9) "/in/ksXVX"
["line"]=>
int(8)
}
Process exited with code 255.