Searched refs:error_level (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_5/ext/intl/ |
| H A D | intl_error.c | 110 if( INTL_G( error_level ) ) 111 php_error_docref( NULL TSRMLS_CC, INTL_G( error_level ), "%s", msg );
|
| H A D | php_intl.h | 53 long error_level; variable
|
| H A D | php_intl.c | 861 STD_PHP_INI_ENTRY("intl.error_level", "0", PHP_INI_ALL, OnUpdateLong, error_level, zend_intl_globals, intl_globals)
|
| /PHP_5_5/Zend/ |
| H A D | zend_compile.c | 4443 int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; local 4449 zend_error(error_level, "Cannot redeclare %s() (previously declared in %s:%d)", 4454 zend_error(error_level, "Cannot redeclare %s()", function->common.function_name);
|
| /PHP_5_5/main/ |
| H A D | main.c | 2249 const long error_level; member in struct:__anon1 2295 zend_error(directives[i].error_level, directives[i].phrase, *p);
|
Completed in 37 milliseconds