Home
last modified time | relevance | path

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

1...<<11121314151617181920

/PHP-8.3/ext/intl/tests/
H A Drbbiter_getBinaryRules_basic.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dmsgfmt_format_intlcalendar_variant3.phpt10 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_roll_variation1.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_setTimeZone_error2.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dmsgfmt_format_intlcalendar_variant4.phpt14 ini_set("intl.error_level", E_WARNING);
H A Drbbiter_getBinaryRules_basic3.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_hasSameRules_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtransliterator_transliterate_error.phpt8 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getDisplayName_variant2-49+.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getDisplayName_variant4.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_fieldDifference_error.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dbug58756_MessageFormatter.phpt12 ini_set("intl.error_level", E_WARNING);
H A Drbbiter_getBinaryRules_basic2.phpt10 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_fromDateTimeZone_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getOffset_error.phpt14 ini_set("intl.error_level", E_WARNING);
/PHP-8.3/ext/standard/
H A Ddns.c133 php_error_docref(NULL, E_WARNING, "Unable to fetch host [%d]: %s", errno, strerror(errno)); in PHP_FUNCTION()
161 php_error_docref(NULL, E_WARNING, "Address is not a valid IPv4 or IPv6 address"); in PHP_FUNCTION()
163 php_error_docref(NULL, E_WARNING, "Address is not in a.b.c.d form"); in PHP_FUNCTION()
231 php_error_docref(NULL, E_WARNING, "Host name cannot be longer than %d characters", MAXFQDNLEN); in PHP_FUNCTION()
257 php_error_docref(NULL, E_WARNING, "Host name cannot be longer than %d characters", MAXFQDNLEN); in PHP_FUNCTION()
969 php_error_docref(NULL, E_WARNING, "An unexpected server failure occurred."); in PHP_FUNCTION()
973 php_error_docref(NULL, E_WARNING, "A temporary server error occurred."); in PHP_FUNCTION()
977 php_error_docref(NULL, E_WARNING, "DNS Query failed"); in PHP_FUNCTION()
995 php_error_docref(NULL, E_WARNING, "Unable to parse DNS data received"); 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()
320 …php_error_docref(NULL, E_WARNING, "Accept failed: %s", errstr ? ZSTR_VAL(errstr) : "Unknown error"… in PHP_FUNCTION()
384 …php_error_docref(NULL, E_WARNING, "Failed to parse `%s' into a valid network address", target_addr… in PHP_FUNCTION()
482 php_error_docref(NULL, E_WARNING, in PHP_FUNCTION()
522 …php_error_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", po… in PHP_FUNCTION()
865 php_error_docref(NULL, E_WARNING, "Unable to select [%d]: %s (max_fd=%d)", in PHP_FUNCTION()
899 php_error_docref(NULL, E_WARNING, "Failed to call user notifier"); in user_space_stream_notifier()
1325 php_error_docref(NULL, E_WARNING, "Unable to flush filter, not removing"); in PHP_FUNCTION()
[all …]
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 Duser_filters.c185 php_error_docref(NULL, E_WARNING, "Failed to call filter function"); in userfilter_filter()
193 php_error_docref(NULL, E_WARNING, "Unprocessed filter buckets remaining on input brigade"); in userfilter_filter()
231 php_error_docref(NULL, E_WARNING, in user_filter_factory_create()
272 php_error_docref(NULL, E_WARNING, in user_filter_factory_create()
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.c509 php_error_docref(NULL, E_WARNING, "Schema contains errors"); in php_xmlreader_set_relaxng_schema()
517 php_error_docref(NULL, E_WARNING, "No schema support built into libxml"); in php_xmlreader_set_relaxng_schema()
864 php_error_docref(NULL, E_WARNING, "Encoding must not contain NUL bytes"); in PHP_METHOD()
877 php_error_docref(NULL, E_WARNING, "Unable to open source data"); in PHP_METHOD()
953 php_error_docref(NULL, E_WARNING, "Schema contains errors"); in PHP_METHOD()
961 php_error_docref(NULL, E_WARNING, "No schema support built into libxml"); in PHP_METHOD()
1048 php_error_docref(NULL, E_WARNING, "Encoding must not contain NUL bytes"); in PHP_METHOD()
1102 php_error_docref(NULL, E_WARNING, "Unable to load source data"); in PHP_METHOD()
1134 php_error_docref(NULL, E_WARNING, "An Error Occurred while expanding"); in PHP_METHOD()
/PHP-8.3/ext/com_dotnet/
H A Dcom_extension.c116 …php_error_docref("com.configuration", E_WARNING, "Declaration of case-insensitive constants is no … in ZEND_GET_MODULE()
145 …php_error_docref("com.configuration", E_WARNING, "Declaration of case-insensitive constants is no … in ZEND_INI_MH()
/PHP-8.3/ext/zlib/
H A Dzlib.c415 php_error_docref(NULL, E_WARNING, "%s", zError(status)); in php_zlib_encode()
506 php_error_docref(NULL, E_WARNING, "%s", zError(status)); in php_zlib_decode()
917 php_error_docref(NULL, E_WARNING, "Failed allocating zlib.inflate context"); in PHP_FUNCTION()
928 …php_error_docref(NULL, E_WARNING, "Dictionary does not match expected dictionary (incorrect adler3… in PHP_FUNCTION()
1027 …php_error_docref(NULL, E_WARNING, "Dictionary does not match expected dictionary (incorrect adler3… in PHP_FUNCTION()
1033 …php_error_docref(NULL, E_WARNING, "Inflating this data requires a preset dictionary, please specif… in PHP_FUNCTION()
1038 php_error_docref(NULL, E_WARNING, "%s", zError(status)); in PHP_FUNCTION()
1163 php_error_docref(NULL, E_WARNING, "Failed allocating zlib.deflate context"); in PHP_FUNCTION()
1251 php_error_docref(NULL, E_WARNING, "zlib error (%s)", zError(status)); in PHP_FUNCTION()
1289 …php_error_docref("ref.outcontrol", E_WARNING, "Cannot change zlib.output_compression - headers alr… in ZEND_GET_MODULE()
[all …]
/PHP-8.3/ext/gd/
H A Dphp_gd.h29 php_error_docref(NULL, E_WARNING, errormsg); \
/PHP-8.3/ext/zip/
H A Dzip_stream.c58 php_error_docref(NULL, E_WARNING, "Zip stream error: %s", zip_file_strerror(self->zf)); in php_zip_ops_read()
63 php_error_docref(NULL, E_WARNING, "Zip stream error: %s", zip_error_strerror(err)); in php_zip_ops_read()
334 php_error_docref(NULL, E_WARNING, "Can't set zip password"); in php_stream_zip_opener()

Completed in 51 milliseconds

1...<<11121314151617181920