I'm looking to run a bit of custom error handling for PHP's parse errors - the type when the syntax is wrong, and you get those white screens of death.
(To be clear, the type that would result when running malformed code as so:
<?php
if () {
?>
)
I had a look at setting a custom error handler, but couldn't get anything to happen.