Skip to content

Instantly share code, notes, and snippets.

@ircmaxell
Created July 27, 2011 15:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ircmaxell/1109659 to your computer and use it in GitHub Desktop.
Save ircmaxell/1109659 to your computer and use it in GitHub Desktop.
All errors in the 5.3 source code tree (zend_error|php_error_docref)
./ext/bcmath/bcmath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Division by zero");
./ext/bcmath/bcmath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Division by zero");
./ext/bcmath/bcmath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Square root of negative number");
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "length may not be negative");
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "could not read valid bz2 data from stream");
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s' is not a valid mode for bzopen(). Only 'w' and 'r' are supported.", mode);
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "filename cannot be empty");
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot use stream opened in mode '%s'", stream->mode);
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot use stream opened in mode '%s'", stream->mode);
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot read from a stream opened in write only mode");
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot write to a stream opened in read only mode");
./ext/bz2/bz2.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "first parameter has to be string or file-resource");
./ext/bz2/bz2_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zu bytes", sizeof(php_bz2_filter_data));
./ext/bz2/bz2_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zu bytes", data->inbuf_len);
./ext/bz2/bz2_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zu bytes", data->outbuf_len);
./ext/bz2/bz2_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter given for number of blocks to allocate. (%ld)", Z_LVAL_PP(tmpzval));
./ext/bz2/bz2_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter given for work factor. (%ld)", Z_LVAL(tmp));
./ext/calendar/calendar.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid calendar ID %ld.", cal);
./ext/calendar/calendar.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid calendar ID %ld.", cal);
./ext/calendar/calendar.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid date.");
./ext/calendar/calendar.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid calendar ID %ld.", cal);
./ext/calendar/calendar.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid calendar ID %ld", cal);
./ext/calendar/calendar.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Year out of range (0-9999).");
./ext/calendar/easter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "This function is only valid for years between 1970 and 2037 inclusive");
./ext/com_dotnet/com_com.c: zend_error(E_WARNING, "Unable to find typeinfo using the parameters supplied");
./ext/com_dotnet/com_handlers.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Operation not yet supported on a COM object");
./ext/com_dotnet/com_handlers.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a COM object");
./ext/com_dotnet/com_handlers.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a COM object");
./ext/com_dotnet/com_iterator.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/com_dotnet/com_iterator.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "variant is not an object or array VT=%d", V_VT(&obj->v));
./ext/com_dotnet/com_iterator.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/com_dotnet/com_misc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/com_dotnet/com_olechar.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/com_dotnet/com_olechar.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/com_dotnet/com_saproxy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Operation not yet supported on a COM object");
./ext/com_dotnet/com_saproxy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a COM object");
./ext/com_dotnet/com_saproxy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a COM object");
./ext/com_dotnet/com_saproxy.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/com_dotnet/com_typeinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type library constant %s is already defined", c.name);
./ext/com_dotnet/com_typeinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "IProvideClassInfo: this code not yet written!");
./ext/com_dotnet/com_typeinfo.c: zend_error(E_WARNING, "That's not a dispatchable interface!! type kind = %08x", attr->typekind);
./ext/com_dotnet/com_variant.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "COM: converting from PHP array to VARIANT array; only arrays with numeric keys are allowed");
./ext/com_dotnet/com_variant.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "variant->zval: conversion from 0x%x ret=%d", V_VT(v), ret);
./ext/com_dotnet/com_variant.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "variant->variant: failed to copy from 0x%x to 0x%x", V_VT(dstvar), V_VT(srcvar));
./ext/com_dotnet/com_variant.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Timestamp value must be a positive value.");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid URL '%s'", url);
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Protocol 'file' disabled in cURL");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not call the CURLOPT_WRITEFUNCTION");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot call the CURLOPT_PROGRESSFUNCTION");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot call the CURLOPT_READFUNCTION");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not call the CURLOPT_HEADERFUNCTION");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not call the CURLOPT_PASSWDFUNCTION");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Returned password is too long for libcurl to handle");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "User handler '%s' did not return a string", Z_STRVAL_P(func));
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not extract hash key from certificate info");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not initialize a new cURL handle");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot duplicate cURL handle");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLPROTO_FILE cannot be activated when in safe_mode or an open_basedir is set");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "the provided file handle is not writable");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "the provided file handle is not writable");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "the provided file handle is not writable");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't get HashTable in CURLOPT_POSTFIELDS");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must pass either an object or an array with the CURLOPT_HTTPHEADER, CURLOPT_QUOTE, CURLOPT_HTTP200ALIASES and CURLOPT_POSTQUOTE arguments");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not build curl_slist");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid curl configuration option");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array keys must be CURLOPT constants or equivalent integer values");
./ext/curl/interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attempt to close cURL handle from a callback");
./ext/curl/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", curl_multi_strerror(m));
./ext/curl/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "There was an error mcode=%d", m);
./ext/curl/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", curl_easy_strerror(msg->data.result));
./ext/curl/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "There was an error mcode=%d", msg->data.result);
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The " #class_name " object has not been correctly initialized by its constructor"); \
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, DATE_TZ_ERRMSG "We selected '%s' for '%s/%.1f/%s' instead", tzid, ta ? ta->tm_zone : "Unknown", ta ? (float) (ta->tm_gmtoff / 3600) : 0, ta ? (ta->tm_isdst ? "DST" : "no DST") : "Unknown");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, DATE_TZ_ERRMSG "We selected '%s' for '%.1f/DST' instead", tzid, ((tzi.Bias + tzi.DaylightBias) / -60.0));
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, DATE_TZ_ERRMSG "We selected '%s' for '%.1f/no DST' instead", tzid, ((tzi.Bias + tzi.StandardBias) / -60.0));
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, DATE_TZ_ERRMSG "We had to select 'UTC' because your platform doesn't provide functionality for the guessing algorithm");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone database is corrupt - this should *never* happen!");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "idate format is one char");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized date format token.");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_STRICT, "You should be using the time() function instead");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "The is_dst parameter is deprecated");
./ext/date/php_date.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to parse time string (%s) at position %d (%c): %s", time_str,
./ext/date/php_date.c: zend_error_handling error_handling;
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to parse time string (%s) at position %d (%c): %s", modify,
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only non-special relative time specifications are supported for subtraction");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only do this for zones with ID for now");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or bad timezone (%s)", tz);
./ext/date/php_date.c: zend_error_handling error_handling;
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or bad format (%s)", format);
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to parse interval (%s)", format);
./ext/date/php_date.c: zend_error_handling error_handling;
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or bad format (%s)", format);
./ext/date/php_date.c: zend_error_handling error_handling;
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "This constructor accepts either (DateTime, DateInterval, int) OR (DateTime, DateInterval, DateTime) OR (string) as arguments.");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The ISO interval '%s' did not contain a start date.", isostr);
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The ISO interval '%s' did not contain an interval.", isostr);
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The ISO interval '%s' did not contain an end date or a recurrence count.", isostr);
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "A two-letter ISO 3166-1 compatible country code is expected");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Timezone ID '%s' is invalid", zone);
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid format");
./ext/date/php_date.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Wrong return format given, pick one of SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STRING or SUNFUNCS_RET_DOUBLE");
./ext/dba/dba.c: php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Key does not have exactly two elements: (key, name)");
./ext/dba/dba.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You cannot perform a modification to a database without proper access"); \
./ext/dba/dba.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such handler: %s", new_value);
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "No default handler selected");
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "No such handler: %s", Z_STRVAL_PP(args[2]));
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_NOTICE, "Handler %s does locking internally", hptr->name);
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Locking cannot be disabled for handler %s", hptr->name);
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Illegal DBA mode");
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "You cannot combine modifiers - (no lock) and t (test lock)");
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Handler %s uses its own locking which doesn't support mode modifier t (test lock)", hptr->name);
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Handler %s doesn't uses locking for this mode which makes modifier t (test lock) obsolete", hptr->name);
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Illegal DBA mode");
./ext/dba/dba.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not cast stream");
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Driver initialization failed for handler: %s%s%s", hptr->name, error?": ":"", error?error:"");
./ext/dba/dba.c: php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Could not register persistent resource");
./ext/dba/dba.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s accepts only skip values greater than or equal to zero, using skip=0", info->hnd->name);
./ext/dba/dba.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s accepts only skip value -1 and greater, using skip=0", info->hnd->name);
./ext/dba/dba.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s does not support optional skip parameter, the value will be ignored", info->hnd->name);
./ext/dba/dba_db3.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
./ext/dba/dba_db4.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
./ext/dba/dba_flatfile.c: php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Operation not possible");
./ext/dba/dba_flatfile.c: php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Key already exists");
./ext/dba/dba_gdbm.c: php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "%s", gdbm_strerror(gdbm_errno));
./ext/dba/dba_inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No key specified"); \
./ext/dba/dba_inifile.c: php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Operation not possible");
./ext/dba/dba_inifile.c: php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Key already exists");
./ext/dba/dba_qdbm.c: php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "%s", dperrmsg(dpecode));
./ext/dba/libcdb/cdb_make.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Fseek failed");
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't truncate this stream");
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error in ftruncate: %d", res);
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not create temporary stream");
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_start, pos_end);
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not create temporary stream");
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy remainder to temporary stream");
./ext/dba/libinifile/inifile.c: php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Could not copy from temporary stream - ini file truncated");
./ext/dom/attr.c: zend_error_handling error_handling;
./ext/dom/attr.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/attr.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not yet implemented");
./ext/dom/cdatasection.c: zend_error_handling error_handling;
./ext/dom/comment.c: zend_error_handling error_handling;
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Document Encoding");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot import: Node Type Not Supported");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Document Missing Root Element");
./ext/dom/document.c: zend_error_handling error_handling;
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string supplied as input");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Filename");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch buffer");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Schema source");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Schema file source");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Schema");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Schema source");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid RelaxNG file source");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid RelaxNG");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string supplied as input");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Filename");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch buffer");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error dumping HTML node");
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", baseclass);
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from DOMNode.", baseclass);
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", extendedclass);
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be registered.", extendedclass);
./ext/dom/document.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from %s.", extendedclass, baseclass);
./ext/dom/documentfragment.c: zend_error_handling error_handling;
./ext/dom/domimplementation.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "qualifiedName is required");
./ext/dom/domimplementation.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create DocumentType");
./ext/dom/domimplementation.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid DocumentType object");
./ext/dom/domimplementation.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected Error");
./ext/dom/dom_iterators.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/dom/element.c: zend_error_handling error_handling;
./ext/dom/element.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name is required");
./ext/dom/element.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such attribute '%s'", name);
./ext/dom/element.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute node is required");
./ext/dom/element.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name is required");
./ext/dom/element.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute node is required");
./ext/dom/entityreference.c: zend_error_handling error_handling;
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Node Type");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Document Fragment is empty");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't add newnode as the previous sibling of refnode");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Document Fragment is empty");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't append node");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node must be associated with a document");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "XPath query did not return a nodeset.");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "'query' missing from xpath array or is not a string");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "XPath query did not return a nodeset.");
./ext/dom/node.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE,
./ext/dom/php_dom.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property");
./ext/dom/php_dom.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property");
./ext/dom/php_dom.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Nodetype to import");
./ext/dom/php_dom.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported node type: %d", Z_TYPE_P(obj));
./ext/dom/processinginstruction.c: zend_error_handling error_handling;
./ext/dom/text.c: zend_error_handling error_handling;
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Handler name must be a string");
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", callable);
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not allowed to call handler '%s()'.", callable);
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler));
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "A PHP Object cannot be converted to a XPath-string");
./ext/dom/xpath.c: zend_error_handling error_handling;
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object");
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid XPath Context");
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid XPath Context");
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid XPath Document Pointer");
./ext/dom/xpath.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node From Wrong Document");
./ext/enchant/enchant.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "Resource broker invalid"); \
./ext/enchant/enchant.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "Invalid dictionary resource."); \
./ext/ereg/ereg.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message);
./ext/ereg/ereg.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Regular Expression");
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal encoding ignored: '%s'", new_value);
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal encoding ignored: '%s'", new_value);
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single");
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double");
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single");
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double");
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Found value of type single");
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Found value of type double");
./ext/exif/exif.c:/* php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Adding %d infos from section %s", image_info->info_list[section_index].count, exif_get_sectionname(section_index));*/
./ext/exif/exif.c:/* php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Adding infos: tag(0x%04X,%12s,L=0x%04X): %s", info_tag, exif_get_tagname(info_tag, buffer, -12, exif_get_tag_table(section_index) TSRMLS_CC), info_data->length, info_data->format==TAG_FMT_STRING?(info_value&&info_value->s?info_value->s:"<no data>"):exif_get_tagformat(info_data->format));*/
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Undefined JPEG2000 comment encoding");
./ext/exif/exif.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "JPEG2000 comment section too small");
./ext/exif/exif.c: php_error_docref1(NULL TSRMLS_CC, Z_STRVAL_PP(p_name), E_NOTICE, "done");
./ext/exif/exif.c: php_error_docref1(NULL TSRMLS_CC, p_name, E_NOTICE, "Done");
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The invalid fileinfo object."); \
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to set option '%ld' %d:%s", \
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid mode '%ld'.", options);
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to load magic database at '%s'.", file);
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only process string or stream arguments");
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to load magic database.");
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty filename or path");
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only process string or stream arguments");
./ext/fileinfo/fileinfo.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed identify data %d:%s", magic_errno(magic), magic_error(magic));
./ext/fileinfo/libmagic/print.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Warning: %s", expanded_format);
./ext/filter/callback_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "First argument is expected to be a valid callback");
./ext/filter/filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "INPUT_SESSION is not yet implemented");
./ext/filter/filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "INPUT_REQUEST is not yet implemented");
./ext/filter/filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Numeric keys are not allowed in the definition array");
./ext/filter/filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty keys are not allowed in the definition array");
./ext/filter/logical_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "decimal separator must be one char");
./ext/filter/logical_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "'regexp' option missing");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno);
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create the SSL context");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create the SSL handle");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL/TLS handshake failed");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files greater than 2147483647 bytes.");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files with a size greater than 2147483647 bytes.");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno);
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "php_connect_nonb() failed: %s (%d)", strerror(errno), errno);
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno);
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errno);
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "listen() failed: %s (%d)", strerror(errno), errno);
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_accept: failed to create the SSL context");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_accept: failed to create the SSL handle");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_accept: SSL/TLS handshake failed");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create temporary file. Check permissions in temporary files directory.");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files greater than 2147483648 bytes.");
./ext/ftp/ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files with a size greater than 2147483647 bytes.");
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Mode must be FTP_ASCII or FTP_BINARY"); \
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Timeout has to be greater than 0");
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Timeout has to be greater than 0");
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error opening %s", local);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error opening %s", local);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no nbronous transfer to continue.");
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Option TIMEOUT_SEC expects value of type long, %s given",
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Timeout has to be greater than 0");
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Option AUTOSEEK expects value of type boolean, %s given",
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option '%ld'", option);
./ext/ftp/php_ftp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option '%ld'", option);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "End of file while reading header");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading header");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error reading font, invalid font header");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error reading font, invalid font header");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error reading font");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "End of file while reading body");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading body");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid image dimensions");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of colors has to be greater than zero");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Image1 must be TrueColor" );
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Image2 must be Palette" );
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Image1 and Image2 must be the same size" );
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Image2 must have at least one color" );
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid window handle");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Windows API too old");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid image dimensions");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Passed data is not in '%s' format", tn);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string or invalid image");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No JPEG support in this PHP build");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No PNG support in this PHP build");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No GIF support in this PHP build");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No WBMP support in this PHP build");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No GD2 support in this PHP build");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Data is not in a recognized format");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't create GD Image Stream out of Data");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zero width or height not allowed");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Cannot read image data");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Cannot allocate GD IO context");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s' is not a valid %s file", file, tn);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing", fn);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open temporary file");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", x, y);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", x, y);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Color index %d out of range", col);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Color index %d out of range", col);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have at least 3 points in your array");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must give a positive number of points");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Trying to use %d points in array with only %d points", npoints, nelem/2);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid image dimensions");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", error);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Font file not found (%s)", file);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "T1Lib Error (%i): %s", f_ind, T1_StrError(f_ind));
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't load the font");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a Type 1 font index", fnt);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "FontID %d is not loaded in memory", l_ind);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to copy a logical font");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Memory allocation fault in t1lib");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An unknown error occurred in t1lib");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't load encoding vector from %s", enc);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't re-encode font");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second parameter %F out of range (must be > 0)", ext);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Antialias steps must be 4 or 16");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Foreground color index %ld out of range", _fg);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Background color index %ld out of range", _bg);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value %ld as number of steps for antialiasing", aa_steps);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "T1Lib Error: %s", T1_StrError(T1_errno));
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "T1Lib Error: %s", T1_StrError(T1_errno));
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate temporary buffer");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate the colors for the destination buffer");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate the colors for the destination buffer");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'", int_threshold);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for reading", fn_org);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing", fn_dest);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid GIF file", fn_dest);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid JPEG file", fn_dest);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid PNG file", fn_dest);
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Format not supported");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate temporary buffer");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate destination buffer");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate the colors for the destination buffer");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate the colors for the destination buffer");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have 3x3 array");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have 3x3 array");
./ext/gd/gd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have a 3x3 matrix");
./ext/gd/gd_ctx.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing: %s", file, strerror(errno));
./ext/gd/gd_ctx.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q);
./ext/gd/libgd/gdkanji.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", LIBNAME, tmp);
./ext/gettext/gettext.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "domain passed too long"); \
./ext/gettext/gettext.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s passed too long", check_name); \
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Unable to convert variable to GMP - wrong type");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zero operand not allowed");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zero operand not allowed");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad base for conversion: %ld (should be between 2 and %d)", base, MAX_BASE);
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad base for conversion: %ld (should be between 2 and %d or -2 and -36)", base, MAX_BASE);
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad base for conversion: %ld (should be between 2 and %d)", base, MAX_BASE);
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number has to be greater than or equal to 0");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number has to be greater than or equal to 0");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Negative exponent not supported");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Second parameter cannot be less than 0");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number has to be greater than or equal to 0");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Number has to be greater than or equal to 0");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Index must be greater than or equal to zero");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Index must be greater than or equal to zero");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Index must be greater than or equal to zero");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Starting index must be greater than or equal to zero");
./ext/gmp/gmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Starting index must be greater than or equal to zero");
./ext/hash/hash.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo);
./ext/hash/hash.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo);
./ext/hash/hash.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo);
./ext/hash/hash.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "HMAC requested without a key");
./ext/hash/hash.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "the byte parameter must be greater than 0");
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot open converter");
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong charset, conversion from `%s' to `%s' is not allowed",
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an incomplete multibyte character in input string");
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an illegal character in input string");
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Buffer length exceeded");
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Malformed string");
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown error (%d)", errno);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string.");
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): insufficient buffer", self->from_charset, self->to_charset);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): insufficient buffer", self->from_charset, self->to_charset);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unexpected octet values", self->from_charset, self->to_charset);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset);
./ext/iconv/iconv.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad message number"); \
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s (errflg=%ld)", ecur->LTEXT, ecur->errflg);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", acur->LTEXT);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument, expect string or array of strings");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument, expect string or array of strings");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING ,"Retries must be greater or equal to 0");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't open stream %s", mailbox);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't re-open stream");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "internal date not correctly formatted");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "c-client imap_getquota failed");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "c-client imap_getquotaroot failed");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the flags parameter");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the flags parameter");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad message number");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "From length has to be between 0 and %d", MAILTMPLEN);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Subject length has to be between 0 and %d", MAILTMPLEN);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No body information available");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No body information available");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No body MIME information available");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid modified UTF-7 character: `%c'", *inp);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected end of string");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Stray modified base64 character: `%c'", *--inp);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid modified base64 character: `%c'", *inp);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected end of string");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "outp - out [%ld] != outlen [%d]", outp - out, outlen);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "outp - out [%ld] != outlen [%d]", outp - out, outlen);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized sort criteria");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Search options parameter has to be greater than or equal to 0");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad message number");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad message number");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "body parameter must be a non-empty array");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot generate multipart e-mail without components.");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The boundary should be no longer than 4kb");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tsm_errmsg);
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", GetSMErrorText(tsm_err));
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not execute mail delivery program");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No to field in mail command");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No subject field in mail command");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No message string in mail command");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Address buffer overflow");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function returned an empty tree");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to read from socket");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to write to stream");
./ext/imap/php_imap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to read from socket");
./ext/interbase/ibase_query.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Querystring empty.");
./ext/interbase/ibase_query.c: php_error_docref(NULL TSRMLS_CC, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
./ext/interbase/ibase_query.c: php_error_docref(NULL TSRMLS_CC, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
./ext/interbase/interbase.c:#define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } }
./ext/interbase/interbase.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", IBG(errmsg));
./ext/interbase/interbase.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", IBG(errmsg));
./ext/interbase/interbase.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid database link");
./ext/interbase/interbase.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid generator name");
./ext/interbase/php_ibase_udf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error calling function '%s' from database", name);
./ext/intl/collator/collator.c: zend_error( E_ERROR, "Collator class not defined" );
./ext/intl/collator/collator_class.c: zend_error( E_ERROR,
./ext/intl/collator/collator_is_numeric.c: zend_error(E_NOTICE, "A non well formed numeric value encountered");
./ext/intl/dateformat/dateformat.c: zend_error(E_ERROR, "DateFormat class not defined");
./ext/intl/dateformat/dateformat_class.c: zend_error(E_ERROR, "Failed to clone IntlDateFormatter object");
./ext/intl/dateformat/dateformat_class.c: zend_error(E_ERROR, "Failed to register IntlDateFormatter class");
./ext/intl/formatter/formatter.c: zend_error(E_ERROR, "NumberFormatter class not defined");
./ext/intl/formatter/formatter_class.c: zend_error(E_ERROR, "Failed to clone NumberFormatter object");
./ext/intl/formatter/formatter_class.c: zend_error(E_ERROR, "Failed to register NumberFormatter class");
./ext/intl/formatter/formatter_format.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported format type %ld", type);
./ext/intl/formatter/formatter_parse.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported format type %ld", type);
./ext/intl/intl_error.c: php_error_docref(NULL TSRMLS_CC, INTL_G(error_level), "%s", msg);
./ext/intl/locale/locale.c: zend_error( E_ERROR, "Locale class not defined" );
./ext/intl/locale/locale_class.c: zend_error( E_ERROR,
./ext/intl/msgformat/msgformat_class.c: zend_error(E_ERROR, "Failed to clone MessageFormatter object");
./ext/intl/msgformat/msgformat_class.c: zend_error(E_ERROR, "Failed to register MessageFormatter class");
./ext/intl/normalizer/normalizer.c: zend_error( E_ERROR, "Normalizer class not defined" );
./ext/intl/normalizer/normalizer_class.c: zend_error( E_ERROR,
./ext/intl/resourcebundle/resourcebundle_class.c: zend_error(E_ERROR, "Failed to register ResourceBundle class");
./ext/json/json.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected");
./ext/json/json.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "double %.9g does not conform to the JSON spec, encoded as 0", d);
./ext/json/json.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid UTF-8 sequence in argument");
./ext/json/json.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "double %.9g does not conform to the JSON spec, encoded as 0", dbl);
./ext/json/json.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "type is unsupported, encoded as null");
./ext/json/json.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Depth must be greater than zero");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", LDAPG(num_links));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not create session handle: %s", ldap_err2string(rc));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL init failed");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to bind to server: %s", ldap_err2string(rc));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to bind to server: %s", ldap_err2string(rc));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array initialization wrong");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No links in link array");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Base must either be a string, or an array with the same number of elements as the links array");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter must either be a string, or an array with the same number of elements as the links array");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Search: %s", ldap_err2string(errno));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Partial search results returned: Sizelimit exceeded");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Partial search results returned: Adminlimit exceeded");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "called before calling ldap_first_attribute() or no attributes found in result entry");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot get the value(s) of attribute %s", ldap_err2string(_get_lderrno(ld->link)));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown attribute in the data");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Value array must have consecutive indices 0, 1, ...");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Add: %s", ldap_err2string(i));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Modify: %s", ldap_err2string(i));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Delete: %s", ldap_err2string(rc));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Compare: %s", ldap_err2string(errno));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Supplied resource is not a valid ldap result resource");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ldap_err2string(errno));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Expected non-empty array value for this option");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The array value must contain only arrays, where each array is a control");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Control must have an oid key");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to parse result: %s", ldap_err2string(rc));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You are using old LDAP API, newparent must be the empty string, can only modify RDN");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Unable to start TLS: %s", ldap_err2string(rc));
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Link not found or no callback set");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "rebind_proc PHP callback failed");
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Two arguments expected for '%s' to be a valid callback", callback_name);
./ext/ldap/ldap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Conversion from iso-8859-1 to t61 failed: %s", ldap_err2string(result));
./ext/libxml/libxml.c: php_error_docref(NULL TSRMLS_CC, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->line);
./ext/libxml/libxml.c: php_error_docref(NULL TSRMLS_CC, level, "%s in Entity, line: %d", msg, parser->input->line);
./ext/libxml/libxml.c: php_error_docref(NULL TSRMLS_CC, level, "%s", msg);
./ext/libxml/libxml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c);
./ext/mbstring/libmbfl/filters/mbfilter_htmlent.c: /*php_error_docref("ref.mbstring" TSRMLS_CC, E_NOTICE, "mbstring decoded '%s'=%d", buffer, ent);*/
./ext/mbstring/libmbfl/filters/mbfilter_htmlent.c: /*php_error_docref("ref.mbstring" TSRMLS_CC, E_NOTICE,"mbstring decoded '%s'=%d", buffer, ent);*/
./ext/mbstring/libmbfl/filters/mbfilter_htmlent.c: /* php_error_docref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring cannot decode '%s'", buffer); */
./ext/mbstring/libmbfl/filters/mbfilter_htmlent.c: /* php_error_docref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring cannot decode '%s'", buffer)l */
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", pattern, err_str);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str);
./ext/mbstring/mbstring.c: php_error_docref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring couldn't find function %s.", p->orig_func);
./ext/mbstring/mbstring.c: php_error_docref("ref.mbstring" TSRMLS_CC, E_WARNING, "mbstring couldn't replace function %s.", p->orig_func);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown language \"%s\"", name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown character.");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown character.");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No MIME preferred name corresponding to \"%s\"", name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Needle has not positive length");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding or conversion error");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is empty");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error in mb_strpos");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty substring");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start position is out of range");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Width is negative value");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", _to_encoding);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to detect character encoding");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal character encoding specified");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create character encoding converter");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal argument");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", charset_name);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encname);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", to_enc);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to detect encoding");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create converter");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE.");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported charset \"%s\" - will be regarded as ascii", charset);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported transfer encoding \"%s\" - will be regarded as 8bit", s->c);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing To: field");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing Subject: field");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty message body");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid encoding \"%s\"", enc);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create converter");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding);
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string");
./ext/mbstring/mbstring.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string");
./ext/mbstring/mb_gpc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to detect encoding");
./ext/mbstring/mb_gpc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create converter");
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex compile err: %s", err_str);
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding);
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "empty pattern");
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error");
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in php_mbereg_replace_exec(): %s", err_str);
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty regular expression");
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, eval_buf.c);
./ext/mbstring/php_mbregex.c: /* zend_error() does not return in this case */
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty regular expression");
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in mbsplit(): %s", err_str);
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No regex given");
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No string given");
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in mbregex_search(): %s", err_str);
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty regular expression");
./ext/mbstring/php_mbregex.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Position is out of range");
./ext/mbstring/php_unicode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", src_encoding);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_FAILED); \
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_IV_WRONG_SIZE); \
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Operation disallowed prior to mcrypt_generic_init()."); \
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open encryption module");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Key size is 0");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Key size too large; supplied length: %d, max: %d", key_len, max_key_size);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Iv size incorrect; supplied length: %d, needed: %d", iv_len, iv_size);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Key length incorrect");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Memory allocation error");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An empty string was passed");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An empty string was passed");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not terminate encryption specifier");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No algorithms found in module dir");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No modes found in module dir");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Size of key is too large for this algorithm");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_IV_WRONG_SIZE);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attempt to use an empty IV, which is NOT recommend");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Mcrypt initialisation failed");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create an IV with a size of less than 1 or greater than %d", INT_MAX);
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not gather sufficient random data");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot open source device");
./ext/mcrypt/mcrypt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not gather sufficient random data");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter parameters for %s must be an array", filtername);
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "mode is not a string, ignoring");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "algorithms_dir is not a string, ignoring");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "modes_dir is not a string, ignoring");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key not specified or is not a string");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open encryption module");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter parameter[iv] not provided or not of type: string");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Key length incorrect");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Memory allocation error");
./ext/mcrypt/mcrypt_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error");
./ext/mssql/php_mssql.c:#define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } }
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (severity %d)", dberrstr, severity);
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "message: %s (severity %d)", msgtext, severity);
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Out of memory");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate login record");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MS_SQL_G(num_links));
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", MS_SQL_G(num_persistent));
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to server: %s", (host == NULL ? "" : host));
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Hashed persistent link is not a MS SQL link!");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Link to server lost, unable to reconnect");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MS_SQL_G(num_links));
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to server: %s", (host == NULL ? "" : host));
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to select database: %s", db);
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d has unknown data type (%d)", offset, coltype(offset));
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d has unknown data type (%d)", offset, coltype(offset));
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An output parameter variable was not provided");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stored procedure has no return value. Nothing was returned into RETVAL");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set query");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Query failed");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad row offset");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad row offset (%ld)", row);
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s field not found in result", Z_STRVAL_PP(field));
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset specified");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to init stored procedure");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unsupported type");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set parameter");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stored procedure execution failed");
./ext/mssql/php_mssql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "could not retrieve results");
./ext/mysql/php_mysql.c:#define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } }
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Function called without first fetching all rows from a previous unbuffered query"); \
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Function called without first fetching all rows from a previous unbuffered query"); \
./ext/mysql/php_mysql.c: php_error_docref("function.mysql-free-result" TSRMLS_CC, E_WARNING, "%lu result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query()", MySG(result_allocated));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "SQL safe mode in effect - ignoring host/user/password information");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MySG(num_links));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", MySG(num_persistent));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Out of memory while allocating memory for a persistent link");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", MySG(connect_error));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Link to server lost, unable to reconnect");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MySG(num_links));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OOM");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", MySG(connect_error));
./ext/mysql/php_mysql.c: php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "%s", mysql_error(mysql->conn));
./ext/mysql/php_mysql.c: php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "Your query requires a full tablescan (table %s, %s rows affected). Use EXPLAIN to optimize your query.", row[0], row[6]);
./ext/mysql/php_mysql.c: php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "Your query requires a full indexscan (table %s, %s rows affected). Use EXPLAIN to optimize your query.", row[0], row[6]);
./ext/mysql/php_mysql.c: php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "%s", mysql_error(mysql->conn));
./ext/mysql/php_mysql.c: php_error_docref("http://www.mysql.com/doc" TSRMLS_CC, E_WARNING, "%s", mysql_error(mysql->conn));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save result set");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "This function is deprecated; use mysql_query() instead");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save MySQL query result");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save MySQL query result");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save MySQL query result");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save MySQL query result");
./ext/mysql/php_mysql.c: php_error_docref("function.mysql-real-escape-string" TSRMLS_CC, E_DEPRECATED, "This function is deprecated; use mysql_real_escape_string() instead.");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on MySQL result index %ld", row, Z_LVAL_P(result));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s%s%s not found in MySQL result index %ld",
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset specified");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not find class '%s'", class_name);
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The result type should be either MYSQL_NUM, MYSQL_ASSOC or MYSQL_BOTH");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset %ld is invalid for MySQL result index %ld (or the query data is unbuffered)", offset, Z_LVAL_P(result));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad field offset");
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %ld is invalid for MySQL result index %ld", offset, Z_LVAL_P(result));
./ext/mysql/php_mysql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %ld is invalid for MySQL result index %ld", field, Z_LVAL_P(result));
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error occured while closing statement");
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property");
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property");
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value for has_set_exists");
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value for resultmode");
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not find class '%s'", class_name);
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_BOTH");
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "magic_quotes_runtime are deprecated since PHP 5.3");
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "magic_quotes_runtime are deprecated since PHP 5.3");
./ext/mysqli/mysqli.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", dest);
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[ofs], i+1);
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[i], i + start + 1);
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid type or no types specified");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of elements in type definition string doesn't match number of bind variables");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of variables doesn't match number of parameters in prepared statement");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Server returned unknown type %ld. Probably your client library is incompatible with the server version you use!", col_type);
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of bind variables doesn't match number of fields in prepared statement");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function cannot be used with MYSQL_USE_RESULT");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field offset is invalid for resultset");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid field offset");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "processid should have positive value");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not a valid callback function %s", callback_name);
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_STRICT, "There is no next result set. "
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_STRICT, "There is no next result set. "
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function cannot be used with MYSQL_USE_RESULT");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "All data must be fetched before a new statement prepare takes place");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter number");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset must be positive");
./ext/mysqli/mysqli_api.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "mode should be non-negative, %ld passed", mode_in);
./ext/mysqli/mysqli_exception.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "(%s/%d): %s", sqlstate, errorno, message);
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Persistent connections are disabled. Downgrading to normal");
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MyG(num_links));
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)",
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Mode can be only MYSQLI_FETCH_NUM, "
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty query");
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value for resultmode");
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter %d not a mysqli object", i);
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid object %d or resource %s", i, intern->zo.ce->name);
./ext/mysqli/mysqli_nonapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Negative values passed for sec and/or usec");
./ext/mysqli/mysqli_prop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Property access is not allowed yet"); \
./ext/mysqli/mysqli_prop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
./ext/mysqli/mysqli_prop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
./ext/mysqli/mysqli_prop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
./ext/mysqli/mysqli_warning.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid class argument");
./ext/mysqli/mysqli_warning.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No warnings found");
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading %s's OK packet. PID=%u",
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading %s's EOF packet. PID=%d",
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "EOF packet expected, field count wasn't 0xFE but 0x%2X",
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Wrong response packet %u passed to the function", ok_packet);
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading greeting packet. PID=%d", getpid());
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Connecting to 3.22, 3.23 & 4.0 "
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%u] %.128s (trying to connect via %s)", errcode, errstr, conn->scheme);
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Connection not opened, clear or has been closed");
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Negative values passed for sec and/or usec");
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, *dont_poll ? "All arrays passed are clear":"No stream arrays were passed");
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to select [%d]: %s (max_fd=%d)",
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error executing query");
./ext/mysqlnd/mysqlnd.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Serious error. PID=%d", getpid());
./ext/mysqlnd/mysqlnd_debug.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Consecutive semicolons at position %u", i);
./ext/mysqlnd/mysqlnd_debug.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/mysqlnd/mysqlnd_debug.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized format '%c'", mode[i]);
./ext/mysqlnd/mysqlnd_debug.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Colon expected, '%c' found", mode[i]);
./ext/mysqlnd/mysqlnd_loaddata.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "LOAD DATA LOCAL INFILE forbidden");
./ext/mysqlnd/mysqlnd_net.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Skipped %u bytes. Last command %s hasn't "
./ext/mysqlnd/mysqlnd_net.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot connect to MySQL by using SSL");
./ext/mysqlnd/mysqlnd_ps.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "There was an error "
./ext/mysqlnd/mysqlnd_result.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error reading result set's header");
./ext/mysqlnd/mysqlnd_result.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading a row");
./ext/mysqlnd/mysqlnd_result.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "result->m.fetch_row has invalid value. Report to the developers");
./ext/mysqlnd/mysqlnd_result.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "fetch_all can be used only with buffered sets");
./ext/mysqlnd/mysqlnd_result_meta.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", mysqlnd_server_gone); \
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", mysqlnd_server_gone); \
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Premature end of data (mysqlnd_wireprotocol.c:%u)", __LINE__); \
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "GREET packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OK packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "EOF packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "RSET_HEADER packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Protocol error. Server sent NULL_LENGTH."
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Result set field packet "MYSQLND_SZ_T_SPEC" bytes "
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PREPARE packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
./ext/mysqlnd/mysqlnd_wireprotocol.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "CHANGE_USER packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that " PHP_OCI8_LIB_PATH_MSG " includes the directory with Oracle Instant Client libraries");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME and " PHP_OCI8_LIB_PATH_MSG " are set and point to the right directories");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tmp_buf);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Initialization error: OCI_SUCCESS_WITH_INFO: %s", tmp_buf);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Initialization error: OCI_ERROR: %s", tmp_buf);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_SUCCESS_WITH_INFO: %s", errbuf);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_SUCCESS_WITH_INFO: failed to fetch error message");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_NEED_DATA");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_NO_DATA");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_NO_DATA: failed to fetch error message");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errbuf);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to fetch error message");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_INVALID_HANDLE");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_STILL_EXECUTING");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_CONTINUE");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown OCI error code: %d", status);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid session mode specified (%ld)", session_mode);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_SYSDBA and OCI_SYSOPER cannot be used together");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "External Authentication is not supported on Windows");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_CRED_EXT can only be used with a username of \"/\" and a NULL password");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Privileged connect is disabled in Safe Mode");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid character set name: %s", charset);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Too many open persistent connections (%ld)", OCI_G(num_persistent));
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find LOB descriptor #%d", column->descid);
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that " PHP_OCI8_LIB_PATH_MSG " includes the directory with Oracle Instant Client libraries");
./ext/oci8/oci8.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME and " PHP_OCI8_LIB_PATH_MSG " are set and point to the right directories");
./ext/oci8/oci8_collection.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unknown collection type %d", collection->coll_typecode);
./ext/oci8/oci8_collection.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
./ext/oci8/oci8_collection.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
./ext/oci8/oci8_collection.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Column name cannot be empty");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Maximum array length must be greater than zero");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset parameter must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename cannot contain null bytes");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length must be greater than or equal to zero");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start parameter must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start parameter must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than or equal to 0");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename cannot contain null bytes");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Oci_error: unable to find error handle");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "is disabled in Safe Mode");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "username cannot be empty");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "old password cannot be empty");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "new password cannot be empty");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "username cannot be empty");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "old password cannot be empty");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "new password cannot be empty");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property. The first argument should be valid collection object");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property. The second argument should be valid collection object");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property");
./ext/oci8/oci8_interface.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property");
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown descriptor type %ld", type);
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal descriptor counter has reached limit");
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected LOB piece id received (value:%d)", piece);
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset must be less than size of the LOB");
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid flag value: %ld", flush_flag);
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't open file %s", filename);
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Size must be greater than or equal to 0");
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Size must be less than or equal to the current LOB size");
./ext/oci8/oci8_lob.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid temporary lob type: %ld", type);
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of rows to be prefetched has to be greater than or equal to 0");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid context pointer value");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid execute mode given: %d", mode);
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or unsupported datatype given: %d", (int)type);
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid phpbind pointer value");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid phpbind pointer value");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find object outbind descriptor property");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid column name \"%s\"", Z_STRVAL_P(column_index));
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid column index \"%ld\"", Z_LVAL(tmp));
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid max length value (%ld)", maxlength);
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must provide max length value for empty arrays");
./ext/oci8/oci8_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or unsupported datatype given: %ld", type);
./ext/odbc/birdstep.c:#define PHP_GET_BIRDSTEP_RES_IDX(id) if (!(res = birdstep_find_result(list, id))) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Not result index (%ld)", id); RETURN_FALSE; }
./ext/odbc/birdstep.c:#define PHP_BIRDSTEP_CHK_LNK(id) if (!(conn = birdstep_find_conn(list, id))) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Not connection index (%ld)", id); RETURN_FALSE; }
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Too many open connections (%d)",php_birdstep_module.num_links);
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Could not allocate connection handle");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Could not connect to server \"%s\" for %s", serv, user);
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLAllocStmt return %d",stat);
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Cannot execute \"%s\" query",query);
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLNumResultCols return %d",stat);
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLNumResultCols return %d",stat);
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLFetch return error");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %s not found",field);
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Field index not in range");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLFetch return error");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLGetData return error");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Set autocommit_on option failure");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Set autocommit_off option failure");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Commit failure");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Rollback failure");
./ext/odbc/birdstep.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Field index not in range");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s in %s", errormsg, state, func);
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state);
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field index larger than number of fields");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field numbering starts at 1");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No parameters to SQL statement given");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Not enough parameters (%d should be %d) given", ne, result->numparams);
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Can't open file %s", filename);
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state);
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fetch type (%d)", fetch_type);
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Result set contains no data");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %s not found", field);
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field index is larger than the number of fields");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Cursor type (%d)", cur_opt);
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", ODBCG(num_links));
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Too many open persistent links (%ld)", ODBCG(num_persistent));
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Too many open connections (%ld)",ODBCG(num_links));
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field index larger than number of fields");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field numbering starts at 1");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field index larger than number of fields");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field numbering starts at 1");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set option for persistent connection");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option type");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/odbc/php_odbc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "extension author too lazy to parse %s correctly", timestr->data);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error loading %s section %s of %s",
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "problem loading oid section %s", str);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "problem creating object %s=%s", cnf->name, cnf->value);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid global string mask setting %s", str);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to load random state; not enough random data!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to write random state");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening file %s", filename);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening the file, %s", certfile);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error reading the file, %s", certfile);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no certificates in file, %s", certfile);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to stat %s", Z_STRVAL_PP(item));
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error loading file %s", Z_STRVAL_PP(item));
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error loading directory %s", Z_STRVAL_PP(item));
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied parameter cannot be coerced into an X509 certificate!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get private key from parameter 3");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "private key does not correspond to cert");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening file %s", filename);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get private key from parameter 3");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "private key does not correspond to cert");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: add_entry_by_NID %d -> %s (failed)", nid, Z_STRVAL_PP(item));
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_entry_by_txt %s -> %s (failed)", type, v->value);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no objects specified in config file");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "attribs: add_entry_by_NID %d -> %s (failed)", nid, Z_STRVAL_PP(item));
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "add1_attr_by_txt %s -> %s (failed)", v->name, v->value);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get CSR from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening file %s", filename);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get CSR from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get CSR from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 2");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get private key from parameter 3");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "private key does not correspond to signing cert");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error unpacking public key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Signature verification problems");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Signature did not match the certificate request");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No memory");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to sign it");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to generate a private key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error loading extension section %s", req.request_extensions_section);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error signing request");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied key param is a public key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Don't know how to get public key from this private key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "private key length is too short; it needs to be at least %d bits, not %d",
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported private key type");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get key from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get key from parameter 1");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "signature OK, but cannot open %s for writing", signersfilename);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to get cipher");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error getting private key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error getting cert");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening input file %s!", infilename);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening output file %s!", outfilename);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "error creating PKCS7 structure!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to coerce parameter 3 to x509 cert");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to get private key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key param is not a valid private key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key parameter is not a valid private key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key parameter is not a valid public key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key parameter is not a valid public key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied key param cannot be coerced into a private key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm.");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm.");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm.");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm.");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied key param cannot be coerced into a public key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Fourth argument to openssl_seal() must be a non-empty array");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm.");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "not a public key (%dth member of pubkeys)", i+1);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to coerce parameter 4 into a private key");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm.");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not get peer certificate");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not verify peer: code:%d %s", err, X509_verify_cert_error_string(err));
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate peer certificate CN");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Peer certificate CN=`%.*s' is malformed", name_len, buf);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Peer certificate CN=`%.*s' did not match expected CN=`%s'", name_len, buf, cnmatch);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set verify locations `%s' `%s'", cafile, capath);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set local cert chain file `%s'; Check that your cafile/capath settings include details of your certificate and its issuer", certfile);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set private key file `%s'", resolved_path_buff_pk);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set private key file `%s'", resolved_path_buff);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Private key does not match certificate!");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "IV passed is only %d bytes long, cipher expects an IV of precisely %d bytes, padding with \\0", *piv_len, iv_required_len);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "IV passed is %d bytes long which is longer than the %d expected by selected cipher, truncating", *piv_len, iv_required_len);
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Using an empty Initialization Vector (iv) is potentially insecure and not recommended");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm");
./ext/openssl/openssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL_R_NO_SHARED_CIPHER: no suitable shared cipher could be used. This could be because the server is missing an SSL certificate (local_cert context option)");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL/TLS already set-up for this stream");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSLv2 support is not compiled into the OpenSSL library PHP is linked against");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSLv2 support is not compiled into the OpenSSL library PHP is linked against");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create an SSL context");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create an SSL handle");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied session stream must be an SSL enabled stream");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL: crypto enabling timeout");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to enable crypto");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to enable crypto");
./ext/openssl/xp_ssl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSLv2 support is not compiled into the OpenSSL library PHP is linked against");
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d", errno);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error has occured: (errno %d) %s", errno, strerror(errno));
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error has occured: (errno %d) %s", errno, strerror(errno));
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value for handle argument specified");
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error assigning signal");
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not a callable function name error", func_name);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error assigning signal");
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occured", errno);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: A process was located, but neither its effective nor real user ID matched the effective user ID of the caller", errno);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno);
./ext/pcntl/pcntl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occured", errno);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Numeric named subpatterns are not allowed");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty regular expression");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC,E_WARNING, "Delimiter must not be alphanumeric or backslash");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC,E_WARNING, "No ending delimiter '%c' found", delimiter);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC,E_WARNING, "No ending matching delimiter '%c' found", end_delimiter);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC,E_WARNING, "Unknown modifier '%c'", pp[-1]);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while studying pattern");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid flags specified");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Get subpatterns list failed");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call custom replacement function");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, code.c);
./ext/pcre/php_pcre.c: /* zend_error() does not return in this case */
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Modifier /e cannot be used with replacement callback");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter mismatch, pattern is a string while replacement is an array");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires argument 2, '%s', to be a valid callback", callback_name);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error");
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
./ext/pcre/php_pcre.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings");
./ext/pdo/pdo.c: zend_error(E_ERROR, "PDO: driver %s requires PDO API version %ld; this is PDO version %d",
./ext/pdo/pdo.c: zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers");
./ext/pdo/pdo_dbh.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message);
./ext/pdo/pdo_dbh.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message);
./ext/pdo/pdo_dbh.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle");
./ext/pdo/pdo_dbh.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle");
./ext/pdo/pdo_dbh.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory");
./ext/pdo/pdo_dbh.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to register persistent entry");
./ext/pdo/pdo_dbh.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO methods.");
./ext/pdo/pdo_stmt.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a PDOStatement manually");
./ext/pdo/pdo_stmt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP might crash if you don't call $stmt->setFetchMode() to reset to defaults on this persistent statement. This will be fixed in a later release");
./ext/pdo/pdo_stmt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP might crash if you don't call $stmt->setFetchMode() to reset to defaults on this persistent statement. This will be fixed in a later release");
./ext/pdo/pdo_stmt.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/pdo/pdo_stmt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "This PDORow is not from a writable result set");
./ext/pdo/pdo_stmt.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a PDORow");
./ext/pdo_dblib/pdo_dblib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/pdo_dblib/pdo_dblib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "dblib message: %s (severity %d)", msgtext, severity);
./ext/pdo_oci/oci_driver.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "issuing a SELECT query here is invalid");
./ext/pdo_oci/oci_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "param is NULL in oci_bind_input_cb; this should not happen");
./ext/pdo_oci/oci_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "param is NULL in oci_bind_output_cb; this should not happen");
./ext/pdo_oci/oci_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/pdo_oci/oci_statement.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d data was too large for buffer and was truncated to fit it", colno);
./ext/pdo_odbc/pdo_odbc.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error in pdo_odbc.connection_pooling configuration. Value MUST be one of 'strict', 'relaxed' or 'off'");
./ext/pdo_pgsql/pgsql_driver.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot copy from an empty array");
./ext/pdo_sqlite/sqlite_driver.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the callback");
./ext/pdo_sqlite/sqlite_driver.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname);
./ext/pdo_sqlite/sqlite_driver.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname);
./ext/pdo_sqlite/sqlite_driver.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname);
./ext/pgsql/pgsql.c:#define CHECK_DEFAULT_LINK(x) if ((x) == -1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "No PostgreSQL link opened yet"); }
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, text, msgbuf); \
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", notice->message);
./ext/pgsql/pgsql.c: php_error_docref("ref.pgsql" TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"PostgreSQL link lost, unable to reconnect");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create new link. Too many open links (%ld)", PGG(num_links));
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported under this build");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad field offset specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad field offset specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on PostgreSQL result index %ld",
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not find class '%s'", class_name);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid result type");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on PostgreSQL result index %ld",
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid column number '%ld'", colno);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on PostgreSQL result index %ld",
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "OID value passing not supported");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create PostgreSQL large object");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create PostgreSQL large object");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID is specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires 1 or 2 arguments");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to delete PostgreSQL large object %u", oid);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires 1 or 2 arguments");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create PostgreSQL large object");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Something is really messed up! Your database is badly corrupted in a way NOT related to PHP");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open PostgreSQL large object");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open PostgreSQL large object");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to close PostgreSQL large object descriptor %d", pgsql->lofd);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot write more than buffer size %d. Tried to write %ld", str_len, z_len);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Buffer size must be larger than 0, but %ld was specified", z_len);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "OID value passing not supported");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires 2 or 3 arguments");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid whence parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to nonblocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "PostgreSQL module error, please report this error");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Optional 2nd parameter should be PGSQL_STATUS_LONG or PGSQL_STATUS_STRING");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid result type");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The table name must be specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Table '%s' doesn't exists", table_name);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot compile regex");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "'%s' does not match with '%s'", str, regex);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot exec regex");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected NULL for 'NOT NULL' field '%s'", field ); \
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to get array key type");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Accepts only string key for values");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Accepts only string key for values");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid field name (%s) in values", field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'type'");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'not null'");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'has default'");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scaler values as field values");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected invalid value (%s) for PostgreSQL %s field (%s)", Z_STRVAL_PP(val), Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects string, null, long or boolelan value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for pgsql '%s' (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for '%s' (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for '%s' (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "PostgreSQL '%s' type (%s) is not supported", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or system data type '%s' for '%s'", Z_STRVAL_PP(type), field);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Table name is invalid");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", PQresultErrorMessage(pg_result));
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Report this error to php-dev@lists.php.net, type = %d", Z_TYPE_PP(val));
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scaler values other than NULL. Need to convert?");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Failed to execute '%s'", querystr.c);
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified");
./ext/pgsql/pgsql.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection");
./ext/phar/func_interceptors.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "length must be greater than or equal to zero");
./ext/phar/func_interceptors.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", offset);
./ext/phar/func_interceptors.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%u)", stat_sb->st_mode & S_IFMT);
./ext/phar/func_interceptors.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Didn't understand stat call");
./ext/phar/func_interceptors.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", filename);
./ext/phar/phar_object.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "method accepts no arguments for a tar- or zip-based phar stub, %d given", ZEND_NUM_ARGS());
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_from);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: Write operations disabled by the php.ini setting phar.readonly");
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_to);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: Write operations disabled by the php.ini setting phar.readonly");
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\", not within the same phar archive", url_from, url_to);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_from);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_to);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_from);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_to);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": could not make cached phar writeable", url_from, url_to);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\" from extracted phar archive, source has been deleted", url_from, url_to);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\" from extracted phar archive, source does not exist", url_from, url_to);
./ext/phar/stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error);
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "expects argument 1 to be a valid stream resource");
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "could not use stream of type '%s'",
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "For S_IFCHR and S_IFBLK you need to pass a major device kernel identifier");
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create a block or character device, creating a normal file instead");
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to convert posix group to array");
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to convert posix group struct to array");
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to convert posix passwd struct to array");
./ext/posix/posix.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to convert posix passwd struct to array");
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a PSPELL config index", conf); \
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a PSPELL result index", scin); \
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret));
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret));
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret));
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL had a problem. details: %s", pspell_manager_error_message(manager));
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_store_replacement() gave error: %s", pspell_manager_error_message(manager));
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_add_to_personal() gave error: %s", pspell_manager_error_message(manager));
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_add_to_session() gave error: %s", pspell_manager_error_message(manager));
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_clear_session() gave error: %s", pspell_manager_error_message(manager));
./ext/pspell/pspell.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_save_wordlist() gave error: %s", pspell_manager_error_message(manager));
./ext/readline/readline.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not callable", name);
./ext/readline/readline.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not callable", name);
./ext/recode/recode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot allocate request structure");
./ext/recode/recode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal recode request '%s'", req);
./ext/recode/recode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Recoding failed.");
./ext/recode/recode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot allocate request structure");
./ext/recode/recode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal recode request '%s'", req);
./ext/recode/recode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Recoding failed.");
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "%s() cannot be called statically", get_active_function_name(TSRMLS_C)); \
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the reflection object"); \
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal error: Cannot find extension function %s in global function table", func->fname);
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::__toString() did not return anything", Z_OBJCE_P(object)->name);
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invocation of %s's constructor failed", ce->name);
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invocation of %s's constructor failed", ce->name);
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object");
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object");
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name);
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name);
./ext/reflection/php_reflection.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal error: Cannot find extension function %s in global function table", func->fname);
./ext/session/mod_files.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,'");
./ext/session/mod_files.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, strerror(errno), errno);
./ext/session/mod_files.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno);
./ext/session/mod_files.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
./ext/session/mod_files.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "read failed: %s (%d)", strerror(errno), errno);
./ext/session/mod_files.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "read returned less bytes than requested");
./ext/session/mod_files.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "write failed: %s (%d)", strerror(errno), errno);
./ext/session/mod_files.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "write wrote less bytes than requested");
./ext/session/mod_mm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "mm_malloc failed, avail %d, err %s", mm_available(data->mm), mm_error());
./ext/session/mod_mm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot allocate new data segment");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "A session is active. You cannot change the session module's ini settings at this time"); \
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Trying to destroy uninitialized session");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Session object destruction failed");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown session.serialize_handler. Failed to encode session object");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot encode non-existent session");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown session.serialize_handler. Failed to decode session object");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to decode session object. Session has been destroyed");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The ini setting hash_bits_per_character is out of range (should be 4, 5, or 6) - using 4 for now");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "No storage module chosen - failed to initialize session");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path));
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The session bug compatibility code will not "
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to write session data (%s). Please "
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find save handler '%s'", new_value);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find serialization handler '%s'", new_value);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot send session cache limiter - headers already sent (output started at %s:%d)", output_start_filename, output_start_lineno);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot send session cache limiter - headers already sent");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot send session cookie - headers already sent by (output started at %s:%d)", output_start_filename, output_start_lineno);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot send session cookie - headers already sent");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot find save handler '%s' - session startup failed", value);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot find serialization handler '%s' - session startup failed", value);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "purged %d expired session objects", nrdels);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot find named PHP session module (%s)", name);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument %d is not a valid callback", i+1);
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The save_path cannot contain NULL characters");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot regenerate session id - headers already sent");
./ext/session/session.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Session object destruction failed");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no shared memory segment with an id of [%lu]", shmid); \
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "not a shmop resource"); \
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not a valid flag", flags);
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid access mode");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Shared memory segment size must be greater than zero");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to attach or create shared memory segment");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to get shared memory segment information");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to attach to shared memory segment");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "start is out of range");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "count is out of range");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "trying to write to a read only segment");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "offset out of range");
./ext/shmop/shmop.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "can't mark segment for deletion (are you the owner?)");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node no longer exists"); \
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element %s number %ld when only 0 such elements exist", mynode->name, Z_LVAL_P(member));
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element %s number %ld when only %ld such elements exist", mynode->name, Z_LVAL_P(member), cnt);
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "It is not possible to assign complex types to nodes");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot write or create unnamed %s", attribs ? "attribute" : "element");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute");
./ext/simplexml/simplexml.c: zend_error(E_WARNING, "It is not yet possible to assign complex types to %s", attribs ? "attributes" : "properties");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create duplicate attribute");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element %s number %ld when only 0 such elements exist", mynode->name, Z_LVAL_P(member));
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot assign to an array of nodes (duplicate subnodes or attr detected)");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element %s number %ld when only %ld such elements exist", mynode->name, Z_LVAL_P(member), cnt);
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot change attribute number %ld when only %d attributes exist", Z_LVAL_P(member), nodendx);
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Element name is required");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element to attributes");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add child. Parent is not a permanent member of the XML tree");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute name is required");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate parent Element");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute requires prefix for namespace");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute already exists");
./ext/simplexml/simplexml.c: zend_error(E_ERROR, "Unable to cast node to string");
./ext/simplexml/simplexml.c: zend_error_handling error_handling;
./ext/simplexml/simplexml.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Imported Node must have associated Document");
./ext/simplexml/simplexml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Nodetype to import");
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid object identifier: %s", objid);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open snmp connection: %s", err);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid object identifier: %s", objid);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not add variable: %s %c %s", buf, type, value);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error: OID not increasing: %s",name);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error in packet: %s", snmp_errstring(response->errstat));
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "This name does not exist: %s",buf);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No response from %s", session->peername);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred, quitting");
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error generating a key for authentication pass phrase");
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error generating a key for privacy pass phrase");
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could net set security name: %s", a2);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid security level: %s", a3);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid authentication protocol: %s", a4);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not generate key for authentication pass phrase: %s", a5);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid security protocol: %s", a6);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not generate key for security pass phrase: %s", a7);
./ext/snmp/snmp.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading MIB file '%s': %s", filename, error);
./ext/soap/php_sdl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to register persistent entry");
./ext/soap/soap.c: zend_error_cb = old_error_handler;
./ext/soap/soap.c: old_error_handler = zend_error_cb;
./ext/soap/soap.c: zend_error_cb = soap_error_handler;
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter name");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid namespace");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid header name");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid actor");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fault code");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fault code");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fault code");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid type ID");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Wrong 'typemap' option");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "'soap_version' option must be SOAP_1_1 or SOAP_1_2");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp));
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to set persistence with bogus value (%ld)", value);
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to set persistence when you are using you SOAP SERVER in function mode, no persistence needed");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to set a non existant class (%s)", classname);
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a function that isn't a string");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a non existant function '%s'", Z_STRVAL_PP(tmp_function));
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a non existant function '%s'", Z_STRVAL_P(function_name));
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value passed");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR,"ob_start failed");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Request is compressed with unknown compression '%s'",Z_STRVAL_PP(encoding));
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,"Can't uncompress compressed request");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function '%s' call failed", Z_STRVAL(h->function_name));
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function '%s' call failed", Z_STRVAL(function_name));
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Dump memory failed");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The SoapServer::addSoapHeader function may be called only during SOAP request processing");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "$wsdl must be string or null");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' option is required in nonWSDL mode");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp));
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' and 'uri' options are required in nonWSDL mode");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid SOAP header");
./ext/soap/soap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid SOAP header");
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s [%d]: %s", msg, errn, php_strerror(errn TSRMLS_CC))
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: Non AF_INET6 domain returned on AF_INET6 socket");
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: getaddrinfo() not available on this system");
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: Non AF_INET domain returned on AF_INET socket");
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no resource arrays were passed to select");
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to select [%d]: %s", errno, php_strerror(errno TSRMLS_CC));
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported address family %d", sa->sa_family);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported address family %d", sa->sa_family);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid socket domain [%ld] specified for argument 1, assuming AF_INET", arg1);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid socket type [%ld] specified for argument 2, assuming SOCK_STREAM", arg2);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create socket [%d]: %s", errno, php_strerror(errno TSRMLS_CC));
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Socket of type AF_INET6 requires 3 arguments");
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Socket of type AF_INET requires 3 arguments");
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Path too long");
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported socket type %d", php_sock->type);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported socket type %d", php_sock->type);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported socket type %d", php_sock->type);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", l_onoff_key);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", l_linger_key);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", sec_key);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", usec_key);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid socket domain [%ld] specified for argument 1, assuming AF_INET", domain);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid socket type [%ld] specified for argument 2, assuming SOCK_STREAM", type);
./ext/sockets/sockets.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create socket pair [%d]: %s", errno, php_strerror(errno TSRMLS_CC));
./ext/spl/php_spl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Class %s does not exist%s", name, autoload ? " and could not be loaded" : "");
./ext/spl/php_spl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "object or string expected");
./ext/spl/php_spl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "object or string expected");
./ext/spl/php_spl.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be loaded", class_name);
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of ArrayObject or ArrayIterator");
./ext/spl/spl_array.c: zend_error(E_WARNING, "Modification of ArrayObject during sorting is prohibited");
./ext/spl/spl_array.c: zend_error(E_NOTICE, "Undefined index: %s", Z_STRVAL_P(offset));
./ext/spl/spl_array.c: zend_error(E_NOTICE, "Undefined offset: %ld", index);
./ext/spl/spl_array.c: zend_error(E_WARNING, "Illegal offset type");
./ext/spl/spl_array.c: zend_error(E_WARNING, "Modification of ArrayObject during sorting is prohibited");
./ext/spl/spl_array.c: zend_error(E_WARNING, "Modification of ArrayObject during sorting is prohibited");
./ext/spl/spl_array.c: zend_error(E_WARNING, "Modification of ArrayObject during sorting is prohibited");
./ext/spl/spl_array.c: zend_error(E_WARNING, "Modification of ArrayObject during sorting is prohibited");
./ext/spl/spl_array.c: zend_error(E_WARNING, "Illegal offset type");
./ext/spl/spl_array.c: zend_error(E_WARNING, "Modification of ArrayObject during sorting is prohibited");
./ext/spl/spl_array.c: zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
./ext/spl/spl_array.c: zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset));
./ext/spl/spl_array.c: zend_error(E_WARNING, "Modification of ArrayObject during sorting is prohibited");
./ext/spl/spl_array.c: zend_error(E_NOTICE,"Undefined offset: %ld", Z_LVAL_P(offset));
./ext/spl/spl_array.c: zend_error(E_WARNING, "Illegal offset type");
./ext/spl/spl_array.c: zend_error(E_WARNING, "Illegal offset type");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./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);
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::valid(): Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::valid(): Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::next(): Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::rewind(): Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/spl/spl_array.c: zend_error_handling error_handling;
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid");
./ext/spl/spl_array.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array");
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Object not initialized");
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "An object of class %s cannot be cloned", old_object->ce->name);
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling; \
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory");
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "GlobIterator lost glob state");
./ext/spl/spl_directory.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/spl/spl_directory.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: zend_error_handling error_handling;
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "escape must be a character");
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character");
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character");
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "escape must be a character");
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character");
./ext/spl/spl_directory.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character");
./ext/spl/spl_dllist.c: php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplDoublyLinkedList");
./ext/spl/spl_fixedarray.c: php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplFixedArray");
./ext/spl/spl_heap.c: zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
./ext/spl/spl_heap.c: php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplHeap");
./ext/spl/spl_heap.c: zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
./ext/spl/spl_heap.c: zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
./ext/spl/spl_heap.c: zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
./ext/spl/spl_heap.c: zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node");
./ext/spl/spl_iterators.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_P(zthis)->name);
./ext/spl/spl_iterators.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./ext/spl/spl_iterators.c: zend_error(E_ERROR, "The object to be iterated is in an invalid state: "
./ext/spl/spl_iterators.c: zend_error_handling error_handling;
./ext/spl/spl_iterators.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_PP(object_ptr)->name);
./ext/spl/spl_iterators.c: zend_error_handling error_handling;
./ext/spl/spl_iterators.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Method %s::%s() does not exist", intern->inner.ce->name, method);
./ext/spl/spl_iterators.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unable to call %s::%s()", intern->inner.ce->name, method);
./ext/spl/spl_iterators.c: zend_error_handling error_handling;
./ext/spl/spl_iterators.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "The inner constructor wasn't initialized with an iterator instance");
./ext/spl/spl_iterators.c: zend_error(E_NOTICE, "Undefined index: %s", arKey);
./ext/spl/spl_observer.c: zend_error_handling error_handling;
./ext/sqlite/sess_sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/sqlite/sess_sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLite: Could not compile session read query: %s", error);
./ext/sqlite/sess_sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLite: session read: error %s", error);
./ext/sqlite/sess_sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLite: session write query failed: %s", error);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The database wasn't opened"); \
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No result set available"); \
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot execute empty query."); \
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "call_user_function_ex failed");
./ext/sqlite/sqlite.c: /* php_error_docref(NULL TSRMLS_CC, E_WARNING, "no more rows available"); */
./ext/sqlite/sqlite.c: zend_error(E_RECOVERABLE_ERROR, "An iterator cannot be used with foreach by reference");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to register persistent resource");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Some other type of persistent resource is using this hash key!?");
./ext/sqlite/sqlite.c: zend_error_handling error_handling;
./ext/sqlite/sqlite.c: zend_error_handling error_handling;
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Ignored, you must destruct the object instead");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such column %d", j);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "One or more rowsets were already returned; returning NULL this time");
./ext/sqlite/sqlite.c: zend_error_handling error_handling;
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errtext);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Row count is not available for unbuffered queries");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "you cannot use sqlite_has_prev on unbuffered querys");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "field %ld out of range", field);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot seek an unbuffered result set");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "row %ld out of range", row);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot rewind an unbuffered result set");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "no rows received");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no more rows available");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "you cannot use sqlite_prev on unbuffered querys");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "no previous row available");
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "step function `%s' is not callable", callable);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "finalize function `%s' is not callable", callable);
./ext/sqlite/sqlite.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "function `%s' is not callable", callable);
./ext/sqlite3/sqlite3.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message);
./ext/sqlite3/sqlite3.c: zend_error_handling error_handling;
./ext/sqlite3/sqlite3.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the callback");
./ext/sqlite3/sqlite3.c: zend_error_handling error_handling;
./ext/sqlite3/sqlite3.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "A thread safe version of SQLite is required when using a thread safe version of PHP.");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid comparison function"); \
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array was modified by the user comparison function");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array was modified by the user comparison function");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array was modified by the user comparison function");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "When only one parameter is given, it must be an array");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array must contain at least one element");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "When only one parameter is given, it must be an array");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array must contain at least one element");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid extract type");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "specified extract type requires the prefix parameter");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "prefix is not a valid identifier");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of elements must be positive");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "step exceeds the specified range");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element to the array as the next element is already occupied");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only count STRING and INTEGER values!");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You may only pad up to 1048576 elements at a time");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You may only pad up to 1048576 elements at a time");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only flip STRING and INTEGER values!");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, argc);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. This should never happen. Please report as a bug", data_compare_type);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS());
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug", data_compare_type, key_compare_type);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS());
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "behavior is %d. This should never happen. Please report as a bug", behavior);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least 3 parameters are required, %d given", ZEND_NUM_ARGS());
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least 2 parameters are required, %d given", ZEND_NUM_ARGS());
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. This should never happen. Please report as a bug", data_compare_type);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS());
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug", data_compare_type, key_compare_type);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS());
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "behavior is %d. This should never happen. Please report as a bug", behavior);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is expected to be an array or sorting flag that has not already been specified", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is expected to be an array or sorting flag that has not already been specified", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is an unknown sort flag", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is expected to be an array or a sort flag", i + 1);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array sizes are inconsistent");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second argument has to be between 1 and the number of elements in the array");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the reduction callback");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the filter callback");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d should be an array", i + 2);
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the map callback");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument should be either a string or an integer");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Size parameter expected to be greater than 0");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Both parameters should have an equal number of elements");
./ext/standard/array.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Both parameters should have at least 1 element");
./ext/standard/assert.c: php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, myeval);
./ext/standard/assert.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Assertion \"%s\" failed", myeval);
./ext/standard/assert.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Assertion failed");
./ext/standard/assert.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown value %ld", what);
./ext/standard/base64.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Reverse_table:\n%s", s);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't find constant %s", const_name);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid in_addr value");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An unknown error occured");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized address %s", address);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized address %s", address);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Safe Mode warning: Cannot override protected environment variable '%s'", pe.key);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Safe Mode warning: Cannot set environment variable '%s' - it's not in the allowed list", pe.key);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter syntax");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of seconds must be greater than or equal to 0");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of microseconds must be greater than or equal to 0");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "nanoseconds was not in the range 0 to 999 999 999 or seconds was negative");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sleep until to time is less than current time");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "TCP/IP option not available!");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second argument is not an object or class name");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s()", Z_STRVAL_P(callback));
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second argument is not an object or class name");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s()", Z_STRVAL_P(callback));
./ext/standard/basic_functions.c: zend_error(E_ERROR, "Cannot call forward_static_call() when no class scope is active");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s() - function does not exist", Z_STRVAL_P(function));
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s::%s() - function does not exist", Z_OBJCE_PP(obj)->name, Z_STRVAL_PP(method));
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call tick function");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to delete tick function executed at the moment");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid shutdown callback '%s' passed", function_name);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find extension '%s'", extname);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid tick callback '%s' passed", function_name);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to move '%s' to '%s'", path, new_path);
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename cannot be empty!");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Numeric key detected - possible security hazard");
./ext/standard/basic_functions.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "No prefix specified - possible security hazard");
./ext/standard/browscap.c: zend_error(E_CORE_ERROR, "Invalid browscap ini file: "
./ext/standard/browscap.c: zend_error(E_CORE_WARNING, "Cannot open '%s' for reading", filename);
./ext/standard/browscap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "browscap ini directive not set");
./ext/standard/browscap.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "HTTP_USER_AGENT variable is not set, cannot determine user agent name");
./ext/standard/cyr_convert.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown source charset: %c", from);
./ext/standard/cyr_convert.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown destination charset: %c", to);
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find my handle property"); \
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d is not a valid Directory resource", dirp->rsrc_id);
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno);
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno);
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno);
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d is not a valid Directory resource", dirp->rsrc_id);
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d is not a valid Directory resource", dirp->rsrc_id);
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN);
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "At least one of the passed flags is invalid or not supported on this platform");
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Directory name cannot be empty");
./ext/standard/dir.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "(errno %d): %s", errno, strerror(errno));
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded extensions aren't enabled");
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded extensions aren't allowed when running in Safe Mode");
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "File name exceeds the maximum allowed length of %d characters", MAXPATHLEN);
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported in multithreaded Web servers - use extension=%s in your php.ini", filename);
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "dl() is deprecated - use extension=%s in your php.ini", filename);
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Temporary module name should contain only filename");
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, err);
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, "Unknown reason");
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, GET_DL_ERROR());
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, error_type, "Invalid library (maybe not a PHP library) '%s'", filename);
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, error_type,
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, error_type,
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, error_type, "Unable to initialize module '%s'", module_entry->name);
./ext/standard/dl.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot dynamically load %s - dynamic modules are not supported", file);
./ext/standard/dns.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to fetch host [%d]: %s", errno, strerror(errno));
./ext/standard/dns.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Address is not a valid IPv4 or IPv6 address");
./ext/standard/dns.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Address is not in a.b.c.d form");
./ext/standard/dns.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host cannot be empty");
./ext/standard/dns.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type '%s' not supported", rectype);
./ext/standard/dns.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type '%ld' not supported", type_param);
./ext/standard/dns.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to parse DNS data received");
./ext/standard/dns_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type '%s' not supported", rectype);
./ext/standard/dns_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type '%ld' not supported", type_param);
./ext/standard/dns_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dns Query failed");
./ext/standard/exec.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No '..' components allowed in path");
./ext/standard/exec.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid absolute path.");
./ext/standard/exec.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to fork [%s]", cmd);
./ext/standard/exec.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot execute a blank command");
./ext/standard/exec.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot execute using backquotes in Safe Mode");
./ext/standard/exec.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to execute '%s'", command);
./ext/standard/exec.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only a super user may attempt to increase the priority of a process");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal operation argument");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "length must be greater than or equal to zero");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", offset);
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Exclusive locks may only be set for regular files");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Exclusive locks are not supported for this stream");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only %d of %d bytes written, possibly out of free disk space", numbytes, Z_STRLEN_P(data));
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to write %d bytes to %s", Z_STRLEN_PP(tmp), filename);
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only %d of %d bytes written, possibly out of free disk space", bytes_written, Z_STRLEN_PP(tmp));
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only %d of %d bytes written, possibly out of free disk space", numbytes, Z_STRLEN(out));
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%ld' flag is not supported", flags);
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d is not a valid stream resource", stream->rsrc_id);
./ext/standard/file.c: php_error_docref2(NULL TSRMLS_CC, buf, posix_mode, E_WARNING, "%s", strerror(errno));
./ext/standard/file.c: php_error_docref2(NULL TSRMLS_CC, command, posix_mode, E_WARNING, "%s", strerror(errno));
./ext/standard/file.c: php_error_docref2(NULL TSRMLS_CC, command, mode, E_WARNING, "%s", strerror(errno));
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate stream wrapper");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Source");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot rename a file across wrapper types");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate stream wrapper");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->wops->label : "Wrapper");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't truncate this stream!");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument to copy() function cannot be a directory");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The second argument to copy() function cannot be a directory");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "escape must be character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "escape must be a single character");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter may not be negative");
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename exceeds the maximum allowed length of %d characters", MAXPATHLEN);
./ext/standard/file.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN);
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", php_win_err());
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", php_win_err());
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to load kernel32.dll");
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", php_win_err());
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", php_win_err());
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to load kernel32.dll");
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find gid for %s", Z_STRVAL_P(group));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find gid for %s", Z_STRVAL_P(group));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(group));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find uid for %s", Z_STRVAL_P(user));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find uid for %s", Z_STRVAL_P(user));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(user));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stat failed for %s", filename);
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Utime failed: %s", strerror(errno));
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", filename);
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%d)", ssb.sb.st_mode&S_IFMT);
./ext/standard/filestat.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Didn't understand stat call");
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): invalid byte sequence", inst->filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): insufficient buffer", inst->filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): unexpected end of stream", inst->filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): unknown error", inst->filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): invalid byte sequence", inst->filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): insufficient buffer", inst->filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): unexpected octet values", inst->filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): unknown error", inst->filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): invalid filter parameter", filtername);
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes", sizeof(php_consumed_filter_data));
./ext/standard/filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes", sizeof(php_chunked_filter_data));
./ext/standard/formatted_print.c: zend_error_noreturn(E_ERROR, "Field width %d is too long", m_width);
./ext/standard/formatted_print.c: zend_error_noreturn(E_ERROR, "Field width %d is too long", req_size);
./ext/standard/formatted_print.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Requested precision of %d digits was truncated to PHP maximum of %d digits", precision, MAX_FLOAT_PRECISION);
./ext/standard/formatted_print.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument number must be greater than zero");
./ext/standard/formatted_print.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Width must be greater than zero and less than %d", INT_MAX);
./ext/standard/formatted_print.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Precision must be greater than zero and less than %d", INT_MAX);
./ext/standard/formatted_print.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too few arguments");
./ext/standard/fsock.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to connect to %s:%ld (%s)", host, port, errstr == NULL ? "Unknown error" : errstr);
./ext/standard/ftok.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Pathname is invalid");
./ext/standard/ftok.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Project identifier is invalid");
./ext/standard/ftok.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "ftok() failed - %s", strerror(errno));
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "FTP server error %d:%s", result, tmp_line);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error Deleting file: %s", tmp_line);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", resource_from->host);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error Renaming file: %s", tmp_line);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error Renaming file: %s", tmp_line);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tmp_line);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url);
./ext/standard/ftp_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tmp_line);
./ext/standard/head.c: zend_error( E_WARNING, "Cookie names cannot contain any of the following '=,; \\t\\r\\n\\013\\014'" );
./ext/standard/head.c: zend_error( E_WARNING, "Cookie values cannot contain any of the following ',; \\t\\r\\n\\013\\014'" );
./ext/standard/head.c: zend_error(E_WARNING, "Expiry date cannot have a year greater then 9999");
./ext/standard/html.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "charset `%s' not supported, assuming iso-8859-1",
./ext/standard/html.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot yet handle MBCS!");
./ext/standard/html.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid multibyte sequence in argument");
./ext/standard/http.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error traversing form data array");
./ext/standard/http.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter 1 expected to be Array or Object. Incorrect value given");
./ext/standard/http_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot construct User-agent header");
./ext/standard/http_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Content-type not specified assuming application/x-www-form-urlencoded");
./ext/standard/image.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "JPEG2000 codestream corrupt(Expected SIZ marker not found after SOC)");
./ext/standard/image.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "JP2 file has no codestreams at root level");
./ext/standard/image.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
./ext/standard/image.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
./ext/standard/image.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "PNG file corrupted by ASCII conversion");
./ext/standard/image.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
./ext/standard/image.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!");
./ext/standard/image.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The image is a compressed SWF file, but you do not have a static version of the zlib extension enabled");
./ext/standard/incomplete_class.c: php_error_docref(NULL TSRMLS_CC, error_type, INCOMPLETE_CLASS_MSG, class_name);
./ext/standard/iptc.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open %s", jpeg_file);
./ext/standard/levenshtein.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The general Levenshtein support is not there yet");
./ext/standard/levenshtein.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument string(s) too long");
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory");
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory");
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to symlink to a URL");
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory");
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to link to a URL");
./ext/standard/link.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError());
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't call CreateSymbolicLinkA");
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't call get a handle on kernel32.dll");
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory");
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory");
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to symlink to a URL");
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch file information(error %d)", GetLastError());
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create symlink, error code(%d)", GetLastError());
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory");
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to link to a URL");
./ext/standard/link_win32.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./ext/standard/mail.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE");
./ext/standard/mail.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tsm_errmsg);
./ext/standard/mail.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", GetSMErrorText(tsm_err));
./ext/standard/mail.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Permission denied: unable to execute shell to run mail delivery binary '%s'", sendmail_path);
./ext/standard/mail.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path);
./ext/standard/math.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "base must be greater than 0");
./ext/standard/math.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number '%s' is too big to fit in long", s);
./ext/standard/math.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number too large");
./ext/standard/math.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid `from base' (%ld)", frombase);
./ext/standard/math.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid `to base' (%ld)", tobase);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: integer overflow in format string", code); \
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: '*' ignored", code);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: not enough arguments", code);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: too few arguments", code);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: unknown format code", code);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d arguments unused", (num_args - currentarg));
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: outside of string", code);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: not enough characters in string", code);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: illegal hex digit %c", code, n);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid format type %c", type);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: integer overflow", type);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: outside of string", type);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: outside of string", type);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: outside of string", type);
./ext/standard/pack.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: not enough input, need %d, have %d", type, size, inputlen - inputpos);
./ext/standard/php_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create filter (%s)", p);
./ext/standard/php_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create filter (%s)", p);
./ext/standard/php_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Max memory must be >= 0");
./ext/standard/php_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "URL file-access is disabled in the server configuration");
./ext/standard/php_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "URL file-access is disabled in the server configuration");
./ext/standard/php_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "No URL resource specified");
./ext/standard/php_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid php:// URL specified");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Safe Mode warning: Cannot override protected environment variable '%s'", string_key);
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Safe Mode warning: Cannot set environment variable '%s' - it's not in the allowed list", string_key);
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No '..' components allowed in path");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "descriptor spec must be an integer indexed array");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %d", nindex);
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %ld - %s", nindex, strerror(errno));
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Descriptor item must be either an array or a File-Handle");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing handle qualifier in array");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing mode parameter for 'pipe'");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create pipe %s", strerror(errno));
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing file name parameter for 'file'");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing mode parameter for 'file'");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to open /dev/ptmx, errno %d", errno);
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to open slave pty, errno %d", errno);
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "pty pseudo terminal not supported on this system");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_PP(ztype));
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot get current directory");
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "CreateProcess failed, error code - %u", dw);
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "procve failed - %s", strerror(errno));
./ext/standard/proc_open.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "fork failed - %s", strerror(errno));
./ext/standard/rand.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "max(%ld) is smaller than min(%ld)", max, min);
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "cannot mix \"%\" and \"%n$\" conversion specifiers");
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field width may not be specified in %c conversion");
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unmatched [ in format string");
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad scan conversion character \"%c\"", *ch);
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "Variable is assigned by multiple \"%n$\" conversion specifiers");
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Variable is not assigned by any conversion specifiers");
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "\"%n$\" argument index out of range");
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Different numbers of variable names and field specifiers");
./ext/standard/scanf.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter %d must be passed by reference", i);
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create sockets: [%d]: %s",
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to connect to %s (%s)", quoted_host, errstr == NULL ? "Unknown error" : errstr);
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to connect to %s (%s)", host, errstr == NULL ? "Unknown error" : errstr);
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "accept failed: %s", errstr ? errstr : "Unknown error");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to parse `%s' into a valid network address", target_addr);
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", pos);
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No stream arrays were passed");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The seconds parameter must be greater than 0");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The microseconds parameter must be greater than 0");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to select [%d]: %s (max_fd=%d)",
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to call user notifier");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "options should have the form [\"wrappername\"][\"optionname\"] = $value");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "called with wrong number or type of parameters; please RTM");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid resource given, not a stream filter");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to flush filter, not removing");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not invalidate filter, not removing");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The maximum allowed length must be greater than or equal to zero");
./ext/standard/streamsfuncs.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "When enabling encryption you must specify the crypto type");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Item '%ld' is not valid", item);
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid '..'-range, no character to the left of '..'");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid '..'-range, no character to the right of '..'");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid '..'-range, '..'-range needs to be incrementing");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid '..'-range");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Break string cannot be empty");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't force cut when width is zero");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument must be an array");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid arguments passed");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "needle is not a string or an integer");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Chunk length should be greater than zero");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "'from' and 'len' should be of same type - numerical or array ");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "'from' and 'len' should have the same number of elements");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Functionality of 'from' and 'len' as arrays is not implemented");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The second argument is not an array");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "Passing locale category name as string is deprecated. Use the LC_* -constants instead");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid locale category name %s, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME", category);
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Specified locale name is too long");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second argument has to be greater than or equal to 0");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown mode");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty substring");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset should be greater than or equal to 0");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset value %ld exceeds string length", offset);
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length should be greater than 0");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length value %ld exceeds string length", length);
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Padding string cannot be empty");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Padding length is too long");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid format value %ld", type);
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only a single %%i or %%n token can be used");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment must be greater than zero");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The character list cannot be empty");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length must be greater than zero");
./ext/standard/string.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The start position cannot exceed initial string length");
./ext/standard/type.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot convert to resource type");
./ext/standard/type.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid type");
./ext/standard/uniqid.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must use 'more entropy' under CYGWIN");
./ext/standard/url.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid URL component identifier %ld", key);
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "filter property vanished"); \
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to call filter function");
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unprocessed filter buckets remaining on input brigade");
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Object has no bucket property");
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter name cannot be empty");
./ext/standard/user_filters.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Class name cannot be empty");
./ext/standard/uuencode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "The given parameter is not a valid uuencoded string");
./ext/standard/var.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize.");
./ext/standard/var.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "\"%s\" returned as member variable from __sleep() but does not exist", Z_STRVAL_PP(name));
./ext/standard/var.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize");
./ext/standard/var.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Error at offset %ld of %d bytes", (long)((char*)p - buf), buf_len);
./ext/standard/var_unserializer.c: zend_error(E_WARNING, "Insufficient data for unserializing - %ld required, %ld present", datalen, (long)(max - (*p)));
./ext/standard/var_unserializer.c: zend_error(E_WARNING, "Class %s has no unserializer", ce->name);
./ext/standard/var_unserializer.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data");
./ext/standard/var_unserializer.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val);
./ext/standard/var_unserializer.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val);
./ext/sybase_ct/php_sybase_ct.c:#define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: A link to the server could not be established"); RETURN_FALSE; } }
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to get connection status on close");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to get connection status on close");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Client message: %s (severity %ld)", errmsg->msgstring, (long)CS_SEVERITY(errmsg->msgnumber));
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Cannot call the messagehandler %s", Z_STRVAL(expr_copy));
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Server message: %s (severity %ld, procedure %s)",
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to set server message handler");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to set client message handler");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to set datetime conversion format");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update the timeout");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to allocate connection record");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to set userdata");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to allocate locale information");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to load default locale data");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update character set");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update connection properties");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update connection packetsize");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update the login timeout");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to connect");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to allocate command record");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Too many open links (%ld)", SybCtG(num_links));
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Too many open persistent links (%ld)", SybCtG(num_persistent));
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to get connection status");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Too many open links (%ld)", SybCtG(num_links));
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: No connection to close");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: No connection");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Command failed, cancelling rest");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Unexpected results, cancelling current");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Unexpected results, cancelling all");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Error reading row %d", result->num_rows);
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Cannot use non-storing mode with buffered queries");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: No connection");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Called without first fetching all rows from a previous unbuffered query");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Connection is dead");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Cannot send command");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Cannot read results");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Retried deadlock %d times [max: %ld], giving up", deadlock_count- 1, SybCtG(deadlock_retry_count));
./ext/sybase_ct/php_sybase_ct.c: /* php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Cancelling the rest of the results"); */
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Class %s has not been declared", Z_STRVAL_P(object));
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad row offset %ld, must be betweem 0 and %d", offset, result->num_rows - 1);
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad column offset");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad column offset");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad row offset (%ld)", row);
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: %s field not found in result", Z_STRVAL_P(field));
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad column offset specified");
./ext/sybase_ct/php_sybase_ct.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: No connection");
./ext/sysvmsg/sysvmsg.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
./ext/sysvmsg/sysvmsg.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "maximum size of the message has to be greater than zero");
./ext/sysvmsg/sysvmsg.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "MSG_EXCEPT is not supported on your system");
./ext/sysvmsg/sysvmsg.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "message corrupted");
./ext/sysvmsg/sysvmsg.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Message parameter must be either a string or a number.");
./ext/sysvmsg/sysvmsg.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "msgsnd failed: %s", strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed releasing SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SysV semaphore %ld (key 0x%x) is not currently acquired", Z_LVAL_P(arg_id), sem_ptr->key);
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to %s key 0x%x: %s", acquire ? "acquire" : "release", sem_ptr->key, strerror(errno));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SysV semaphore %ld does not (any longer) exist", Z_LVAL_P(arg_id));
./ext/sysvsem/sysvsem.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for SysV sempphore %ld: %s", Z_LVAL_P(arg_id), strerror(errno));
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Segment size must be greater than zero");
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: memorysize too small", shm_key);
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", shm_key, strerror(errno));
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", shm_key, strerror(errno));
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%x, id %ld: %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno));
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "not enough shared memory left");
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "variable key %ld doesn't exist", shm_key);
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "variable data in shared memory is corrupted");
./ext/sysvshm/sysvshm.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "variable key %ld doesn't exist", shm_key);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not load configuration file '%s'", Z_STRVAL_PP(_val)); \
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There were errors while parsing the configuration file '%s'", Z_STRVAL_PP(_val)); \
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to load Tidy configuration file at '%s'.", TG(default_config)); \
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown Tidy Configuration Option '%s'", optname);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Attempting to set read-only option '%s'", optname);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to determine type of configuration option");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not set encoding '%s'", enc);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errbuf->bp);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not retrieve key from option array");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not set encoding '%s'", enc);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", obj->ptdoc->errbuf->bp);
./ext/tidy/tidy.c: zend_error(E_NOTICE, "Failure installing Tidy output buffering.");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errbuf.bp);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory %s", inputfile, (use_include_path) ? "(Using include path)" : "");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown Tidy Configuration Option '%s'", optname);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown Tidy Configuration Option '%s'", optname);
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to determine type of configuration option");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory %s", inputfile, (use_include_path) ? "(Using include path)" : "");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory %s", inputfile, (use_include_path) ? "(Using include path)" : "");
./ext/tidy/tidy.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a tidyNode manually");
./ext/wddx/wddx.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize.");
./ext/wddx/wddx.c: php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references");
./ext/wddx/wddx.c: php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references");
./ext/wddx/wddx.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected");
./ext/wddx/wddx.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Expecting parameter 1 to be a string or a stream");
./ext/xml/xml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(handler));
./ext/xml/xml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s::%s()", Z_OBJCE_PP(obj)->name, Z_STRVAL_PP(method));
./ext/xml/xml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler");
./ext/xml/xml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unsupported source encoding \"%s\"", encoding_param);
./ext/xml/xml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parser cannot be freed while it is parsing.");
./ext/xml/xml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported target encoding \"%s\"", Z_STRVAL_PP(val));
./ext/xml/xml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option");
./ext/xml/xml.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal libxml error returned");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot write to read-only property");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument cannot be an empty string");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Schema data source is required");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set schema. This must be set prior to reading or schema contains errors.");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No Schema support built into libxml.");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name and Namespace URI cannot be empty");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parser property");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name is required");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name and Namespace URI cannot be empty");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An Error Occured while reading");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Load Data before trying to read");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An Error Occured while reading");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Load Data before trying to read");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string supplied as input");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open source data");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Schema data source is required");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set schema. This must be set prior to reading or schema contains errors.");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No Schema support built into libxml.");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parser property");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string supplied as input");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to load source data");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "An Error Occured while expanding ");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot expand this node type");
./ext/xmlreader/php_xmlreader.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Load Data before trying to expand");
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "XML-RPC doesn't support circular references");
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to add introspection data returned from %s(), improper element structure", php_function_name);
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to add introspection data returned from %s()",
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to add introspection data returned from %s()", php_function_name);
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error calling user introspection callback: %s()", php_function_name);
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid callback '%s' passed", php_function_name);
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to create introspection data",
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid xml structure. Unable to create introspection data");
./ext/xmlrpc/xmlrpc-epi-php.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "xml parse error. no method description created");
./ext/xmlrpc/xmlrpc-epi-php.c: zend_error(E_WARNING,"invalid type '%s' passed to xmlrpc_set_type()", type);
./ext/xmlwriter/php_xmlwriter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid or unitialized XMLWriter object"); \
./ext/xmlwriter/php_xmlwriter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", __err); \
./ext/xmlwriter/php_xmlwriter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string as source");
./ext/xmlwriter/php_xmlwriter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to resolve file path");
./ext/xmlwriter/php_xmlwriter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create output buffer");
./ext/xmlwriter/php_xmlwriter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create output buffer");
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create XPath expression (string contains both quote and double-quotes)");
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument or parameter array");
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Handler name must be a string");
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", callable);
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not allowed to call handler '%s()'", callable);
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler));
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "A PHP Object cannot be converted to a XPath-string");
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Document");
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "No stylesheet associated to this object");
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./ext/xsl/xsltprocessor.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter array");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name"); \
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot build full extract path");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Full extraction path exceed MAXPATHLEN (%i)", MAXPATHLEN);
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "remove_path option expected to be a string");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as remove_path option");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "remove_path string is too long (max: %i, %i given)",
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_path option expected to be a string");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as the add_path option");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_path string too long (max: %i, %i given)",
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid or unitialized Zip object"); \
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN);
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "At least one of the passed flags is invalid or not supported on this platform");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "Glob support is not available");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid expression");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_path string too long (max: %i, %i given)",
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot read <%s>", fullpath);
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal zip error returned");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string as source");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string as source");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as pattern");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Entry name too long (max: %d, %ld given)",
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as filename");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument, expect string or array of strings");
./ext/zip/php_zip.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal archive");
./ext/zip/zip_stream.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zip stream error: %s", zip_file_strerror(self->zf));
./ext/zlib/zlib.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_CORE_ERROR, "Cannot use both zlib.output_compression and output_handler together!!");
./ext/zlib/zlib.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "Cannot change zlib.output_compression - headers already sent");
./ext/zlib/zlib.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "Cannot change zlib.output_handler - headers already sent");
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "compression level (%ld) must be within -1..9", level);
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status));
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "length (%ld) must be greater or equal zero", limit);
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status));
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "compression level (%ld) must be within -1..9", level);
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status));
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "length (%ld) must be greater or equal zero", limit);
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status));
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status));
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "compression level(%ld) must be within -1..9", level);
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "encoding mode must be FORCE_GZIP or FORCE_DEFLATE");
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status));
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status));
./ext/zlib/zlib.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status));
./ext/zlib/zlib.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler 'ob_gzhandler' cannot be used twice");
./ext/zlib/zlib.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler 'ob_gzhandler' cannot be used after 'mb_output_handler'");
./ext/zlib/zlib.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'");
./ext/zlib/zlib.c: zend_error(E_ERROR, "Compression failed");
./ext/zlib/zlib_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes.", sizeof(php_zlib_filter_data));
./ext/zlib/zlib_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes.", data->inbuf_len);
./ext/zlib/zlib_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes.", data->outbuf_len);
./ext/zlib/zlib_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for window size. (%ld)", Z_LVAL(tmp));
./ext/zlib/zlib_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for memory level. (%ld)", Z_LVAL(tmp));
./ext/zlib/zlib_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for window size. (%ld)", Z_LVAL(tmp));
./ext/zlib/zlib_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid compression level specified. (%ld)", Z_LVAL(tmp));
./ext/zlib/zlib_filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid filter parameter, ignored.");
./ext/zlib/zlib_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SEEK_END is not supported");
./ext/zlib/zlib_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot open a zlib stream for reading and writing at the same time!");
./ext/zlib/zlib_fopen_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "gzopen failed");
./main/fopen_wrappers.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "File name is longer than the maximum allowed path length on this platform (%d): %s", MAXPATHLEN, path);
./main/fopen_wrappers.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s)", path, PG(open_basedir));
./main/fopen_wrappers.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path was truncated to %d", ptr, filename, MAXPATHLEN);
./main/main.c:/* php_verror is called from php_error_docref<n> functions.
./main/main.c:/* {{{ php_error_docref0 */
./main/main.c:PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
./main/main.c:/* {{{ php_error_docref1 */
./main/main.c:PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...)
./main/main.c:/* {{{ php_error_docref2 */
./main/main.c:PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...)
./main/main.c: php_error_docref2(NULL TSRMLS_CC, param1, param2, E_WARNING, "%s", strerror(errno));
./main/main.c: php_error_docref2(NULL TSRMLS_CC, param1, param2, E_WARNING, "%s (code: %lu)", (char *)buf, error);
./main/main.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot set time limit in safe mode");
./main/main.c: php_error_docref("function.include" TSRMLS_CC, E_WARNING, "Failed opening '%s' for inclusion (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)));
./main/main.c: php_error_docref("function.require" TSRMLS_CC, E_COMPILE_ERROR, "Failed opening required '%s' (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)));
./main/main.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed opening '%s' for highlighting", php_strip_url_passwd((char *) data));
./main/main.c: zend_error(E_WARNING, "%s", buf);
./main/main.c: zend_error(E_DEPRECATED, "Directive '%s' is deprecated in PHP 5.3 and greater", *p);
./main/main.c: zend_error(E_CORE_ERROR, "zend.ze1_compatibility_mode is no longer supported in PHP 5.3 and greater");
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", *error_string);
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "php_network_getaddresses: getaddrinfo failed: %s", PHP_GAI_STRERROR(n));
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", *error_string);
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "php_network_getaddresses: getaddrinfo failed (null result pointer)");
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", *error_string);
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "php_network_getaddresses: gethostbyname failed");
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Asynchronous connect() not supported on this platform");
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to resolve `%s': %s", tmp, errstr);
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid IP Address: %s", bindto);
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid IP Address: %s", bindto);
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", error_string);
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./main/network.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_ERROR, "Cannot use output buffering in output buffering display handlers");
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_WARNING, "output handler '%s' conflicts with '%s'", handler_new, handler_set);
./main/output.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "No method name given: use ob_start(array($object,'method')) to specify instance $object and the name of a method of class %s to use as output handler", Z_OBJCE_P(output_handler)->name);
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to flush buffer. No buffer to flush");
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to flush buffer %s", OG(active_ob_buffer).handler_name);
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete");
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s", OG(active_ob_buffer).handler_name);
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete and flush buffer. No buffer to delete or flush");
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s", OG(active_ob_buffer).handler_name);
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete");
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s", OG(active_ob_buffer).handler_name);
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete and flush buffer. No buffer to delete or flush");
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s", OG(active_ob_buffer).handler_name);
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer. No buffer to delete");
./main/output.c: php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer %s", OG(active_ob_buffer).handler_name);
./main/php_variables.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variable nesting level exceeded %ld. To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level));
./main/safe_mode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to access %s", filename);
./main/safe_mode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to access %s", filename);
./main/safe_mode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to access %s", filename);
./main/safe_mode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SAFE MODE Restriction in effect. The script whose uid/gid is %ld/%ld is not allowed to access %s owned by uid/gid %ld/%ld", php_getuid(), php_getgid(), filename, uid, gid);
./main/safe_mode.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "SAFE MODE Restriction in effect. The script whose uid is %ld is not allowed to access %s owned by uid %ld", php_getuid(), filename, uid);
./main/SAPI.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "POST Content-Length of %ld bytes exceeds the limit of %ld bytes",
./main/SAPI.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Actual POST length does not match Content-Length, and exceeds %ld bytes", SG(post_max_size));
./main/streams/cast.c: php_error_docref(NULL TSRMLS_CC, E_ERROR, "fopencookie failed");
./main/streams/cast.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot cast a filtered stream on this system");
./main/streams/cast.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot represent a stream of type %s as a %s", stream->ops->label, cast_names[castas]);
./main/streams/cast.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld bytes of buffered data lost during stream conversion!", (long)(stream->writepos - stream->readpos));
./main/streams/filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to locate filter \"%s\"", filtername);
./main/streams/filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create or locate filter \"%s\"", filtername);
./main/streams/filter.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter failed to process pre-buffered data");
./main/streams/plain_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to allocate stream");
./main/streams/plain_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to allocate stream");
./main/streams/plain_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot seek on a pipe");
./main/streams/plain_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "`%s' is not a valid mode for fopen", mode);
./main/streams/plain_wrapper.c: php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(ENOENT));
./main/streams/plain_wrapper.c: php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(errno));
./main/streams/plain_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path was truncated to %d", cwd, filename, MAXPATHLEN);
./main/streams/plain_wrapper.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path was truncated to %d", ptr, filename, MAXPATHLEN);
./main/streams/streams.c: php_error_docref1(NULL TSRMLS_CC, tmp, E_WARNING, "%s: %s", caption, msg);
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", buffer);
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream does not support seeking");
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Use of \"zlib:\" wrapper is deprecated; please use \"compress.zlib://\" instead");
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find the wrapper \"%s\" - did you forget to enable it when you configured PHP?", wrapper_name);
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "remote host file access not supported, %s", path);
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "file:// wrapper is disabled in the server configuration");
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s:// wrapper is disabled in the server configuration by allow_url_fopen=0", protocol_dup);
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s:// wrapper is disabled in the server configuration by allow_url_include=0", protocol_dup);
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename cannot be empty");
./main/streams/streams.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "This function may only be used against URLs");
./main/streams/streams.c: php_error_docref1(NULL TSRMLS_CC, tmp, E_WARNING, "could not make seekable - %s",
./main/streams/transports.c: else { php_error_docref(NULL TSRMLS_CC, E_WARNING, fmt, arg); }
./main/streams/transports.c: else { php_error_docref(NULL TSRMLS_CC, E_WARNING, fmt, local_err ? local_err : "Unspecified error"); \
./main/streams/transports.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not find a factory !?");
./main/streams/transports.c: php_error_docref("streams.crypto" TSRMLS_CC, E_WARNING, "this stream does not support SSL/crypto");
./main/streams/transports.c: php_error_docref("streams.crypto" TSRMLS_CC, E_WARNING, "this stream does not support SSL/crypto");
./main/streams/transports.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot peek or fetch OOB data from a filtered stream");
./main/streams/transports.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot write OOB data, or data to a targeted address on a filtered stream");
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not execute %s::%s()", uwrap->ce->name, uwrap->ce->constructor->common.function_name);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Protocol %s:// is already defined.", protocol);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid protocol scheme specified. Unable to register wrapper class %s to %s://", classname, protocol);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "class '%s' is undefined", classname);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to unregister protocol %s://", protocol);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s:// was never changed, nothing to restore", protocol);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s:// never existed, nothing to restore", protocol);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to restore original %s:// wrapper", protocol);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_WRITE " is not implemented!",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_WRITE " wrote %ld bytes more data than requested (%ld written, %ld max)",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_READ " - read %ld bytes more data than requested (%ld read, %ld max) - excess data will be lost",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_READ " is not implemented!",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_TELL " is not implemented!", us->wrapper->classname);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_STAT " is not implemented!",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_LOCK " is not implemented!",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_SET_OPTION " is not implemented!",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_UNLINK " is not implemented!", uwrap->classname);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_RENAME " is not implemented!", uwrap->classname);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_MKDIR " is not implemented!", uwrap->classname);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_RMDIR " is not implemented!", uwrap->classname);
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_STATURL " is not implemented!",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_DIR_READ " is not implemented!",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource",
./main/streams/userspace.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself",
./main/streams/xp_socket.c: php_error_docref(NULL TSRMLS_CC, E_NOTICE, "send of %ld bytes failed with errno=%ld %s",
./main/streams/xp_socket.c: php_error_docref(NULL TSRMLS_CC, E_WARNING,
./sapi/apache/php_apache.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "This function is disabled");
./sapi/apache/php_apache.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "This function is not supported in this build");
./sapi/apache/php_apache.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - URI lookup failed", filename);
./sapi/apache/php_apache.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - error finding URI", filename);
./sapi/apache/php_apache.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - request execution failed", filename);
./sapi/apache/php_apache.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "URI lookup failed '%s'", filename);
./sapi/apache/php_apache.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "URI lookup failed", filename);
./sapi/apache/php_apache.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot reset the Apache timeout in safe mode");
./sapi/apache2filter/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - URI lookup failed", filename);
./sapi/apache2filter/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - request execution failed", filename);
./sapi/apache2filter/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - error finding URI", filename);
./sapi/apache2filter/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - URI lookup failed", filename);
./sapi/apache2filter/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - error finding URI", filename);
./sapi/apache2handler/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - URI lookup failed", filename);
./sapi/apache2handler/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - error finding URI", filename);
./sapi/apache2handler/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - request execution failed", filename);
./sapi/apache2handler/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - URI lookup failed", filename);
./sapi/apache2handler/php_functions.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include '%s' - error finding URI", filename);
./sapi/apache_hooks/php_apache.c: zend_error(E_WARNING, "Parameter wasn't passed by reference");
./sapi/nsapi/nsapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include uri '%s' - Sub-requests not supported on this platform", uri);
./sapi/nsapi/nsapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include uri '%s' - Sub-requests do not work with zlib.output_compression", uri);
./sapi/nsapi/nsapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include uri '%s' - Internal request creation failed", uri);
./sapi/nsapi/nsapi.c: php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to include uri '%s' - HTTP status code %d during subrequest", uri, rq->status_num);
./Zend/zend.c:ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args);
./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);
./Zend/zend.c: zend_error_cb = utility_functions->error_function;
./Zend/zend.c: zend_error(E_PARSE, "%s", error);
./Zend/zend.c:ZEND_API void zend_error(int type, const char *format, ...) /* {{{ */
./Zend/zend.c: zend_error_cb(type, error_filename, error_lineno, format, args);
./Zend/zend.c: zend_error_cb(type, error_filename, error_lineno, format, args);
./Zend/zend.c: zend_error_cb(type, error_filename, error_lineno, format, args);
./Zend/zend.c: zend_error_cb(type, error_filename, error_lineno, format, args);
./Zend/zend.c:void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_error"),noreturn));
./Zend/zend_alloc.c: zend_error_noreturn(E_ERROR,
./Zend/zend_alloc.c: zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
./Zend/zend_alloc.c: zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
./Zend/zend_alloc.c: zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
./Zend/zend_alloc.c: zend_error_noreturn(E_ERROR, "Possible integer overflow in memory allocation (%zu * %zu + %zu)", nmemb, size, offset);
./Zend/zend_API.c: zend_error(E_WARNING, "Wrong parameter count for %s%s%s()", class_name, space, get_active_function_name(TSRMLS_C));
./Zend/zend_API.c: zend_error(E_ERROR, "Class entry requested for an object without PHP class");
./Zend/zend_API.c: zend_error(severity, "%s%s%s() expects parameter %d %s",
./Zend/zend_API.c: zend_error(severity, "%s%s%s() expects parameter %d to be %s, %s given",
./Zend/zend_API.c: zend_error(E_WARNING, "%s%s%s(): only one varargs specifier (* or +) is permitted",
./Zend/zend_API.c: zend_error(E_WARNING, "%s%s%s(): bad type specifier while parsing parameters",
./Zend/zend_API.c: zend_error(E_WARNING, "%s%s%s() expects %s %d parameter%s, %d given",
./Zend/zend_API.c: zend_error(E_WARNING, "%s(): could not obtain parameters for parsing",
./Zend/zend_API.c: zend_error(E_WARNING, "%s%s%s() expects exactly 0 parameters, %d given", \
./Zend/zend_API.c: zend_error(E_CORE_ERROR, "%s::%s() must be derived from %s::%s",
./Zend/zend_API.c: zend_error(E_CORE_ERROR, "%s::%s() must be derived from %s::%s",
./Zend/zend_API.c: zend_error(E_ERROR, "Cannot instantiate %s %s", what, class_type->name);
./Zend/zend_API.c: zend_error(E_WARNING, "add_assoc_function() is no longer supported");
./Zend/zend_API.c: zend_error(E_CORE_WARNING, "Cannot load module '%s' because required module '%s' is not loaded", module->name, dep->name);
./Zend/zend_API.c: zend_error(E_CORE_ERROR,"Unable to start %s module", module->name);
./Zend/zend_API.c: zend_error(E_CORE_WARNING, "Cannot load module '%s' because conflicting module '%s' is already loaded", module->name, dep->name);
./Zend/zend_API.c: zend_error(E_CORE_WARNING, "Module '%s' already loaded", module->name);
./Zend/zend_API.c: zend_error(E_CORE_WARNING,"%s: Unable to register functions, unable to load", module->name);
./Zend/zend_API.c: zend_error(error_type, "Destructor %s::%s() cannot take arguments", ce->name, ZEND_DESTRUCTOR_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot accept any arguments", ce->name, ZEND_CLONE_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_GET_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_GET_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_SET_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_SET_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_UNSET_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_UNSET_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_ISSET_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_ISSET_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALL_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALL_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALLSTATIC_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALLSTATIC_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_TOSTRING_FUNC_NAME);
./Zend/zend_API.c: zend_error(error_type, "Invalid access level for %s%s%s() - access must be exactly one of public, protected or private", scope ? scope->name : "", scope ? "::" : "", ptr->fname);
./Zend/zend_API.c: zend_error(error_type, "Static function %s%s%s() cannot be abstract", scope ? scope->name : "", scope ? "::" : "", ptr->fname);
./Zend/zend_API.c: zend_error(error_type, "Interface %s cannot contain non abstract method %s()", scope->name, ptr->fname);
./Zend/zend_API.c: zend_error(error_type, "Method %s%s%s() cannot be a NULL function", scope ? scope->name : "", scope ? "::" : "", ptr->fname);
./Zend/zend_API.c: zend_error(error_type, "Destructor %s::%s() cannot take arguments", scope->name, ptr->fname);
./Zend/zend_API.c: zend_error(error_type, "Function registration failed - duplicate name - %s%s%s", scope ? scope->name : "", scope ? "::" : "", ptr->fname);
./Zend/zend_API.c: zend_error(error_type, "Constructor %s::%s() cannot be static", scope->name, ctor->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Destructor %s::%s() cannot be static", scope->name, dtor->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Constructor %s::%s() cannot be static", scope->name, clone->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __call->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() must be static", scope->name, __callstatic->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __tostring->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __get->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __set->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __unset->common.function_name);
./Zend/zend_API.c: zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __isset->common.function_name);
./Zend/zend_API.c: zend_error(E_WARNING, "request_startup() for %s module failed", module->name);
./Zend/zend_API.c: zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name(TSRMLS_C));
./Zend/zend_API.c: zend_error(E_WARNING, "%s() has been disabled for security reasons", class_type->name);
./Zend/zend_API.c: zend_error(severity, "Non-static method %s::%s() %s be called statically, assuming $this from compatible context %s", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This))->name);
./Zend/zend_API.c: zend_error(severity, "Non-static method %s::%s() %s be called statically", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb);
./Zend/zend_API.c: zend_error(E_CORE_ERROR, "Internal zval's can't be arrays, objects or resources");
./Zend/zend_API.c: zend_error(E_CORE_ERROR, "Property %s of class %s cannot be updated", name, class_name);
./Zend/zend_API.c: zend_error(E_CORE_ERROR, "Property %s of class %s cannot be read", name, class_name);
./Zend/zend_API.c:ZEND_API void zend_save_error_handling(zend_error_handling *current TSRMLS_DC) /* {{{ */
./Zend/zend_API.c:ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current TSRMLS_DC) /* {{{ */
./Zend/zend_API.c:ZEND_API void zend_restore_error_handling(zend_error_handling *saved TSRMLS_DC) /* {{{ */
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "func_num_args(): Called from the global scope - no function context");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "func_get_arg(): The argument number should be >= 0");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "func_get_arg(): Called from the global scope - no function context");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "func_get_arg(): Argument %ld not passed to function", requested_offset);
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "func_get_args(): Called from the global scope - no function context");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "Length must be greater than or equal to 0");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "Length must be greater than or equal to 0");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING,"Variable passed to each() is not an array or object");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "Class constants cannot be defined or redefined");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING,"Constants may only evaluate to scalar values");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "get_class() called without object from outside a class");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "get_called_class() called from outside a class");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "First parameter must either be an object or the name of an existing class");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "Cannot redeclare class %s", alias_name);
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "First argument of class_alias() must be a name of user defined class");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "Class '%s' not found", class_name);
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "Invalid error type specified");
./Zend/zend_builtin_functions.c: zend_error((int)error_type, "%s", message);
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "%s() expects the argument (%s) to be a valid callback",
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "%s() expects the argument (%s) to be a valid callback",
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "Cannot add internal functions to return value from get_defined_functions()");
./Zend/zend_builtin_functions.c: zend_error(E_WARNING, "Cannot add user functions to return value from get_defined_functions()");
./Zend/zend_builtin_functions.c: zend_error(E_ERROR, "Unexpected inconsistency in create_function()");
./Zend/zend_closures.c: zend_error(E_RECOVERABLE_ERROR, "Closure object cannot have properties")
./Zend/zend_closures.c: zend_error(E_RECOVERABLE_ERROR, "Cannot get arguments for calling closure");
./Zend/zend_closures.c: zend_error(E_RECOVERABLE_ERROR, "Instantiation of 'Closure' is not allowed");
./Zend/zend_closures.c: zend_error(E_ERROR, "Cannot destroy active lambda function");
./Zend/zend_closures.c: zend_error(E_RECOVERABLE_ERROR, "Instantiation of 'Closure' is not allowed");
./Zend/zend_closures.c: zend_error(E_NOTICE,"Undefined variable: %s", key->arKey);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "%s function %s::%s() cannot be declared private", method_type, CG(active_class_entry)->name, function_name->u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "%s function %s::%s() cannot contain body", method_type, CG(active_class_entry)->name, function_name->u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Non-abstract method %s::%s() must contain body", CG(active_class_entry)->name, function_name->u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Can't use method return value in write context");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Can't use function return value in write context");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use [] for unsetting");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Multiple access type modifiers are not allowed");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Multiple abstract modifiers are not allowed");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Multiple static modifiers are not allowed");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Multiple final modifiers are not allowed");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use the final modifier on an abstract class member");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Access type for interface method %s::%s() must be omitted", CG(active_class_entry)->name, function_name->u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_STRICT, "Static function %s%s%s() should not be abstract", is_method ? CG(active_class_entry)->name : "", is_method ? "::" : "", Z_STRVAL(function_name->u.constant));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot redeclare %s::%s()", CG(active_class_entry)->name, name);
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __call() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __callStatic() must have public visibility and be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __get() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __set() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __unset() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __isset() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __toString() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_STRICT, "Redefining already defined constructor for class %s", CG(active_class_entry)->name);
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __call() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __callStatic() must have public visibility and be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __get() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __set() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __unset() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __isset() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_WARNING, "The magic method __toString() must have public visibility and cannot be static");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "%s() must take exactly 1 argument", ZEND_AUTOLOAD_FUNC_NAME);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use 'namespace' as a class name");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Default value for parameters with a class type hint can only be NULL");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Default value for parameters with array type hint can only be an array or NULL");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot call __clone() method on objects - use 'clone $obj' instead");
./Zend/zend_compile.c: zend_error(E_CORE_ERROR, "Namespaced name %s should contain slash", Z_STRVAL(opline->op1.u.constant));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "'\\%s' is an invalid class name", Z_STRVAL(class_name->u.constant));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use 'namespace' as a class name");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Label '%s' already defined", Z_STRVAL(label->u.constant));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "'goto' to undefined label '%s'", Z_STRVAL(opline->op2.u.constant));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "'goto' into loop or switch statement is disallowed");
./Zend/zend_compile.c: zend_error(E_WARNING, "Clone method does not require arguments");
./Zend/zend_compile.c: zend_error(E_DEPRECATED,
./Zend/zend_compile.c: zend_error(E_DEPRECATED, "Call-time pass-by-reference has been deprecated");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Only variables can be passed by reference");
./Zend/zend_compile.c: zend_error(E_ERROR, "Cannot override final %s::%s() with %s::%s()",
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Can't inherit abstract function %s::%s() (previously declared abstract in %s)",
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot override final method %s::%s()", ZEND_FN_SCOPE_NAME(parent), child->common.function_name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot make non static method %s::%s() static in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot make static method %s::%s() non static in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot make non abstract method %s::%s() abstract in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Access level to %s::%s() must be %s (as in class %s)%s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, zend_visibility_string(parent_flags), ZEND_FN_SCOPE_NAME(parent), (parent_flags&ZEND_ACC_PUBLIC) ? "" : " or weaker");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Declaration of %s::%s() must be compatible with that of %s::%s()", ZEND_FN_SCOPE_NAME(child), child->common.function_name, ZEND_FN_SCOPE_NAME(child->common.prototype), child->common.prototype->common.function_name);
./Zend/zend_compile.c: zend_error(E_STRICT, "Declaration of %s::%s() should be compatible with that of %s::%s()", ZEND_FN_SCOPE_NAME(child), child->common.function_name, ZEND_FN_SCOPE_NAME(parent), parent->common.function_name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot redeclare %s%s::$%s as %s%s::$%s",
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Access level to %s::$%s must be %s (as in class %s)%s", ce->name, hash_key->arKey, zend_visibility_string(parent_info->flags), parent_ce->name, (parent_info->flags&ZEND_ACC_PUBLIC) ? "" : " or weaker");
./Zend/zend_compile.c: zend_error(E_CORE_ERROR, "Class %s could not implement interface %s", ce->name, iface->name);
./Zend/zend_compile.c: zend_error(E_ERROR, "Interface %s cannot implement itself", ce->name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Interface %s may not inherit from class (%s)", ce->name, parent_ce->name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Class %s may not inherit from final class (%s)", ce->name, parent_ce->name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot inherit previously-inherited or override constant %s from interface %s", hash_key->arKey, iface->name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Class %s cannot implement previously implemented interface %s", ce->name, iface->name);
./Zend/zend_compile.c: zend_error(error_level, "Cannot redeclare %s() (previously declared in %s:%d)",
./Zend/zend_compile.c: zend_error(error_level, "Cannot redeclare %s()", function->common.function_name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Internal Zend error - Missing class information for %s", opline->op1.u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", ce->name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", opline->op2.u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Class %s cannot extend from interface %s", ce->name, parent_ce->name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", ce->name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Invalid binding type");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Class declarations may not be nested");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use '%s' as class name as it is reserved", class_name->u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot declare class %s because the name is already in use", Z_STRVAL(class_name->u.constant));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use 'self' as class name as it is reserved");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use 'parent' as class name as it is reserved");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use 'static' as class name as it is reserved");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Constructor %s::%s() cannot be static", ce->name, ce->constructor->common.function_name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Destructor %s::%s() cannot be static", ce->name, ce->destructor->common.function_name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Clone method %s::%s() cannot be static", ce->name, ce->clone->common.function_name);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use '%s' as interface name as it is reserved", Z_STRVAL(interface_name->u.constant));
./Zend/zend_compile.c: zend_error(E_NOTICE, "Illegal member variable name");
./Zend/zend_compile.c: zend_error(E_NOTICE, "Corrupt member variable name");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Interfaces may not include member variables");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Properties cannot be declared abstract");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot declare property %s::$%s final, the final modifier is allowed only for methods and classes",
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot redeclare %s::$%s", CG(active_class_entry)->name, var_name->u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Arrays are not allowed in class constants");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot redefine class constant %s::%s", CG(active_class_entry)->name, var_name->u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_ERROR, "\"static::\" is not allowed in compile-time constants");
./Zend/zend_compile.c: zend_error(E_ERROR, "Illegal offset type");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use $this as lexical variable");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "instanceof expects an object instance, constant given");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Key element cannot be a reference");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot create references to elements of a temporary array expression");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use constants as encoding");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Encoding declaration pragma must be the very first statement in the script");
./Zend/zend_compile.c: zend_error(E_COMPILE_WARNING, "Unsupported encoding [%s]", val->u.constant.value.str.val);
./Zend/zend_compile.c: /* zend_error(E_COMPILE_WARNING, "Declare encoding [%s] not supported", val->u.constant.value.str.val); */
./Zend/zend_compile.c: zend_error(E_COMPILE_WARNING, "Unsupported declare '%s'", var->u.constant.value.str.val);
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot mix bracketed namespace declarations with unbracketed namespace declarations");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot mix bracketed namespace declarations with unbracketed namespace declarations");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Namespace declarations cannot be nested");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Namespace declaration statement has to be the very first statement in the script");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use '%s' as namespace name", Z_STRVAL(name->u.constant));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use %s as %s because '%s' is a special class name", Z_STRVAL_P(ns), Z_STRVAL_P(name), Z_STRVAL_P(name));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use %s as %s because the name is already in use", Z_STRVAL_P(ns), Z_STRVAL_P(name));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use %s as %s because the name is already in use", Z_STRVAL_P(ns), Z_STRVAL_P(name));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot use %s as %s because the name is already in use", Z_STRVAL_P(ns), Z_STRVAL_P(name));
./Zend/zend_compile.c: zend_error(E_WARNING, "The use statement with non-compound name '%s' has no effect", Z_STRVAL_P(name));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Arrays are not allowed as constants");
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "Cannot redeclare constant '%s'", Z_STRVAL(name->u.constant));
./Zend/zend_compile.c: zend_error(E_COMPILE_ERROR, "No code may exist outside of namespace {}");
./Zend/zend_constants.c: zend_error(E_ERROR, "Cannot access self:: when no class scope is active");
./Zend/zend_constants.c: zend_error(E_ERROR, "Cannot access parent:: when no class scope is active");
./Zend/zend_constants.c: zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent");
./Zend/zend_constants.c: zend_error(E_ERROR, "Cannot access static:: when no class scope is active");
./Zend/zend_constants.c: zend_error(E_ERROR, "Undefined class constant '%s::%s'", class_name, constant_name);
./Zend/zend_constants.c: zend_error(E_NOTICE,"Constant %s already defined", name);
./Zend/zend_exceptions.c: zend_error(E_ERROR, "Cannot set non exception as previous exception");
./Zend/zend_exceptions.c: zend_error(E_ERROR, "Exception thrown without a stack frame");
./Zend/zend_exceptions.c:static zend_object_value zend_error_exception_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */
./Zend/zend_exceptions.c: zend_error(E_ERROR, "Wrong parameters for Exception([string $exception [, long $code [, Exception $previous = NULL]]])");
./Zend/zend_exceptions.c: zend_error(E_ERROR, "Wrong parameters for ErrorException([string $exception [, long $code, [ long $severity, [ string $filename, [ long $lineno [, Exception $previous = NULL]]]]]])");
./Zend/zend_exceptions.c: error_exception_ce->create_object = zend_error_exception_new;
./Zend/zend_exceptions.c: zend_error(E_NOTICE, "Exceptions must be derived from the Exception base class");
./Zend/zend_exceptions.c:static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ */
./Zend/zend_exceptions.c: zend_error_cb(type, file, lineno, format, args);
./Zend/zend_exceptions.c: zend_error(E_WARNING, "%s::__toString() must return a string", ce_exception->name);
./Zend/zend_exceptions.c: zend_error_va(E_WARNING, file ? Z_STRVAL_P(file) : NULL, line ? Z_LVAL_P(line) : 0, "Uncaught %s in exception handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->name, ce_exception->name);
./Zend/zend_exceptions.c: zend_error_va(severity, Z_STRVAL_P(file), Z_LVAL_P(line), "Uncaught %s\n thrown", Z_STRVAL_P(str));
./Zend/zend_exceptions.c: zend_error(severity, "Uncaught exception '%s'", ce_exception->name);
./Zend/zend_exceptions.c: zend_error(E_ERROR, "Need to supply an object when throwing an exception");
./Zend/zend_exceptions.c: zend_error(E_ERROR, "Exceptions must be valid objects derived from the Exception base class");
./Zend/zend_execute.c: zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
./Zend/zend_execute.c: zend_error(E_NOTICE, "Undefined variable: %s", cv->name);
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Using $this when not in object context");
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Using $this when not in object context");
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Using $this when not in object context");
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Using $this when not in object context");
./Zend/zend_execute.c: zend_error(E_STRICT, "Creating default object from empty value");
./Zend/zend_execute.c: zend_error(E_RECOVERABLE_ERROR, "Argument %d passed to %s%s%s() must %s%s, %s%s given, called in %s on line %d and defined", arg_num, fclass, fsep, fname, need_msg, need_kind, given_msg, given_kind, ptr->op_array->filename, ptr->opline->lineno);
./Zend/zend_execute.c: zend_error(E_RECOVERABLE_ERROR, "Argument %d passed to %s%s%s() must %s%s, %s%s given", arg_num, fclass, fsep, fname, need_msg, need_kind, given_msg, given_kind);
./Zend/zend_execute.c: zend_error(E_STRICT, "Creating default object from empty value");
./Zend/zend_execute.c: zend_error(E_WARNING, "Attempt to assign property of non-object");
./Zend/zend_execute.c: zend_error(E_WARNING, "Attempt to assign property of non-object");
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Cannot use object as array");
./Zend/zend_execute.c: zend_error(E_WARNING, "Illegal string offset: %d", T->str_offset.offset);
./Zend/zend_execute.c: zend_error(E_NOTICE, "Undefined index: %s", offset_key);
./Zend/zend_execute.c: zend_error(E_NOTICE,"Undefined index: %s", offset_key);
./Zend/zend_execute.c: zend_error(E_STRICT, "Resource ID#%ld used as offset, casting to integer (%ld)", Z_LVAL_P(dim), Z_LVAL_P(dim));
./Zend/zend_execute.c: zend_error(E_NOTICE,"Undefined offset: %ld", index);
./Zend/zend_execute.c: zend_error(E_NOTICE,"Undefined offset: %ld", index);
./Zend/zend_execute.c: zend_error(E_WARNING, "Illegal offset type");
./Zend/zend_execute.c: zend_error(E_WARNING, "Cannot add element to the array as the next element is already occupied");
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "[] operator not supported for strings");
./Zend/zend_execute.c: zend_error(E_WARNING, "Illegal offset type");
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Cannot use object as array");
./Zend/zend_execute.c: zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ce->name);
./Zend/zend_execute.c: zend_error(E_WARNING, "Cannot unset offset in a non-array variable");
./Zend/zend_execute.c: zend_error(E_WARNING, "Cannot use a scalar value as an array");
./Zend/zend_execute.c: zend_error(E_WARNING, "Illegal offset type");
./Zend/zend_execute.c: zend_error(E_NOTICE, "Uninitialized string offset: %ld", Z_LVAL_P(dim));
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Cannot use object as array");
./Zend/zend_execute.c: zend_error(E_WARNING, "Attempt to modify property of non-object");
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Cannot access undefined property for object with overloaded property access");
./Zend/zend_execute.c: zend_error(E_WARNING, "This object doesn't support property references");
./Zend/zend_execute.c: zend_error_noreturn(E_ERROR, "Cannot break/continue %d level%s", original_nest_levels, (original_nest_levels == 1) ? "" : "s");
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p));
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p));
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Undefined constant '%s'", save);
./Zend/zend_execute_API.c: zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual);
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Undefined class constant '%s'", str_index);
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Undefined constant '%s'", save);
./Zend/zend_execute_API.c: zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", str_index, str_index);
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()");
./Zend/zend_execute_API.c: zend_error(E_WARNING, "Invalid callback %s, %s", callable_name, error);
./Zend/zend_execute_API.c: zend_error(E_STRICT, "%s", error);
./Zend/zend_execute_API.c: zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EX(function_state).function->common.scope->name, EX(function_state).function->common.function_name);
./Zend/zend_execute_API.c: zend_error(E_DEPRECATED, "Function %s%s%s() is deprecated",
./Zend/zend_execute_API.c: zend_error(E_WARNING, "Parameter %d to %s%s%s() expected to be a reference, value given",
./Zend/zend_execute_API.c: zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object");
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Maximum execution time of %d second%s exceeded", EG(timeout_seconds), EG(timeout_seconds) == 1 ? "" : "s");
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Cannot access self:: when no class scope is active");
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Cannot access parent:: when no class scope is active");
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent");
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Cannot access static:: when no class scope is active");
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Interface '%s' not found", class_name);
./Zend/zend_execute_API.c: zend_error(E_ERROR, "Class '%s' not found", class_name);
./Zend/zend_execute_API.c: zend_error(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 ")",
./Zend/zend_hash.c: zend_error(E_ERROR, "Nesting level too deep - recursive dependency?"); \
./Zend/zend_ini_scanner.c: zend_error(E_WARNING, "Invalid scanner mode");
./Zend/zend_ini_scanner.c: zend_error(E_DEPRECATED, "Comments starting with '#' are deprecated in %s on line %d", zend_ini_scanner_get_filename(TSRMLS_C), SCNG(lineno));
./Zend/zend_interfaces.c: zend_error(E_CORE_ERROR, "Couldn't find implementation for method %s%s%s", obj_ce ? obj_ce->name : "", obj_ce ? "::" : "", function_name);
./Zend/zend_interfaces.c: zend_error(E_CORE_ERROR, "Couldn't execute method %s%s%s", obj_ce ? obj_ce->name : "", obj_ce ? "::" : "", function_name);
./Zend/zend_interfaces.c: zend_error(E_WARNING, "Nothing returned from %s::key()", iter->ce->name);
./Zend/zend_interfaces.c: zend_error(E_WARNING, "Illegal type returned from %s::key()", iter->ce->name);
./Zend/zend_interfaces.c: zend_error(E_ERROR, "An iterator cannot be used with foreach by reference");
./Zend/zend_interfaces.c: zend_error(E_CORE_ERROR, "Class %s must implement interface %s as part of either %s or %s",
./Zend/zend_interfaces.c: zend_error(E_ERROR, "Class %s cannot implement both %s and %s at the same time",
./Zend/zend_interfaces.c: zend_error(E_ERROR, "Class %s cannot implement both %s and %s at the same time",
./Zend/zend_language_scanner.c: zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected "
./Zend/zend_language_scanner.c: zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed");
./Zend/zend_language_scanner.c: zend_error(E_COMPILE_WARNING,"Unexpected character in input: '%c' (ASCII=%d) state=%d", yytext[0], yytext[0], YYSTATE);
./Zend/zend_language_scanner.c: zend_error(E_COMPILE_WARNING, "Unterminated comment starting line %d", CG(zend_lineno));
./Zend/zend_language_scanner.c: zend_error(E_COMPILE_WARNING,"Unexpected character in input: '%c' (ASCII=%d) state=%d", yytext[0], yytext[0], YYSTATE);
./Zend/zend_list.c: zend_error(E_WARNING, "%s%s%s(): no %s resource supplied", class_name, space, get_active_function_name(TSRMLS_C), resource_type_name);
./Zend/zend_list.c: zend_error(E_WARNING, "%s%s%s(): supplied argument is not a valid %s resource", class_name, space, get_active_function_name(TSRMLS_C), resource_type_name);
./Zend/zend_list.c: zend_error(E_WARNING, "%s%s%s(): %d is not a valid %s resource", class_name, space, get_active_function_name(TSRMLS_C), id, resource_type_name);
./Zend/zend_list.c: zend_error(E_WARNING, "%s%s%s(): supplied resource is not a valid %s resource", class_name, space, get_active_function_name(TSRMLS_C), resource_type_name);
./Zend/zend_list.c: zend_error(E_WARNING,"Unknown list entry type in request shutdown (%d)", le->type);
./Zend/zend_list.c: zend_error(E_WARNING,"Unknown persistent list entry type in module shutdown (%d)", le->type);
./Zend/zend_objects.c: zend_error(EG(in_execution) ? E_ERROR : E_WARNING,
./Zend/zend_objects.c: zend_error(EG(in_execution) ? E_ERROR : E_WARNING,
./Zend/zend_objects.c: zend_error(E_ERROR, "Attempt to destruct pending exception");
./Zend/zend_objects_API.c: zend_error(E_CORE_ERROR, "Trying to clone uncloneable object of class %s", Z_OBJCE_P(zobject)->name);
./Zend/zend_objects_API.c: zend_error(E_WARNING, "Cannot write property of object - no write handler defined");
./Zend/zend_objects_API.c: zend_error(E_WARNING, "Cannot read property of object - no read handler defined");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access empty property");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access property started with '\\0'");
./Zend/zend_object_handlers.c: zend_error(E_STRICT, "Accessing static property %s::$%s as non static", ce->name, Z_STRVAL_P(member));
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->flags), ce->name, Z_STRVAL_P(member));
./Zend/zend_object_handlers.c: zend_error(E_NOTICE, "Indirect modification of overloaded property %s::$%s has no effect", zobj->ce->name, Z_STRVAL_P(member));
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access empty property");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access property started with '\\0'");
./Zend/zend_object_handlers.c: zend_error(E_NOTICE,"Undefined property: %s::$%s", zobj->ce->name, Z_STRVAL_P(member));
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access empty property");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access property started with '\\0'");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Undefined offset for object of type %s used as array", ce->name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name);
./Zend/zend_object_handlers.c:/* zend_error(E_NOTICE, "Undefined property: %s", Z_STRVAL_P(member)); */
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access empty property");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access property started with '\\0'");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot get arguments for __call");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), method_name, EG(scope) ? EG(scope)->name : "");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), method_name, EG(scope) ? EG(scope)->name : "");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot call non static method %s::%s() without object", ZEND_FN_SCOPE_NAME(fbc), fbc->common.function_name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name : "");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name : "");
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->flags), ce->name, property_name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Attempt to unset static property %s::$%s", ce->name, property_name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Call to private %s::%s() from context '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Call to private %s::%s() from invalid context", constructor->common.scope->name, constructor->common.function_name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Call to protected %s::%s() from context '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Call to protected %s::%s() from invalid context", constructor->common.scope->name, constructor->common.function_name);
./Zend/zend_object_handlers.c: zend_error(E_ERROR, "Method %s::__toString() must not throw an exception", ce->name);
./Zend/zend_object_handlers.c: zend_error(E_RECOVERABLE_ERROR, "Method %s::__toString() must return a string value", ce->name);
./Zend/zend_object_handlers.c: zend_error(E_NOTICE, "Object of class %s could not be converted to int", ce->name);
./Zend/zend_object_handlers.c: zend_error(E_NOTICE, "Object of class %s could not be converted to double", ce->name);
./Zend/zend_operators.c: zend_error(E_WARNING, "Cannot convert to ordinal value"); \
./Zend/zend_operators.c: zend_error(E_RECOVERABLE_ERROR, \
./Zend/zend_operators.c: zend_error(E_NOTICE, "Object of class %s could not be converted to int", Z_OBJCE_P(op)->name);
./Zend/zend_operators.c: zend_error(E_WARNING, "Cannot convert to ordinal value");
./Zend/zend_operators.c: zend_error(E_NOTICE, "Object of class %s could not be converted to double", Z_OBJCE_P(op)->name);
./Zend/zend_operators.c: zend_error(E_WARNING, "Cannot convert to real value (type=%d)", Z_TYPE_P(op));
./Zend/zend_operators.c: zend_error(E_NOTICE, "Array to string conversion");
./Zend/zend_operators.c: zend_error(E_NOTICE, "Object of class %s to string conversion", Z_OBJCE_P(op)->name);
./Zend/zend_operators.c: zend_error(E_ERROR, "Unsupported operand types");
./Zend/zend_operators.c: zend_error(E_ERROR, "Unsupported operand types");
./Zend/zend_operators.c: zend_error(E_ERROR, "Unsupported operand types");
./Zend/zend_operators.c: zend_error(E_WARNING, "Division by zero");
./Zend/zend_operators.c: zend_error(E_WARNING, "Division by zero");
./Zend/zend_operators.c: zend_error(E_WARNING, "Division by zero");
./Zend/zend_operators.c: zend_error(E_WARNING, "Division by zero");
./Zend/zend_operators.c: zend_error(E_ERROR, "Unsupported operand types");
./Zend/zend_operators.c: zend_error(E_WARNING, "Division by zero");
./Zend/zend_operators.c: zend_error(E_ERROR, "Unsupported operand types");
./Zend/zend_operators.c: zend_error(E_ERROR, "String size overflow");
./Zend/zend_strtod.c: zend_error(E_ERROR, "Balloc() allocation exceeds list boundary");
./Zend/zend_strtod.c: zend_error(E_ERROR, "Balloc() failed to allocate memory");
./Zend/zend_variables.c: zend_error(E_CORE_ERROR, "Internal zval's can't be arrays, objects or resources");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment