1 2 | display_errors = Off error_reporting = E_ALL |
1 | display_errors = On |
1 | error_reporting = E_ALL & ~E_NOTICE |
1 2 | php_flag display_errors on php_value error_reporting 2039 |
1 2 3 4 5 | <?php print("The next line generates an error.<br>"); printaline("PLEASE?"); print("This will not be displayed due to the above error."); ?> |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |