E_ERROR          1061 Zend/zend.c    			case E_ERROR:
E_ERROR          1096 Zend/zend.c    		case E_ERROR:
E_ERROR          1156 Zend/zend.c    		case E_ERROR:
E_ERROR          1318 Zend/zend.c    		zend_error(E_ERROR, "%s", message);
E_ERROR          1431 Zend/zend.c    				zend_exception_error(EG(exception), E_ERROR);
E_ERROR           249 Zend/zend_API.c 	} else if (severity == E_ERROR) {
E_ERROR           718 Zend/zend_API.c 						*severity = E_ERROR;
E_ERROR          3119 Zend/zend_API.c 					severity = E_ERROR;
E_ERROR          3131 Zend/zend_API.c 					if (severity == E_ERROR) {
E_ERROR           385 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR,
E_ERROR          1361 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu + %zu)", ZEND_MM_ALIGNED_SIZE(real_size), ZEND_MM_ALIGNED_SIZE(sizeof(zend_mm_debug_info)));
E_ERROR          2509 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
E_ERROR          2556 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", 1, length, 1);
E_ERROR          2571 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", 1, length, 1);
E_ERROR          2588 Zend/zend_alloc.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", 1, length, 1);
E_ERROR            89 Zend/zend_arena.h 		zend_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, count);
E_ERROR           955 Zend/zend_compile.c 		int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR;
E_ERROR           117 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_ERROR", E_ERROR, CONST_PERSISTENT | CONST_CS);
E_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_ERROR            52 Zend/zend_exceptions.c 	zend_error_noreturn(E_ERROR, "Class %s cannot implement interface %s, extend %s or %s instead",
E_ERROR           157 Zend/zend_exceptions.c 			zend_exception_error(EG(exception), E_ERROR);
E_ERROR           322 Zend/zend_exceptions.c 	zend_long   code = 0, severity = E_ERROR, lineno;
E_ERROR           873 Zend/zend_exceptions.c 	zend_declare_property_long(zend_ce_error_exception, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC_PROTECTED);
E_ERROR           223 Zend/zend_execute_API.c 		zend_error(E_ERROR, "%s", message);
E_ERROR          1175 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR);
E_ERROR          1204 Zend/zend_execute_API.c 	zend_error_noreturn(E_ERROR, "Maximum execution time of %pd second%s exceeded", EG(timeout_seconds), EG(timeout_seconds) == 1 ? "" : "s");
E_ERROR          1246 Zend/zend_execute_API.c 			zend_error_noreturn(E_ERROR, "Could not delete queued timer");
E_ERROR          1256 Zend/zend_execute_API.c 		zend_error_noreturn(E_ERROR, "Could not queue new timer");
E_ERROR          1305 Zend/zend_execute_API.c 			zend_error_noreturn(E_ERROR, "Could not delete queued timer");
E_ERROR          1453 Zend/zend_execute_API.c 			zend_error_noreturn(E_ERROR, "Class %s contains %d abstract method%s and must therefore be declared abstract or implement the remaining methods (" MAX_ABSTRACT_INFO_FMT MAX_ABSTRACT_INFO_FMT MAX_ABSTRACT_INFO_FMT ")",
E_ERROR            78 Zend/zend_hash.c 			zend_error_noreturn(E_ERROR, "Nesting level too deep - recursive dependency?");\
E_ERROR           106 Zend/zend_hash.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nSize, sizeof(Bucket), sizeof(Bucket));
E_ERROR           192 Zend/zend_hash.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", ht->nTableSize * 2, sizeof(Bucket), sizeof(Bucket));
E_ERROR           897 Zend/zend_hash.c 		zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", ht->nTableSize * 2, sizeof(Bucket) + sizeof(uint32_t), sizeof(Bucket));
E_ERROR           144 Zend/zend_inheritance.c 			zend_error_noreturn(E_ERROR, "Cannot override final %s::%s() with %s::%s()",
E_ERROR           672 Zend/zend_inheritance.c 		zend_error_noreturn(E_ERROR, "Interface %s cannot implement itself", ZSTR_VAL(ce->name));
E_ERROR           343 Zend/zend_interfaces.c 						zend_error_noreturn(E_ERROR, "Class %s cannot implement both %s and %s at the same time",
E_ERROR           375 Zend/zend_interfaces.c 				zend_error_noreturn(E_ERROR, "Class %s cannot implement both %s and %s at the same time",
E_ERROR            47 Zend/zend_object_handlers.c 			zend_error_noreturn(E_ERROR, "Nesting level too deep - recursive dependency?"); \
E_ERROR           185 Zend/zend_object_handlers.c 	zend_error_noreturn(E_ERROR, ZEND_DEBUGINFO_FUNC_NAME "() must return an array");
E_ERROR          1228 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot call non static method %s::%s() without object", ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(fbc->common.function_name));
E_ERROR          1540 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR,
E_ERROR           851 Zend/zend_operators.c 			zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", ZSTR_VAL(Z_OBJCE_P(op)->name));
E_ERROR          1197 Zend/zend_operators.c 			zend_error_noreturn(E_ERROR, "Modulo by zero");
E_ERROR          1550 Zend/zend_operators.c 				zend_error_noreturn(E_ERROR, "Bit shift by negative number");
E_ERROR          1581 Zend/zend_operators.c 				zend_error_noreturn(E_ERROR, "Bit shift by negative number");
E_ERROR           221 Zend/zend_signal.c 			zend_error_noreturn(E_ERROR, "Error installing signal handler for %d", signo);
E_ERROR           273 Zend/zend_signal.c 			zend_error_noreturn(E_ERROR, "Error installing signal handler for %d", signo);
E_ERROR           603 Zend/zend_strtod.c 			zend_error_noreturn(E_ERROR, "Balloc() failed to allocate memory");
E_ERROR           616 Zend/zend_strtod.c 				zend_error_noreturn(E_ERROR, "Balloc() failed to allocate memory");
E_ERROR          7062 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ZSTR_VAL(ce->name), ZSTR_VAL(iface->name));
E_ERROR          7085 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "%s cannot use %s - it is not a trait", ZSTR_VAL(ce->name), ZSTR_VAL(trait->name));
E_ERROR          1456 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "%s cannot use %s - it is not a trait", ZSTR_VAL(ce->name), ZSTR_VAL(trait->name));
E_ERROR          2259 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ZSTR_VAL(ce->name), ZSTR_VAL(iface->name));
E_ERROR          45505 Zend/zend_vm_execute.h 	zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE->op2_type);
E_ERROR           116 ext/com_dotnet/com_com.c 		php_com_throw_exception(E_ERROR, "DCOM has been disabled by your administrator [com.allow_dcom=0]");
E_ERROR           149 ext/com_dotnet/com_iterator.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           545 ext/com_dotnet/com_saproxy.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          1007 ext/date/php_date.c 		php_error_docref(NULL, E_ERROR, "Timezone database is corrupt - this should *never* happen!");
E_ERROR          1948 ext/date/php_date.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          1967 ext/date/php_date.c 		zend_error(E_ERROR, "DateTimeInterface can't be implemented by user classes");
E_ERROR          2788 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTime object");
E_ERROR          2810 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTimeImmutable object");
E_ERROR          2828 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DateTime object");
E_ERROR          3708 ext/date/php_date.c 		php_error_docref(NULL, E_ERROR, "Timezone initialization failed");
E_ERROR          3726 ext/date/php_date.c 		php_error_docref(NULL, E_ERROR, "Timezone initialization failed");
E_ERROR          5002 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          5020 ext/date/php_date.c 		php_error(E_ERROR, "Invalid serialization data for DatePeriod object");
E_ERROR          5030 ext/date/php_date.c 		php_error_docref(NULL, E_ERROR, "Retrieval of DatePeriod properties for modification is unsupported");
E_ERROR          5048 ext/date/php_date.c 	php_error_docref(NULL, E_ERROR, "Writing to DatePeriod properties is unsupported");
E_ERROR          1859 ext/dom/document.c 		php_error(E_ERROR, "Invalid Schema Validation Context");
E_ERROR          1959 ext/dom/document.c 		php_error(E_ERROR, "Invalid RelaxNG Validation Context");
E_ERROR          2249 ext/dom/document.c 			php_error_docref(NULL, E_ERROR, "Class %s could not be registered.", ZSTR_VAL(ce->name));
E_ERROR          2253 ext/dom/document.c 		php_error_docref(NULL, E_ERROR, "Class %s is not derived from %s.", ZSTR_VAL(ce->name), ZSTR_VAL(basece->name));
E_ERROR           266 ext/dom/dom_iterators.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           289 ext/dom/php_dom.c 	php_error_docref(NULL, E_ERROR, "Cannot read property");
E_ERROR           297 ext/dom/php_dom.c 	php_error_docref(NULL, E_ERROR, "Cannot write property");
E_ERROR            97 ext/gd/libgd/gd_jpeg.c 		php_gd_error_ex(E_ERROR, "gd-jpeg: EXTREMELY fatal error: longjmp returned control; terminating");
E_ERROR            99 ext/gd/libgd/gd_jpeg.c 		php_gd_error_ex(E_ERROR, "gd-jpeg: EXTREMELY fatal error: jmpbuf unrecoverable; terminating");
E_ERROR            68 ext/gd/libgd/gd_png.c 		php_gd_error_ex(E_ERROR, "gd-png:  EXTREMELY fatal error: jmpbuf unrecoverable; terminating.");
E_ERROR            58 ext/gd/libgd/gd_webp.c 			zend_error(E_ERROR, "WebP decode: realloc failed");
E_ERROR            69 ext/gd/libgd/gd_webp.c 		zend_error(E_ERROR, "gd-webp cannot get webp info");
E_ERROR            81 ext/gd/libgd/gd_webp.c 		zend_error(E_ERROR, "gd-webp cannot allocate temporary buffer");
E_ERROR           115 ext/gd/libgd/gd_webp.c 		zend_error(E_ERROR, "Paletter image not supported by webp");
E_ERROR           147 ext/gd/libgd/gd_webp.c 		zend_error(E_ERROR, "gd-webp encoding failed");
E_ERROR          4449 ext/imap/php_imap.c 		php_error_docref(NULL, E_ERROR, "Address buffer overflow");
E_ERROR            37 ext/intl/collator/collator.c 		zend_error( E_ERROR, "Collator class not defined" );
E_ERROR           147 ext/intl/collator/collator_class.c 		zend_error( E_ERROR,
E_ERROR            33 ext/intl/dateformat/dateformat.c 		zend_error(E_ERROR, "DateFormat class not defined");
E_ERROR           209 ext/intl/dateformat/dateformat_class.c 		zend_error(E_ERROR, "Failed to register IntlDateFormatter class");
E_ERROR            40 ext/intl/formatter/formatter.c 		zend_error(E_ERROR, "NumberFormatter class not defined");
E_ERROR           204 ext/intl/formatter/formatter_class.c 		zend_error(E_ERROR, "Failed to register NumberFormatter class");
E_ERROR           168 ext/intl/idn/idn.c 		php_error_docref(NULL, E_ERROR, "ICU returned an unexpected length");
E_ERROR            38 ext/intl/locale/locale.c 		zend_error( E_ERROR, "Locale class not defined" );
E_ERROR           107 ext/intl/locale/locale_class.c 		zend_error( E_ERROR,
E_ERROR           173 ext/intl/msgformat/msgformat_class.c 		zend_error(E_ERROR, "Failed to register MessageFormatter class");
E_ERROR            36 ext/intl/normalizer/normalizer.c 		zend_error( E_ERROR, "Normalizer class not defined" );
E_ERROR            66 ext/intl/normalizer/normalizer_class.c 		zend_error( E_ERROR,
E_ERROR           227 ext/intl/resourcebundle/resourcebundle_class.c 		php_error( E_ERROR, "Cannot apply [] to ResourceBundle object" );
E_ERROR           439 ext/intl/resourcebundle/resourcebundle_class.c 		zend_error(E_ERROR, "Failed to register ResourceBundle class");
E_ERROR           156 ext/intl/resourcebundle/resourcebundle_iterator.c 	     php_error( E_ERROR, "ResourceBundle does not support writable iterators" );
E_ERROR            34 ext/intl/spoofchecker/spoofchecker.c 		zend_error(E_ERROR, "Spoofchecker class not defined");
E_ERROR           128 ext/intl/spoofchecker/spoofchecker_class.c 		zend_error(E_ERROR, "Failed to clone SpoofChecker object");
E_ERROR           154 ext/intl/spoofchecker/spoofchecker_class.c 		zend_error(E_ERROR,
E_ERROR            34 ext/intl/transliterator/transliterator.c 		zend_error( E_ERROR, "Transliterator class not defined" );
E_ERROR           186 ext/intl/transliterator/transliterator_class.c 			php_error_docref( NULL, E_ERROR, "%s", ZSTR_VAL(err_msg) );
E_ERROR           364 ext/intl/transliterator/transliterator_class.c 		zend_error( E_ERROR,
E_ERROR          1866 ext/ldap/ldap.c 				php_error_docref(NULL, E_ERROR, "Unknown and uncaught modification type.");
E_ERROR           943 ext/mbstring/php_mbregex.c 					php_error_docref(NULL,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, ZSTR_VAL(eval_buf.s));
E_ERROR           285 ext/mysqli/mysqli.c 	php_error_docref(NULL, E_ERROR, "Cannot read property");
E_ERROR           293 ext/mysqli/mysqli.c 	php_error_docref(NULL, E_ERROR, "Cannot write property");
E_ERROR            52 ext/mysqli/mysqli_result_iterator.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           303 ext/mysqlnd/mysqlnd.c 			php_error_docref(NULL, E_ERROR, "Wrong response packet %u passed to the function", ok_packet);
E_ERROR          1767 ext/mysqlnd/mysqlnd_result.c 		php_error_docref(NULL, E_ERROR, "result->m.fetch_row has invalid value. Report to the developers");
E_ERROR           558 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare %s() (previously declared in %s:%d)",
E_ERROR           563 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare %s()", ZSTR_VAL(function1->common.function_name));
E_ERROR           602 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare %s() (previously declared in %s:%d)",
E_ERROR           607 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare %s()", ZSTR_VAL(function1->common.function_name));
E_ERROR           646 ext/opcache/zend_accelerator_util_funcs.c 	zend_error(E_ERROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce1), ZSTR_VAL(ce1->name));
E_ERROR          1825 ext/openssl/openssl.c 		php_error_docref(NULL, E_ERROR, "Could not generate signature");
E_ERROR          2113 ext/openssl/openssl.c 		php_error_docref(NULL, E_ERROR, "memory allocation failure");
E_ERROR          2166 ext/openssl/openssl.c 		php_error_docref(NULL, E_ERROR, "memory allocation failure");
E_ERROR           178 ext/pdo/pdo.c  		zend_error(E_ERROR, "PDO: driver %s requires PDO API version %pd; this is PDO version %d",
E_ERROR           183 ext/pdo/pdo.c  		zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers");
E_ERROR           344 ext/pdo/pdo_dbh.c 		php_error_docref(NULL, E_ERROR, "out of memory");
E_ERROR           370 ext/pdo/pdo_dbh.c 				php_error_docref(NULL, E_ERROR, "Failed to register persistent entry");
E_ERROR          1291 ext/pdo/pdo_dbh.c 		php_error_docref(NULL, E_ERROR, "out of memory while allocating PDO methods.");
E_ERROR          2455 ext/pdo/pdo_stmt.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           126 ext/pdo_odbc/pdo_odbc.c 		php_error_docref(NULL, E_ERROR, "Error in pdo_odbc.connection_pooling configuration.  Value MUST be one of 'strict', 'relaxed' or 'off'");
E_ERROR          4810 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_ERROR, "PostgreSQL module error, please report this error");
E_ERROR            91 ext/reflection/php_reflection.c 		php_error_docref(NULL, E_ERROR, "%s() cannot be called statically", get_active_function_name());        \
E_ERROR           109 ext/reflection/php_reflection.c 		php_error_docref(NULL, E_ERROR, "Internal error: Failed to retrieve the reflection object");                    \
E_ERROR          1466 ext/reflection/php_reflection.c 		php_error_docref(NULL, E_ERROR, "Internal error: Failed to retrieve the reflection object");
E_ERROR          4935 ext/reflection/php_reflection.c 					php_error_docref(NULL, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object");
E_ERROR          4979 ext/reflection/php_reflection.c 					php_error_docref(NULL, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object");
E_ERROR          5372 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_ERROR, "Internal error: Could not find the property %s::%s", ZSTR_VAL(intern->ce->name), ZSTR_VAL(ref->prop.name));
E_ERROR          5424 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_ERROR, "Internal error: Could not find the property %s::%s", ZSTR_VAL(intern->ce->name), ZSTR_VAL(ref->prop.name));
E_ERROR           194 ext/session/mod_user.c 			php_error_docref(NULL, E_ERROR, "No session id returned by function");
E_ERROR           199 ext/session/mod_user.c 			php_error_docref(NULL, E_ERROR, "Session id must be a string");
E_ERROR           344 ext/session/session.c 				php_error_docref(NULL, E_ERROR, "Invalid session hash function");
E_ERROR           356 ext/session/session.c 			php_error_docref(NULL, E_ERROR, "Invalid session hash function");
E_ERROR           507 ext/session/session.c 		php_error_docref(NULL, E_ERROR, "No storage module chosen - failed to initialize session");
E_ERROR           515 ext/session/session.c 		php_error_docref(NULL, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path));
E_ERROR           523 ext/session/session.c 			php_error_docref(NULL, E_ERROR, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
E_ERROR           633 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           663 ext/session/session.c 			err_type = E_ERROR;
E_ERROR           732 ext/session/session.c 			err_type = E_ERROR;
E_ERROR          1856 ext/session/session.c 				php_error_docref(NULL, E_ERROR, "Session handler's function table is corrupt");
E_ERROR           253 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           280 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           462 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           501 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_ERROR, "Cannot create unnamed attribute");
E_ERROR           574 ext/simplexml/simplexml.c 					php_error_docref(NULL, E_ERROR, "Cannot create duplicate attribute");
E_ERROR          2004 ext/simplexml/simplexml.c 		zend_error(E_ERROR, "Unable to cast node to string");
E_ERROR          2425 ext/simplexml/simplexml.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           760 ext/snmp/snmp.c 				php_error_docref(NULL, E_ERROR, "Unknown SNMP command (internals)");
E_ERROR           393 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: SoapVar has no 'enc_type' property");
E_ERROR           607 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Error calling to_xml callback");
E_ERROR           644 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Error calling from_xml callback");
E_ERROR           681 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           714 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           747 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           766 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           772 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           776 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           796 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           809 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           819 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR           902 ext/soap/php_encoding.c 		soap_error1(E_ERROR,  "Encoding: string '%s' is not a valid utf-8 string", err);
E_ERROR          1005 ext/soap/php_encoding.c 						soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1009 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1038 ext/soap/php_encoding.c 					soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1041 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1118 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          1325 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, r_node->children->content);
E_ERROR          1349 ext/soap/php_encoding.c 									soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, node->children->content);
E_ERROR          1539 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", attr->name, attr->fixed, str_val);
E_ERROR          1651 ext/soap/php_encoding.c 								soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, property->children->content);
E_ERROR          1673 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Element '%s' has fixed value '%s' (value '%s' is not allowed)", model->u.element->name, model->u.element->fixed, property->children->content);
E_ERROR          1700 ext/soap/php_encoding.c 					soap_error1(E_ERROR,  "Encoding: object has no '%s' property", model->u.element->name);
E_ERROR          1731 ext/soap/php_encoding.c 					soap_error0(E_ERROR,  "Encoding: object has no 'any' property");
E_ERROR          1928 ext/soap/php_encoding.c 									soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", attr->name, attr->fixed, dummy->children->content);
E_ERROR          2028 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list");
E_ERROR          2059 ext/soap/php_encoding.c 			soap_error0(E_ERROR, "Encoding: '*' may only be first arraySize value in list");
E_ERROR          2736 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, missing key");
E_ERROR          2741 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, missing value");
E_ERROR          2754 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: Can't decode apache map, only Strings or Longs are allowd as keys");
E_ERROR          2887 ext/soap/php_encoding.c 			soap_error1(E_ERROR, "Encoding: Invalid timestamp %pd", Z_LVAL_P(data));
E_ERROR          3011 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          3053 ext/soap/php_encoding.c 				soap_error0(E_ERROR, "Encoding: Violation of encoding rules");
E_ERROR          3218 ext/soap/php_encoding.c 	  	soap_error0(E_ERROR, "Encoding: Internal Error");
E_ERROR          3286 ext/soap/php_encoding.c 	  	soap_error0(E_ERROR, "Encoding: Internal Error");
E_ERROR          3311 ext/soap/php_encoding.c 					soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
E_ERROR          3316 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: External reference '%s'", href->children->content);
E_ERROR          3332 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Unresolved reference '%s'", href->children->content);
E_ERROR          3334 ext/soap/php_encoding.c 				soap_error1(E_ERROR, "Encoding: Violation of id and ref information items '%s'", href->children->content);
E_ERROR          3475 ext/soap/php_encoding.c 		soap_error0(E_ERROR,  "Encoding: Cannot find encoding");
E_ERROR          3521 ext/soap/php_encoding.c 				soap_error0(E_ERROR,  "Encoding: SoapVar has no 'enc_type' property");
E_ERROR           110 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location);
E_ERROR           115 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s'", location);
E_ERROR           121 ext/soap/php_schema.c 				soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, ns->children->content);
E_ERROR           125 ext/soap/php_schema.c 				soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->content);
E_ERROR           135 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: can't include schema from '%s', different 'targetNamespace'", location);
E_ERROR           194 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: include has no 'schemaLocation' attribute");
E_ERROR           214 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: redefine has no 'schemaLocation' attribute");
E_ERROR           239 ext/soap/php_schema.c 					soap_error1(E_ERROR, "Parsing Schema: can't import schema from '%s', namespace must not match the enclosing schema 'targetNamespace'", location->children->content);
E_ERROR           241 ext/soap/php_schema.c 					soap_error0(E_ERROR, "Parsing Schema: can't import schema. Namespace must not match the enclosing schema 'targetNamespace'");
E_ERROR           289 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in schema", trav->name);
E_ERROR           370 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute");
E_ERROR           391 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleType", trav->name);
E_ERROR           394 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: expected <restriction>, <list> or <union> in simpleType");
E_ERROR           397 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleType", trav->name);
E_ERROR           453 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'itemType' attribute and subtype");
E_ERROR           481 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name);
E_ERROR           576 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name);
E_ERROR           581 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name);
E_ERROR           612 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name);
E_ERROR           615 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: expected <restriction> or <extension> in simpleContent");
E_ERROR           618 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in simpleContent", trav->name);
E_ERROR           656 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute");
E_ERROR           723 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name);
E_ERROR           729 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name);
E_ERROR           761 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute");
E_ERROR           794 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name);
E_ERROR           799 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in restriction", trav->name);
E_ERROR           824 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: missing restriction value");
E_ERROR           852 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: missing restriction value");
E_ERROR           886 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute");
E_ERROR           904 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name);
E_ERROR           909 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name);
E_ERROR           941 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute");
E_ERROR           974 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name);
E_ERROR           979 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in extension", trav->name);
E_ERROR          1041 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name);
E_ERROR          1128 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: group '%s' already defined", ZSTR_VAL(key.s));
E_ERROR          1141 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: group has no 'name' nor 'ref' attributes");
E_ERROR          1154 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent");
E_ERROR          1161 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent");
E_ERROR          1168 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: group has both 'ref' attribute and subcontent");
E_ERROR          1174 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name);
E_ERROR          1178 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in group", trav->name);
E_ERROR          1225 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in choice", trav->name);
E_ERROR          1275 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in sequence", trav->name);
E_ERROR          1335 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name);
E_ERROR          1338 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: <restriction> or <extension> expected in complexContent");
E_ERROR          1341 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexContent", trav->name);
E_ERROR          1417 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: complexType has no 'name' attribute");
E_ERROR          1457 ext/soap/php_schema.c 					soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name);
E_ERROR          1464 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in complexType", trav->name);
E_ERROR          1567 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: element '%s' already defined", ZSTR_VAL(key.s));
E_ERROR          1587 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: element has no 'name' nor 'ref' attributes");
E_ERROR          1595 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'nillable' attributes");
E_ERROR          1610 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes");
E_ERROR          1618 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'fixed' attributes");
E_ERROR          1620 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'default' and 'fixed' attributes");
E_ERROR          1665 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' and 'type' attributes");
E_ERROR          1684 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype");
E_ERROR          1686 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype");
E_ERROR          1692 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: element has both 'ref' attribute and subtype");
E_ERROR          1694 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: element has both 'type' attribute and subtype");
E_ERROR          1708 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in element", trav->name);
E_ERROR          1798 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: attribute '%s' already defined", ZSTR_VAL(key.s));
E_ERROR          1802 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: attribute has no 'name' nor 'ref' attributes");
E_ERROR          1812 ext/soap/php_schema.c 			soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' and 'type' attributes");
E_ERROR          1922 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attribute has both 'ref' attribute and subtype");
E_ERROR          1924 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attribute has both 'type' attribute and subtype");
E_ERROR          1946 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attribute", trav->name);
E_ERROR          1982 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: attributeGroup '%s' already defined", ZSTR_VAL(key.s));
E_ERROR          2016 ext/soap/php_schema.c 		soap_error0(E_ERROR, "Parsing Schema: attributeGroup has no 'name' nor 'ref' attributes");
E_ERROR          2027 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute");
E_ERROR          2032 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute");
E_ERROR          2037 ext/soap/php_schema.c 				soap_error0(E_ERROR, "Parsing Schema: attributeGroup has both 'ref' attribute and subattribute");
E_ERROR          2043 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name);
E_ERROR          2048 ext/soap/php_schema.c 		soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in attributeGroup", trav->name);
E_ERROR          2196 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: unresolved group 'ref' attribute '%s'", model->u.group_ref);
E_ERROR          2252 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: unresolved element 'ref' attribute '%s'", type->ref);
E_ERROR           220 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href);
E_ERROR           336 ext/soap/php_sdl.c 			soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message);
E_ERROR           338 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri);
E_ERROR           354 ext/soap/php_sdl.c 		soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri);
E_ERROR           378 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name);
E_ERROR           403 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: <message> '%s' already defined", name->children->content);
E_ERROR           406 ext/soap/php_sdl.c 				soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute");
E_ERROR           413 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: <portType> '%s' already defined", name->children->content);
E_ERROR           416 ext/soap/php_sdl.c 				soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute");
E_ERROR           423 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: <binding> '%s' already defined", name->children->content);
E_ERROR           426 ext/soap/php_sdl.c 				soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute");
E_ERROR           433 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: <service> '%s' already defined", name->children->content);
E_ERROR           436 ext/soap/php_sdl.c 				soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute");
E_ERROR           439 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           454 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Missing message attribute for <header>");
E_ERROR           464 ext/soap/php_sdl.c 		soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", tmp->children->content);
E_ERROR           469 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>");
E_ERROR           473 ext/soap/php_sdl.c 		soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", tmp->children->content);
E_ERROR           500 ext/soap/php_sdl.c 				soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content);
E_ERROR           503 ext/soap/php_sdl.c 			soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle");
E_ERROR           549 ext/soap/php_sdl.c 				soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           608 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts);
E_ERROR           625 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content);
E_ERROR           628 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle");
E_ERROR           651 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           670 ext/soap/php_sdl.c 		soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", message_name);
E_ERROR           683 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unexpected extensibility element <%s>", trav->name);
E_ERROR           690 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           699 ext/soap/php_sdl.c 			soap_error1(E_ERROR, "Parsing WSDL: No name associated with <part> '%s'", message->name);
E_ERROR           768 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR           778 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>");
E_ERROR           807 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name);
E_ERROR           817 ext/soap/php_sdl.c 						soap_error0(E_ERROR, "Parsing WSDL: No address associated with <port>");
E_ERROR           824 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: No location associated with <port>");
E_ERROR           836 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype);
E_ERROR           875 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <binding>");
E_ERROR           881 ext/soap/php_sdl.c 					soap_error0(E_ERROR, "Parsing WSDL: Missing 'type' attribute for <binding>");
E_ERROR           891 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: Missing <portType> with name '%s'", name->children->content);
E_ERROR           909 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav2->name);
E_ERROR           916 ext/soap/php_sdl.c 						soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <operation>");
E_ERROR           928 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav3->name);
E_ERROR           935 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->children->content);
E_ERROR           981 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content);
E_ERROR          1010 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content);
E_ERROR          1051 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content);
E_ERROR          1055 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content);
E_ERROR          1064 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: The fault message '%s' must have a single part", message->children->content);
E_ERROR          1099 ext/soap/php_sdl.c 														soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content);
E_ERROR          1102 ext/soap/php_sdl.c 													soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle");
E_ERROR          1106 ext/soap/php_sdl.c 											soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", trav->name);
E_ERROR          1117 ext/soap/php_sdl.c 								soap_error2(E_ERROR, "Parsing WSDL: <fault> with name '%s' already defined in '%s'", f->name, op_name->children->content);
E_ERROR          1161 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Couldn't bind to service");
E_ERROR          1165 ext/soap/php_sdl.c 		soap_error0(E_ERROR, "Parsing WSDL: Could not find any usable binding services in WSDL.");
E_ERROR          1146 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "Invalid parameters");
E_ERROR          1150 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "Invalid parameters");
E_ERROR          1168 ext/soap/soap.c 				php_error_docref(NULL, E_ERROR, "'soap_version' option must be SOAP_1_1 or SOAP_1_2");
E_ERROR          1176 ext/soap/soap.c 			php_error_docref(NULL, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          1190 ext/soap/soap.c 				php_error_docref(NULL, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_P(tmp));
E_ERROR          1228 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          1594 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR,"ob_start failed");
E_ERROR          1726 ext/soap/soap.c 					php_error_docref(NULL, E_ERROR, "Error calling constructor");
E_ERROR          1748 ext/soap/soap.c 						php_error_docref(NULL, E_ERROR, "Error calling constructor");
E_ERROR          1874 ext/soap/soap.c 		php_error(E_ERROR, "Function '%s' doesn't exist", Z_STRVAL(function_name));
E_ERROR          1940 ext/soap/soap.c 			php_error_docref(NULL, E_ERROR, "Dump memory failed");
E_ERROR          2156 ext/soap/soap.c 		     error_num == E_ERROR ||
E_ERROR          2223 ext/soap/soap.c 		    error_num == E_ERROR ||
E_ERROR          2332 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "Invalid parameters");
E_ERROR          2336 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "$wsdl must be string or null");
E_ERROR          2351 ext/soap/soap.c 				php_error_docref(NULL, E_ERROR, "'uri' option is required in nonWSDL mode");
E_ERROR          2377 ext/soap/soap.c 			php_error_docref(NULL, E_ERROR, "'location' option is required in nonWSDL mode");
E_ERROR          2456 ext/soap/soap.c 				php_error_docref(NULL, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_P(tmp));
E_ERROR          2513 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "'location' and 'uri' options are required in nonWSDL mode");
E_ERROR          2852 ext/soap/soap.c 			php_error_docref(NULL, E_ERROR, "Invalid SOAP header");
E_ERROR          3586 ext/soap/soap.c 				php_error(E_ERROR, "Procedure '%s' not present", func->name);
E_ERROR          4235 ext/soap/soap.c 		soap_error0(E_ERROR, "Unknown SOAP version");
E_ERROR           359 ext/spl/php_spl.c 			php_error_docref(NULL, E_ERROR, "Class %s could not be loaded", ZSTR_VAL(class_name));
E_ERROR          1150 ext/spl/spl_array.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           195 ext/spl/spl_directory.c 				php_error_docref(NULL, E_ERROR, "Object not initialized");
E_ERROR           358 ext/spl/spl_directory.c 			php_error_docref(NULL, E_ERROR, "An object of class %s cannot be cloned", ZSTR_VAL(old_object->ce->name));
E_ERROR          1590 ext/spl/spl_directory.c 		php_error_docref(NULL, E_ERROR, "GlobIterator lost glob state");
E_ERROR          1622 ext/spl/spl_directory.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR          1820 ext/spl/spl_directory.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           447 ext/spl/spl_iterators.c 		zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
E_ERROR           452 ext/spl/spl_iterators.c 		zend_error(E_ERROR, "The object to be iterated is in an invalid state: "
E_ERROR           891 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "The %s instance wasn't initialized properly", ZSTR_VAL((*zobject)->ce->name));
E_ERROR          1397 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "Method %s::%s() does not exist", intern->inner.ce->name, method);
E_ERROR          1418 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "Unable to call %s::%s()", intern->inner.ce->name, method);
E_ERROR          1649 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "The inner constructor wasn't initialized with an iterator instance");
E_ERROR           246 ext/standard/assert.c 			zend_throw_exception(assertion_error_ce, NULL, E_ERROR);
E_ERROR           253 ext/standard/assert.c 			zend_throw_exception(assertion_error_ce, ZSTR_VAL(str), E_ERROR);
E_ERROR          4833 ext/standard/basic_functions.c 		zend_error(E_ERROR, "Cannot call forward_static_call() when no class scope is active");
E_ERROR          5215 ext/standard/basic_functions.c 	EG(error_reporting) = E_ERROR;
E_ERROR           291 ext/standard/exec.c 		php_error_docref(NULL, E_ERROR, "Command exceeds the allowed length of %d bytes", cmd_max_len);
E_ERROR           367 ext/standard/exec.c 		php_error_docref(NULL, E_ERROR, "Escaped command exceeds the allowed length of %d bytes", cmd_max_len);
E_ERROR           395 ext/standard/exec.c 		php_error_docref(NULL, E_ERROR, "Argument exceeds the allowed length of %d bytes", cmd_max_len);
E_ERROR           454 ext/standard/exec.c 		php_error_docref(NULL, E_ERROR, "Escaped argument exceeds the allowed length of %d bytes", cmd_max_len);
E_ERROR           482 ext/standard/exec.c 			php_error_docref(NULL, E_ERROR, "Input string contains NULL bytes");
E_ERROR           505 ext/standard/exec.c 			php_error_docref(NULL, E_ERROR, "Input string contains NULL bytes");
E_ERROR            90 ext/standard/formatted_print.c 		zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width);
E_ERROR            99 ext/standard/formatted_print.c 				zend_error_noreturn(E_ERROR, "Field width %zd is too long", req_size);
E_ERROR          1274 ext/standard/html.c 			zend_error_noreturn(E_ERROR, "Input string is too long");
E_ERROR            95 ext/standard/incomplete_class.c 	incomplete_class_message(&zobject, E_ERROR);
E_ERROR           491 ext/tidy/tidy.c 	php_error_docref(NULL, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg);
E_ERROR           593 ext/tidy/tidy.c 		php_error_docref(NULL, E_ERROR, "Could not set Tidy error buffer");
E_ERROR           705 ext/tidy/tidy.c 				php_error_docref(NULL, E_ERROR, "Could not set Tidy error buffer");
E_ERROR          1852 ext/tidy/tidy.c 	php_error_docref(NULL, E_ERROR, "You should not create a tidyNode manually");
E_ERROR           560 ext/xmlrpc/xmlrpc-epi-php.c 							php_error_docref(NULL, E_ERROR, "XML-RPC doesn't support circular references");
E_ERROR           592 ext/zip/php_zip.c 	php_error_docref(NULL, E_ERROR, "Glob support is not available");
E_ERROR          1020 main/main.c    			case E_ERROR:
E_ERROR          1054 main/main.c    			case E_ERROR:
E_ERROR          1108 main/main.c    					if (type == E_ERROR || type == E_PARSE) {
E_ERROR          1137 main/main.c    				case E_ERROR:
E_ERROR          1160 main/main.c    		case E_ERROR:
E_ERROR          1784 main/main.c    		if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR &&
E_ERROR          2493 main/main.c    			zend_exception_error(EG(exception), E_ERROR);
E_ERROR          2623 main/main.c    		zend_exception_error(EG(exception), E_ERROR);
E_ERROR           613 main/output.c  		zend_error(E_ERROR, "Cannot register an output handler conflict outside of MINIT");
E_ERROR           627 main/output.c  		zend_error(E_ERROR, "Cannot register a reverse output handler conflict outside of MINIT");
E_ERROR           661 main/output.c  		zend_error(E_ERROR, "Cannot register an output handler alias outside of MINIT");
E_ERROR           766 main/output.c  		php_error_docref("ref.outcontrol", E_ERROR, "Cannot use output buffering in output buffering display handlers");
E_ERROR          1169 main/snprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
E_ERROR           782 main/spprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
E_ERROR           259 main/streams/cast.c 		php_error_docref(NULL, E_ERROR, "fopencookie failed");
E_ERROR          1086 sapi/cli/php_cli_server.c 			case E_ERROR:
E_ERROR           401 sapi/phpdbg/phpdbg.c 		default: zend_error(E_ERROR, "phpdbg detected an incorrect color constant");
E_ERROR           816 sapi/phpdbg/phpdbg.c 			case E_ERROR:
E_ERROR           758 sapi/phpdbg/phpdbg_out.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
E_ERROR           493 sapi/phpdbg/phpdbg_prompt.c 			zend_exception_error(EG(exception), E_ERROR);
E_ERROR           831 sapi/phpdbg/phpdbg_prompt.c 				zend_exception_error(EG(exception), E_ERROR);
E_ERROR          1649 sapi/phpdbg/phpdbg_prompt.c 	zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen");
E_ERROR            66 sapi/phpdbg/phpdbg_rinit_hook.c 			zend_error(E_ERROR, "Unable to connect to UNIX domain socket at %s defined by phpdbg.path ini setting. Reason: %s", PHPDBG_WG(path), strerror(errno));