PHP has some pretty funky error messages:
"parse error, unexpected T_IF";
"Parse error: parse error, unexpected T_CONSTANT_ENCA PSED_STRING";
Humans often see these - shouldn't they be more human readable?
....and why are there no stack backtraces?
When a problem arises, I am often interested in knowing where the
problem code was called from.
It seems as though - with PHP - I need third-party debugging tools if I
want to access this information :-|
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
"parse error, unexpected T_IF";
"Parse error: parse error, unexpected T_CONSTANT_ENCA PSED_STRING";
Humans often see these - shouldn't they be more human readable?
....and why are there no stack backtraces?
When a problem arises, I am often interested in knowing where the
problem code was called from.
It seems as though - with PHP - I need third-party debugging tools if I
want to access this information :-|
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
Comment