Home
last modified time | relevance | path

Searched refs:error_level (Results 276 – 284 of 284) sorted by relevance

1...<<1112

/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md22 if you activate warnings with `intl.error_level` or exceptions with
H A Dphp_intl.c846 …STD_PHP_INI_ENTRY("intl.error_level", "0", PHP_INI_ALL, OnUpdateLong, error_level, zend_intl_globa…
/PHP-7.4/ext/intl/tests/
H A Ddateformat_format.phpt9 //ini_set("intl.error_level", E_WARNING);
H A Ddateformat_format_variant3.phpt9 //ini_set("intl.error_level", E_WARNING);
H A Ddateformat_format_variant2.phpt9 //ini_set("intl.error_level", E_WARNING);
/PHP-7.4/main/
H A Dmain.c2421 const long error_level; in php_module_startup() member
2470 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
/PHP-7.4/Zend/
H A Dzend_compile.c1024 int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; in do_bind_function_error() local
1031 zend_error_noreturn(error_level, "Cannot redeclare %s() (previously declared in %s:%d)", in do_bind_function_error()
1036 zend_error_noreturn(error_level, "Cannot redeclare %s()", in do_bind_function_error()
/PHP-7.4/
H A Dphp.ini-development1013 ;intl.error_level = E_WARNING
H A Dphp.ini-production1013 ;intl.error_level = E_WARNING

Completed in 49 milliseconds

1...<<1112