Home
last modified time | relevance | path

Searched refs:E_WARNING (Results 26 – 50 of 499) sorted by relevance

12345678910>>...20

/PHP-8.3/ext/standard/
H A Dphp_fopen_wrapper.c161 php_error_docref(NULL, E_WARNING, "Unable to create filter (%s)", p); in php_stream_apply_filter_list()
168 php_error_docref(NULL, E_WARNING, "Unable to create filter (%s)", p); in php_stream_apply_filter_list()
222 php_error_docref(NULL, E_WARNING, "URL file-access is disabled in the server configuration"); in php_stream_url_wrap_php()
241 php_error_docref(NULL, E_WARNING, "URL file-access is disabled in the server configuration"); in php_stream_url_wrap_php()
300 …php_error_docref(NULL, E_WARNING, "Direct access to file descriptors is only available from comman… in php_stream_url_wrap_php()
307 php_error_docref(NULL, E_WARNING, "URL file-access is disabled in the server configuration"); in php_stream_url_wrap_php()
383 php_error_docref(NULL, E_WARNING, "Invalid php:// URL specified"); in php_stream_url_wrap_php()
H A Ddir.c285 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
294 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
320 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
423 …php_error_docref(NULL, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", M… in PHP_FUNCTION()
428 …php_error_docref(NULL, E_WARNING, "At least one of the passed flags is invalid or not supported on… in PHP_FUNCTION()
555 php_error_docref(NULL, E_WARNING, "(errno %d): %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-8.3/ext/zlib/
H A Dzlib_filter.c292 php_error_docref(NULL, E_WARNING, "Failed allocating %zd bytes", sizeof(php_zlib_filter_data)); in php_zlib_filter_create()
304 php_error_docref(NULL, E_WARNING, "Failed allocating %zd bytes", data->inbuf_len); in php_zlib_filter_create()
311 php_error_docref(NULL, E_WARNING, "Failed allocating %zd bytes", data->outbuf_len); in php_zlib_filter_create()
330 …php_error_docref(NULL, E_WARNING, "Invalid parameter given for window size (" ZEND_LONG_FMT ")", t… in php_zlib_filter_create()
362 …php_error_docref(NULL, E_WARNING, "Invalid parameter given for memory level (" ZEND_LONG_FMT ")", … in php_zlib_filter_create()
372 …php_error_docref(NULL, E_WARNING, "Invalid parameter given for window size (" ZEND_LONG_FMT ")", t… in php_zlib_filter_create()
392 …php_error_docref(NULL, E_WARNING, "Invalid compression level specified. (" ZEND_LONG_FMT ")", tmp); in php_zlib_filter_create()
398 php_error_docref(NULL, E_WARNING, "Invalid filter parameter, ignored"); in php_zlib_filter_create()
/PHP-8.3/ext/ldap/
H A Dldap.c1007 php_error_docref(NULL, E_WARNING, "SSL init failed"); in PHP_FUNCTION()
1078 php_error_docref(NULL, E_WARNING, "SSL init failed"); in PHP_FUNCTION()
1225 php_error_docref(NULL, E_WARNING, "Bind operation failed"); in PHP_FUNCTION()
1476 php_error_docref(NULL, E_WARNING, "Array initialization wrong"); in php_ldap_do_search()
2226 php_error_docref(NULL, E_WARNING, "Unknown attribute in the data"); in php_ldap_do_modify()
2301 php_error_docref(NULL, E_WARNING, "Add: %s", ldap_err2string(i)); in php_ldap_do_modify()
2306 php_error_docref(NULL, E_WARNING, "Add operation failed"); in php_ldap_do_modify()
2328 php_error_docref(NULL, E_WARNING, "Modify operation failed"); in php_ldap_do_modify()
2459 php_error_docref(NULL, E_WARNING, "Delete operation failed"); in php_ldap_do_delete()
3631 php_error_docref(NULL, E_WARNING, "Rename operation failed"); in php_ldap_do_rename()
[all …]
/PHP-8.3/tests/func/
H A Dbug64523.phpt4 error_reporting = E_ALL ^ E_NOTICE ^ E_WARNING ^ E_DEPRECATED
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-8.3/ext/ftp/
H A Dftp.c294 php_error_docref(NULL, E_WARNING, "Failed to create the SSL context"); in ftp_login()
313 php_error_docref(NULL, E_WARNING, "Failed to create the SSL handle"); in ftp_login()
350 php_error_docref(NULL, E_WARNING, "SSL/TLS handshake failed"); in ftp_login()
729 php_error_docref(NULL, E_WARNING, "Missing pathname in MLSD response"); in ftp_mlsd_parse_line()
744 php_error_docref(NULL, E_WARNING, "Malformed fact in MLSD response"); in ftp_mlsd_parse_line()
751 php_error_docref(NULL, E_WARNING, "Malformed fact in MLSD response"); in ftp_mlsd_parse_line()
1438 php_error_docref(NULL, E_WARNING, "SSL write failed"); in single_send()
1550 php_error_docref(NULL, E_WARNING, "SSL read failed"); in my_recv()
1862 php_error_docref(NULL, E_WARNING, "data_accept: SSL/TLS handshake failed"); in data_accept()
1892 php_error_docref(NULL, E_WARNING, "SSL_shutdown failed"); in ftp_ssl_shutdown()
[all …]
/PHP-8.3/Zend/tests/
H A Dbug27731.phpt6 @error_reporting(E_WARNING);
H A Dbug62956.phpt2 Bug #62956: "incompatible" signatures for private methods should not cause E_WARNING
/PHP-8.3/ext/dba/libinifile/
H A Dinifile.c86 php_error_docref(NULL, E_WARNING, "Can't truncate this stream"); in inifile_alloc()
311 php_error_docref(NULL, E_WARNING, "Error in ftruncate: %d", res); in inifile_truncate()
388 php_error_docref(NULL, E_WARNING, "Could not create temporary stream"); in inifile_copy_to()
399 …php_error_docref(NULL, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_star… in inifile_copy_to()
427 …php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, po… in inifile_filter()
446 …php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, po… in inifile_filter()
489 php_error_docref(NULL, E_WARNING, "Could not create temporary stream"); in inifile_delete_replace_append()
496 php_error_docref(NULL, E_WARNING, "Could not copy remainder to temporary stream"); in inifile_delete_replace_append()
/PHP-8.3/ext/intl/tests/
H A Duconverter_getDestinationEncoding.phpt6 intl.error_level = E_WARNING
H A Dtimezone_getDSTSavings_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getTZData_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtransliterator_list_ids_basic.phpt8 ini_set("intl.error_level", E_WARNING);
H A Duconverter_getSourceEncoding.phpt6 intl.error_level = E_WARNING
H A Dmsgfmt_format_error1.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getEquivalentID_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getCanonicalID_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_getRegion_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_getFirstDayOfWeek_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_getMinimalDaysInFirstWeek_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_createTimeZoneIDEnumeration_error.phpt7 ini_set("intl.error_level", E_WARNING);
/PHP-8.3/ext/exif/
H A Dexif.c2311 php_error_docref(NULL, E_WARNING, "Found value of type single"); in exif_iif_add_value()
2317 php_error_docref(NULL, E_WARNING, "Found value of type double"); in exif_iif_add_value()
3711 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF start (1)"); in exif_process_TIFF_in_JPEG()
3721 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid IFD start"); in exif_process_TIFF_in_JPEG()
3883 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "No image in jpeg!"); in exif_scan_JPEG_header()
4307 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid JPEG file"); in exif_scan_FILE_header()
4325 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF file"); in exif_scan_FILE_header()
4339 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF file"); in exif_scan_FILE_header()
4342 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "File not supported"); in exif_scan_FILE_header()
4405 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Not a file"); in exif_read_from_impl()
[all …]
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_plugin.c142 …php_error_docref(NULL, E_WARNING, "Plugin API version mismatch while loading plugin %s. Expected %… in mysqlnd_plugin_register_ex()
173 …php_error_docref(NULL, E_WARNING, "mysqlnd_plugin_apply_with_argument must not remove table entrie… in mysqlnd_plugin_apply_with_argument()
/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()

Completed in 64 milliseconds

12345678910>>...20