Imagine for a second you have the following php based page served via apache + mod_php :
<?
blahblah!!!_!_!(___);
?>
This is obviously invalid php, and the script would fail.
Is there any way to signal to mod_php / apache / php.ini (?) to issue a 5xx based status code + document body when this happens?
Ideally one that I could edit / create on my own...
Thanks!