Home
last modified time | relevance | path

Searched defs:error_level (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php23 function error_reporting(?int $error_level = null): int {}
71 function trigger_error(string $message, int $error_level = E_USER_NOTICE): bool {}
74 function user_error(string $message, int $error_level = E_USER_NOTICE): bool {}
H A Dzend_compile.c1058 int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; in do_bind_function_error() local
/PHP-8.0/ext/intl/
H A Dphp_intl.h52 zend_long error_level; variable
/PHP-8.0/main/
H A Dmain.c2304 const long error_level; in php_module_startup() member

Completed in 36 milliseconds