Searched defs:error_level (Results 1 – 4 of 4) sorted by relevance
52 zend_long error_level; variable
39 function error_reporting(?int $error_level = null): int {}110 function trigger_error(string $message, int $error_level = E_USER_NOTICE): true {}113 function user_error(string $message, int $error_level = E_USER_NOTICE): true {}
1271 int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; in do_bind_function_error() local
2331 const long error_level; in php_module_startup() member
Completed in 167 milliseconds