Home
last modified time | relevance | path

Searched refs:error_level (Results 251 – 268 of 268) sorted by relevance

1...<<11

/PHP-8.3/ext/intl/tests/
H A Ddateformat_create_cal_arg_variant4.phpt10 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_create_cal_arg_variant5.phpt9 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_timezone_arg_variations3.phpt10 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_before_after_error.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dcpbi_getLastCodePoint_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_formatObject_error.phpt7 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_set_timezone_id2.phpt12 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_set_timezone_id_icu72-1.phpt12 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_set_timezone_id3.phpt13 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_format.phpt10 //ini_set("intl.error_level", E_WARNING);
H A Ddateformat_format_variant2.phpt10 //ini_set("intl.error_level", E_WARNING);
H A Ddateformat_format_variant3.phpt12 //ini_set("intl.error_level", E_WARNING);
/PHP-8.3/Zend/
H A Dzend_builtin_functions_arginfo.h37 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, error_level, IS_LONG, 1, "null")
132 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, error_level, IS_LONG, 0, "E_USER_NOTICE")
H A Dzend_compile.c1195 int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; in do_bind_function_error() local
1202 zend_error_noreturn(error_level, "Cannot redeclare %s() (previously declared in %s:%d)", in do_bind_function_error()
1207 zend_error_noreturn(error_level, "Cannot redeclare %s()", in do_bind_function_error()
/PHP-8.3/ext/intl/
H A DERROR_CONVENTIONS.md22 if you activate warnings with `intl.error_level` or exceptions with
/PHP-8.3/main/
H A Dmain.c2288 const long error_level; in php_module_startup() member
2337 zend_error(directives[i].error_level, directives[i].phrase, *p); in php_module_startup()
/PHP-8.3/
H A Dphp.ini-production1040 ;intl.error_level = E_WARNING
H A Dphp.ini-development1038 ;intl.error_level = E_WARNING

Completed in 57 milliseconds

1...<<11