Home
last modified time | relevance | path

Searched refs:E_WARNING (Results 51 – 75 of 499) sorted by relevance

12345678910>>...20

/PHP-8.3/ext/shmop/
H A Dshmop.c187 …php_error_docref(NULL, E_WARNING, "Unable to attach or create shared memory segment \"%s\"", strer… in PHP_FUNCTION()
193 …php_error_docref(NULL, E_WARNING, "Unable to get shared memory segment information \"%s\"", strerr… in PHP_FUNCTION()
204 …php_error_docref(NULL, E_WARNING, "Unable to attach to shared memory segment \"%s\"", strerror(err… in PHP_FUNCTION()
324 php_error_docref(NULL, E_WARNING, "Can't mark segment for deletion (are you the owner?)"); in PHP_FUNCTION()
/PHP-8.3/tests/basic/
H A Dini_parse_quantity_basic.phpt4 error_reporting = E_ALL ^ E_WARNING
/PHP-8.3/ext/intl/tests/
H A Dtimezone_createEnumeration_error.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_getText_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_countEquivalentIDs_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getRawOffset_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_createCodePointInstance_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_getAvailableLocales_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_last_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_previous_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Duconverter___construct_error.phpt4 intl.error_level = E_WARNING
H A Duconverter_setSourceEncoding.phpt6 intl.error_level = E_WARNING
H A Dcalendar_getLocale_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_createTimeZone_error.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getEquivalentID_error.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_getNow_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_setMinimalDaysInFirstWeek_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_countEquivalentIDs_error.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_createTimeZoneIDEnumeration_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getCanonicalID_error.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getGMT_basic.phpt7 ini_set("intl.error_level", E_WARNING);
/PHP-8.3/ext/fileinfo/
H A Dfileinfo.c99 php_error_docref(NULL, E_WARNING, "Failed to set option '" ZEND_LONG_FMT "' %d:%s", \
217 php_error_docref(NULL, E_WARNING, "Invalid mode '" ZEND_LONG_FMT "'.", options); in PHP_FUNCTION()
228 php_error_docref(NULL, E_WARNING, "Failed to load magic database at \"%s\"", file); in PHP_FUNCTION()
326 php_error_docref(NULL, E_WARNING, "Failed to load magic database"); in _php_finfo_get_type()
426 …php_error_docref(NULL, E_WARNING, "Failed identify data %d:%s", magic_errno(magic), magic_error(ma… in _php_finfo_get_type()
/PHP-8.3/main/streams/
H A Dtransports.c44 else { php_error_docref(NULL, E_WARNING, fmt, arg); }
48 …else { php_error_docref(NULL, E_WARNING, fmt, local_err ? ZSTR_VAL(local_err) : "Unspecified error…
128 php_error_docref(NULL, E_WARNING, "Could not find a factory !?"); in _php_stream_xport_create()
373 php_error_docref("streams.crypto", E_WARNING, "This stream does not support SSL/crypto"); in php_stream_xport_crypto_setup()
393 php_error_docref("streams.crypto", E_WARNING, "This stream does not support SSL/crypto"); in php_stream_xport_crypto_enable()
415 php_error_docref(NULL, E_WARNING, "Cannot peek or fetch OOB data from a filtered stream"); in php_stream_xport_recvfrom()
485 …php_error_docref(NULL, E_WARNING, "Cannot write OOB data, or data to a targeted address on a filte… in php_stream_xport_sendto()
/PHP-8.3/ext/pspell/
H A Dpspell.c260 …php_error_docref(NULL, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_… in PHP_FUNCTION()
361 …php_error_docref(NULL, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_… in PHP_FUNCTION()
386 …php_error_docref(NULL, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_… in PHP_FUNCTION()
440 …php_error_docref(NULL, E_WARNING, "PSPELL had a problem. details: %s", pspell_manager_error_messag… in PHP_FUNCTION()
462 …php_error_docref(NULL, E_WARNING, "pspell_store_replacement() gave error: %s", pspell_manager_erro… in PHP_FUNCTION()
489 …php_error_docref(NULL, E_WARNING, "pspell_add_to_personal() gave error: %s", pspell_manager_error_… in PHP_FUNCTION()
516 …php_error_docref(NULL, E_WARNING, "pspell_add_to_session() gave error: %s", pspell_manager_error_m… in PHP_FUNCTION()
537 …php_error_docref(NULL, E_WARNING, "pspell_clear_session() gave error: %s", pspell_manager_error_me… in PHP_FUNCTION()
559 …php_error_docref(NULL, E_WARNING, "pspell_save_wordlist() gave error: %s", pspell_manager_error_me… in PHP_FUNCTION()
/PHP-8.3/ext/standard/
H A Dftp_fopen_wrapper.c905 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_unlink()
912 php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_unlink()
923 php_error_docref(NULL, E_WARNING, "Error Deleting file: %s", tmp_line); in php_stream_ftp_unlink()
986 php_error_docref(NULL, E_WARNING, "Error Renaming file: %s", tmp_line); in php_stream_ftp_rename()
997 php_error_docref(NULL, E_WARNING, "Error Renaming file: %s", tmp_line); in php_stream_ftp_rename()
1032 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_mkdir()
1039 php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_mkdir()
1080 php_error_docref(NULL, E_WARNING, "%s", tmp_line); in php_stream_ftp_mkdir()
1124 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_rmdir()
1131 php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_rmdir()
[all …]

Completed in 93 milliseconds

12345678910>>...20