Home
last modified time | relevance | path

Searched refs:E_WARNING (Results 251 – 275 of 477) sorted by relevance

1...<<11121314151617181920

/PHP-8.0/ext/dom/
H A Ddocument.c1263 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()
1314 php_error_docref(NULL, E_WARNING, "Input string is too long"); in dom_parse_document()
1318 php_error_docref(NULL, E_WARNING, "Invalid options"); in dom_parse_document()
1452 php_error_docref(NULL, E_WARNING, "Could not fetch buffer"); in PHP_METHOD()
1546 php_error_docref(NULL, E_WARNING, "Invalid flags"); in PHP_METHOD()
1674 php_error_docref(NULL, E_WARNING, "Invalid Schema"); in _dom_document_schema_validate()
1778 php_error_docref(NULL, E_WARNING, "Invalid RelaxNG"); in _dom_document_relaxNG_validate()
1846 php_error_docref(NULL, E_WARNING, "Invalid options"); in dom_load_html()
1858 php_error_docref(NULL, E_WARNING, "Input string is too long"); in dom_load_html()
2003 php_error_docref(NULL, E_WARNING, "Could not fetch buffer"); in PHP_METHOD()
[all …]
H A Ddomimplementation.c82 php_error_docref(NULL, E_WARNING, "URI must not contain percent-encoded NUL bytes"); in PHP_METHOD()
111 php_error_docref(NULL, E_WARNING, "Unable to create DocumentType"); in PHP_METHOD()
/PHP-8.0/ext/standard/
H A Dnet.c175 zend_error(E_WARNING, "Memory allocation failed for IP_ADAPTER_ADDRESSES struct"); in PHP_FUNCTION()
183 zend_error(E_WARNING, "GetAdaptersAddresses failed: %s", buf); in PHP_FUNCTION()
273 php_error(E_WARNING, "getifaddrs() failed %d: %s", errno, strerror(errno)); in PHP_FUNCTION()
H A Dstreamsfuncs.c65 php_error_docref(NULL, E_WARNING, "Failed to create sockets: [%d]: %s", in PHP_FUNCTION()
74 php_error_docref(NULL, E_WARNING, "Failed to open stream from socketpair"); in PHP_FUNCTION()
81 php_error_docref(NULL, E_WARNING, "Failed to open stream from socketpair"); in PHP_FUNCTION()
305 …php_error_docref(NULL, E_WARNING, "Accept failed: %s", errstr ? ZSTR_VAL(errstr) : "Unknown error"… in PHP_FUNCTION()
369 …php_error_docref(NULL, E_WARNING, "Failed to parse `%s' into a valid network address", target_addr… in PHP_FUNCTION()
467 php_error_docref(NULL, E_WARNING, in PHP_FUNCTION()
507 …php_error_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", po… in PHP_FUNCTION()
842 php_error_docref(NULL, E_WARNING, "Unable to select [%d]: %s (max_fd=%d)", in PHP_FUNCTION()
876 php_error_docref(NULL, E_WARNING, "Failed to call user notifier"); in user_space_stream_notifier()
1280 php_error_docref(NULL, E_WARNING, "Unable to flush filter, not removing"); in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/intl/tests/
H A Dcalendar_setTimeZone_error2.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dmsgfmt_format_intlcalendar_variant3.phpt10 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_hasSameRules_basic.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt11 ini_set("intl.error_level", E_WARNING);
H A Drbbiter_getBinaryRules_basic2.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_fieldDifference_error.phpt11 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getDisplayName_variant2-49+.phpt8 ini_set("intl.error_level", E_WARNING);
H A Dbug58756_MessageFormatter.phpt12 ini_set("intl.error_level", E_WARNING);
H A Dbug58756_MessageFormatter_variant2.phpt12 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_get_timezone_id.phpt5 intl.error_level=E_WARNING
H A Dtimezone_getDisplayName_variant4.phpt8 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getOffset_error.phpt15 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_set_error.phpt11 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_fromDateTimeZone_basic.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_fromDateTime_error.phpt9 ini_set("intl.error_level", E_WARNING);
H A Ddateformat_formatObject_datetime.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dgrapheme_empty.phpt8 ini_set("intl.error_level", E_WARNING);
/PHP-8.0/main/
H A Drfc1867.c708 …sapi_module.sapi_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limi…
732 sapi_module.sapi_error(E_WARNING, "Missing boundary in multipart/form-data POST data");
743 sapi_module.sapi_error(E_WARNING, "Invalid boundary in multipart/form-data POST data");
757 sapi_module.sapi_error(E_WARNING, "Unable to initialize the input buffer");
802 …php_error_docref(NULL, E_WARNING, "Multipart body parts limit exceeded %d. To increase the limit c…
896 …php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the lim…
927 … sapi_module.sapi_error(E_WARNING, "Maximum number of allowable file uploads has been exceeded");
933 sapi_module.sapi_error(E_WARNING, "File Upload Mime headers garbled");
1018 sapi_module.sapi_error(E_WARNING, "File upload error - unable to create a temporary file");
1090 …sapi_module.sapi_error(E_WARNING, "Uploaded file size 0 - file [%s=%s] not saved", param, filename…
/PHP-8.0/main/streams/
H A Dcast.c297 php_error_docref(NULL, E_WARNING, "Cannot cast a filtered stream on this system"); in _php_stream_cast()
313 …php_error_docref(NULL, E_WARNING, "Cannot represent a stream of type %s as a %s", stream->ops->lab… in _php_stream_cast()
328 …php_error_docref(NULL, E_WARNING, ZEND_LONG_FMT " bytes of buffered data lost during stream conver… in _php_stream_cast()
/PHP-8.0/ext/session/
H A Dmod_user.c32 php_error_docref(NULL, E_WARNING, "Cannot call session save handler in a recursive manner"); in ps_call_handler()
86 php_error_docref(NULL, E_WARNING, "User session functions are not defined"); in PS_OPEN_FUNC()
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c39 …php_error_docref(NULL, E_WARNING, "Cannot create XPath expression (string contains both quote and … in php_xsl_xslt_string_to_xpathexpr()
227 php_error_docref(NULL, E_WARNING, "Handler name must be a string"); in xsl_ext_function_php()
246 php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", ZSTR_VAL(callable)); in xsl_ext_function_php()
250 php_error_docref(NULL, E_WARNING, "Not allowed to call handler '%s()'", ZSTR_VAL(callable)); in xsl_ext_function_php()
257 php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", Z_STRVAL(handler)); in xsl_ext_function_php()
277 php_error_docref(NULL, E_WARNING, "A PHP Object cannot be converted to a XPath-string"); in xsl_ext_function_php()
502 …php_error_docref(NULL, E_WARNING, "Can't set libxslt security properties, not doing transformation… in php_xsl_apply_stylesheet()

Completed in 51 milliseconds

1...<<11121314151617181920