This one made me berserk. I represent the gap of doom:
function foo() {
print "I'm foo.";
}
if (something()) {
foo();
}
When executing the error:
Fatal error: function call undefined foo () on line 6
After an hour or so, I found out that the error message actually said:
Fatal error: Call to undefined function foo() on line 6
:
function foo()
, / ( highlight_string), , 0xA0 , 0xA0foo() foo().