error_level       955 Zend/zend_compile.c 		int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR;
error_level       961 Zend/zend_compile.c 			zend_error_noreturn(error_level, "Cannot redeclare %s() (previously declared in %s:%d)",
error_level       966 Zend/zend_compile.c 			zend_error_noreturn(error_level, "Cannot redeclare %s()", ZSTR_VAL(function->common.function_name));
error_level       110 ext/intl/intl_error.c 		if( INTL_G( error_level ) )
error_level       111 ext/intl/intl_error.c 			php_error_docref( NULL, INTL_G( error_level ), "%s", msg );
error_level       867 ext/intl/php_intl.c     STD_PHP_INI_ENTRY("intl.error_level", "0", PHP_INI_ALL, OnUpdateLong, error_level, zend_intl_globals, intl_globals)
error_level        54 ext/intl/php_intl.h 	zend_long error_level;
error_level      2244 main/main.c    			const long error_level;
error_level      2291 main/main.c    						zend_error(directives[i].error_level, directives[i].phrase, *p);