> function myErrorHandler($errno, &$errstr, $errfile, $errline) {...}
>

It would be awesome to also pass $errfile and $errline by reference. This
would allow mapping "compiled" source to real source code and have
meaningful error file+line information.
By "compiled", I mean e.g. inlined classes (like the bootstrap.cache.php
file in Symfony), or preprocessed sources, etc.

Nicolas

Reply via email to