跳至 50) { trigger_error("x great than 50", E_USER_NOTICE); } else { trigger_error("x less than 50", E_USER_WARNING); } } test_handler();