E_RECOVERABLE_ERROR  289 Zend/zend.c    				zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", Z_OBJCE_P(expr)->name);
E_RECOVERABLE_ERROR 1044 Zend/zend.c    			case E_RECOVERABLE_ERROR:
E_RECOVERABLE_ERROR 1081 Zend/zend.c    		case E_RECOVERABLE_ERROR:
E_RECOVERABLE_ERROR   35 Zend/zend_closures.c 	zend_error(E_RECOVERABLE_ERROR, "Closure object cannot have properties")
E_RECOVERABLE_ERROR   57 Zend/zend_closures.c 		zend_error(E_RECOVERABLE_ERROR, "Cannot get arguments for calling closure");
E_RECOVERABLE_ERROR  142 Zend/zend_closures.c 	zend_error(E_RECOVERABLE_ERROR, "Instantiation of 'Closure' is not allowed");
E_RECOVERABLE_ERROR  393 Zend/zend_closures.c 	zend_error(E_RECOVERABLE_ERROR, "Instantiation of 'Closure' is not allowed");
E_RECOVERABLE_ERROR  101 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_RECOVERABLE_ERROR", E_RECOVERABLE_ERROR, CONST_PERSISTENT | CONST_CS);
E_RECOVERABLE_ERROR   41 Zend/zend_errors.h #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPRECATED | E_STRICT)
E_RECOVERABLE_ERROR  619 Zend/zend_execute.c 			return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, need_msg, class_name, "none", "" TSRMLS_CC);
E_RECOVERABLE_ERROR  624 Zend/zend_execute.c 				return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, need_msg, class_name, "instance of ", Z_OBJCE_P(arg)->name TSRMLS_CC);
E_RECOVERABLE_ERROR  628 Zend/zend_execute.c 			return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, need_msg, class_name, zend_zval_type_name(arg), "" TSRMLS_CC);
E_RECOVERABLE_ERROR  634 Zend/zend_execute.c 					return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, "be of the type array", "", "none", "" TSRMLS_CC);
E_RECOVERABLE_ERROR  638 Zend/zend_execute.c 					return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, "be of the type array", "", zend_zval_type_name(arg), "" TSRMLS_CC);
E_RECOVERABLE_ERROR  644 Zend/zend_execute.c 					return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, "be callable", "", "none", "" TSRMLS_CC);
E_RECOVERABLE_ERROR  647 Zend/zend_execute.c 					return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, "be callable", "", zend_zval_type_name(arg), "" TSRMLS_CC);
E_RECOVERABLE_ERROR  323 Zend/zend_generators.c 	zend_error(E_RECOVERABLE_ERROR, "The \"Generator\" class is reserved for internal use and cannot be manually instantiated");
E_RECOVERABLE_ERROR 1562 Zend/zend_object_handlers.c 					zend_error(E_RECOVERABLE_ERROR, "Method %s::__toString() must return a string value", ce->name);
E_RECOVERABLE_ERROR  338 Zend/zend_operators.c 			zend_error(E_RECOVERABLE_ERROR,													\
E_RECOVERABLE_ERROR  211 ext/dba/dba.c  			php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Key does not have exactly two elements: (key, name)");
E_RECOVERABLE_ERROR  542 ext/dba/libinifile/inifile.c 				php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Could not copy from temporary stream - ini file truncated");
E_RECOVERABLE_ERROR   65 ext/intl/collator/collator_compare.c 		php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized");
E_RECOVERABLE_ERROR   58 ext/intl/collator/collator_locale.c 		php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized");
E_RECOVERABLE_ERROR   80 ext/intl/collator/collator_sort.c 			php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized");
E_RECOVERABLE_ERROR  402 ext/intl/collator/collator_sort.c 		php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized");
E_RECOVERABLE_ERROR  574 ext/intl/collator/collator_sort.c 		php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized");
E_RECOVERABLE_ERROR 1267 ext/mcrypt/mcrypt.c 		php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Mcrypt initialisation failed");
E_RECOVERABLE_ERROR   74 ext/phar/phar_internal.h #ifndef E_RECOVERABLE_ERROR
E_RECOVERABLE_ERROR  732 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s::offsetSet() instead", Z_OBJCE_P(object)->name);
E_RECOVERABLE_ERROR  199 ext/spl/spl_heap.c 		zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
E_RECOVERABLE_ERROR  731 ext/spl/spl_heap.c 		zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
E_RECOVERABLE_ERROR  773 ext/spl/spl_heap.c 		zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
E_RECOVERABLE_ERROR  947 ext/spl/spl_heap.c 			zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
E_RECOVERABLE_ERROR 1074 ext/spl/spl_heap.c 			zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
E_RECOVERABLE_ERROR  171 ext/standard/assert.c 				php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, myeval);
E_RECOVERABLE_ERROR  173 ext/standard/assert.c 				php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, description, myeval);
E_RECOVERABLE_ERROR  180 ext/standard/php_fopen_wrapper.c 				php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Max memory must be >= 0");
E_RECOVERABLE_ERROR  318 ext/standard/php_fopen_wrapper.c 			php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "No URL resource specified");
E_RECOVERABLE_ERROR  664 ext/wddx/wddx.c 				php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references");
E_RECOVERABLE_ERROR  675 ext/wddx/wddx.c 				php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references");
E_RECOVERABLE_ERROR 1038 main/main.c    			case E_RECOVERABLE_ERROR:
E_RECOVERABLE_ERROR 1140 main/main.c    		case E_RECOVERABLE_ERROR: