Home
last modified time | relevance | path

Searched refs:E_WARNING (Results 201 – 225 of 499) sorted by relevance

12345678910>>...20

/PHP-8.3/ext/intl/tests/
H A Dtimezone_equals_error.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getDisplayName_variant3-49+.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_getPartsIterator_var1.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_setTimeZone_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_clear_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dmsgfmt_format_error4.phpt7 ini_set("intl.error_level", E_WARNING);
H A Drbbiter_getRules_basic2.phpt10 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getCanonicalID_variant1_2.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getDisplayName_error.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dmsgfmt_format_datetime_icu72-1.phpt11 ini_set("intl.error_level", E_WARNING);
H A Dgh11658.phpt8 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_setText_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dmsgfmt_millisecond_dates.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtransliterator_get_error_message_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dresourcebundle_null_mandatory_args.phpt11 ini_set("intl.error_level", E_WARNING);
H A Dresourcebundle_null_mandatory_args_variant_icu72-1.phpt11 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_clear_variation1.phpt15 ini_set("intl.error_level", E_WARNING);
/PHP-8.3/ext/dba/
H A Ddba_flatfile.c91 php_error_docref(NULL, E_WARNING, "Operation not possible"); in DBA_UPDATE_FUNC()
95 php_error_docref(NULL, E_WARNING, "Unknown return value"); in DBA_UPDATE_FUNC()
/PHP-8.3/ext/bz2/
H A Dbz2.c372 php_error_docref(NULL, E_WARNING, "Cannot use stream opened in mode '%s'", stream->mode); in PHP_FUNCTION()
375 php_error_docref(NULL, E_WARNING, "Cannot use stream opened in mode '%s'", stream->mode); in PHP_FUNCTION()
383 php_error_docref(NULL, E_WARNING, "Cannot read from a stream opened in write only mode"); in PHP_FUNCTION()
392 php_error_docref(NULL, E_WARNING, "cannot write to a stream opened in read only mode"); in PHP_FUNCTION()
542 php_error_docref(NULL, E_WARNING, "Decompressed size too big, max is %zd", SIZE_MAX); in PHP_FUNCTION()
/PHP-8.3/ext/standard/
H A Dmail.c489 php_error_docref(NULL, E_WARNING, "Multiple or malformed newlines found in additional_header"); in php_mail()
498 php_error_docref(NULL, E_WARNING, "%s", tsm_errmsg); in php_mail()
501 php_error_docref(NULL, E_WARNING, "%s", GetSMErrorText(tsm_err)); in php_mail()
542 …php_error_docref(NULL, E_WARNING, "Permission denied: unable to execute shell to run mail delivery… in php_mail()
585 php_error_docref(NULL, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path); in php_mail()
H A Dexec.c136 php_error_docref(NULL, E_WARNING, "Unable to fork [%s]", cmd); in php_exec()
539 php_error_docref(NULL, E_WARNING, "Unable to execute '%s'", command);
568 php_error_docref(NULL, E_WARNING, "%s", err);
571 …php_error_docref(NULL, E_WARNING, "Only a super user may attempt to increase the priority of a pro…
/PHP-8.3/ext/intl/collator/
H A Dcollator_convert.c168 php_error( E_WARNING, "Error converting utf16 to utf8 in collator_convert_zval_utf16_to_utf8()" ); in collator_convert_zstr_utf16_to_utf8()
190 php_error(E_WARNING, in collator_convert_zstr_utf8_to_utf16()
238 php_error( E_WARNING, "Error casting object to string in collator_convert_object_to_string()" ); in collator_convert_object_to_string()
/PHP-8.3/ext/dom/
H A Ddocument.c1348 EG(error_reporting) = old_error_reporting | E_WARNING; in dom_document_parser()
1428 php_error_docref(NULL, E_WARNING, "Input string is too long"); in dom_parse_document()
1432 php_error_docref(NULL, E_WARNING, "Invalid options"); in dom_parse_document()
1536 php_error_docref(NULL, E_WARNING, "Could not fetch buffer"); in PHP_METHOD()
1547 php_error_docref(NULL, E_WARNING, "Could not fetch buffer"); in PHP_METHOD()
1572 php_error_docref(NULL, E_WARNING, "Could not save document"); in PHP_METHOD()
1698 php_error_docref(NULL, E_WARNING, "Invalid flags"); in PHP_METHOD()
1830 php_error_docref(NULL, E_WARNING, "Invalid Schema"); in _dom_document_schema_validate()
1934 php_error_docref(NULL, E_WARNING, "Invalid RelaxNG"); in _dom_document_relaxNG_validate()
1995 php_error_docref(NULL, E_WARNING, "Invalid options"); in dom_load_html()
[all …]
/PHP-8.3/main/
H A Drfc1867.c685 …sapi_module.sapi_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limi…
709 sapi_module.sapi_error(E_WARNING, "Missing boundary in multipart/form-data POST data");
720 sapi_module.sapi_error(E_WARNING, "Invalid boundary in multipart/form-data POST data");
735 sapi_module.sapi_error(E_WARNING, "Boundary too large in multipart/form-data POST data");
741 sapi_module.sapi_error(E_WARNING, "Unable to initialize the input buffer");
786 …php_error_docref(NULL, E_WARNING, "Multipart body parts limit exceeded %d. To increase the limit c…
880 …php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the lim…
911 … sapi_module.sapi_error(E_WARNING, "Maximum number of allowable file uploads has been exceeded");
917 sapi_module.sapi_error(E_WARNING, "File Upload Mime headers garbled");
999 sapi_module.sapi_error(E_WARNING, "File upload error - unable to create a temporary file");
[all …]
/PHP-8.3/ext/sysvmsg/
H A Dsysvmsg.c235 …php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
290 php_error_docref(NULL, E_WARNING, "MSG_EXCEPT is not supported on your system"); in PHP_FUNCTION()
325 php_error_docref(NULL, E_WARNING, "Message corrupted"); in PHP_FUNCTION()
421 php_error_docref(NULL, E_WARNING, "msgsnd failed: %s", strerror(errno)); in PHP_FUNCTION()

Completed in 34 milliseconds

12345678910>>...20