nhat - 2009-03-02 04:40:14
<?php
//phpinfo();
error_reporting(0);
ini_set('display_errors', 'Off');
ini_set('display_startup_errors', 'Off');
//display_errors = Off;
echo "ffffffffffff"
echo "ffffffffffff"
?>
I have example.php file as that, and my purpose try to hide syntax error,so I used error_reporting(0),even I used ini_set('display_errors', 'Off');
But when i run example.php,the browser displayed "Parse error: parse error, expecting `','' or `';'' in C:\wamp\www\1info.php on line 11"
I didn't achieve my purpose,please help me