Home
last modified time | relevance | path

Searched refs:error_level (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/intl/tests/
H A Dbug62081.phpt9 ini_set('intl.error_level', E_WARNING);
H A Dbug62017.phpt9 ini_set('intl.error_level', E_WARNING);
H A Ddateformat_calendars.phpt11 ini_set("intl.error_level", E_WARNING);
/PHP-5.3/ext/intl/
H A Dphp_intl.h48 long error_level; variable
H A Dintl_error.c105 if(!err && INTL_G(error_level)) { in intl_error_set_custom_msg()
106 php_error_docref(NULL TSRMLS_CC, INTL_G(error_level), "%s", msg); in intl_error_set_custom_msg()
H A Dphp_intl.c498 …STD_PHP_INI_ENTRY("intl.error_level", "0", PHP_INI_ALL, OnUpdateLong, error_level, zend_intl_globa…
/PHP-5.3/Zend/
H A Dzend_compile.c2958 int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; in do_bind_function() local
2964 zend_error(error_level, "Cannot redeclare %s() (previously declared in %s:%d)", in do_bind_function()
2969 zend_error(error_level, "Cannot redeclare %s()", function->common.function_name); in do_bind_function()
/PHP-5.3/
H A Dphp.ini-development1039 ;intl.error_level = E_WARNING
H A Dphp.ini-production1039 ;intl.error_level = E_WARNING

Completed in 52 milliseconds