简单的异常处理
程序员文章站
2022-05-17 22:11:36
...
跳至
50) { trigger_error("x great than 50", E_USER_NOTICE); } else { trigger_error("x less than 50", E_USER_WARNING); } } test_handler();