On Wed, Sep 3, 2008 at 6:43 PM, <admin@xxxxxxxxxxxxxxxxxxx> wrote: > I am looking for a way to alter the error_reporting(E_All) > This displays > Parse error: parse error, unexpected '}' in /var/www/html/test.php on line > 7 > > I want to remove the file location and line number from the error > to only produce > Parse error: parse error, unexpected '}' > > Why? You may ask. > > I am writting a code tester in php but i do not want to display the "in" > portion. > This will make you find the error on your own. As a learning tool. > > Understand I have error reporting off in the php.ini file and call the > errors in the php script with ini_set('display_errors', 1);. > > I am sure this is doable I just cant figure out how to do this without > altering the php.ini file. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Hi, Well... u can make an eval of the script, and if it gives an Parse Error it returns false... See www.php.net/eval -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt