Home
last modified time | relevance | path

Searched refs:E_WARNING (Results 176 – 200 of 499) sorted by relevance

12345678910>>...20

/PHP-8.3/ext/intl/tests/
H A Dcalendar_getXMinimum_basic.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_setTimeZone_variation1.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_createInstance_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dmsgfmt_format_error6.phpt7 ini_set("intl.error_level", E_WARNING);
H A Drbbiter_getRules_basic.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dtransliterator_create_inverse_basic.phpt8 ini_set("intl.error_level", E_WARNING);
H A Dtransliterator_get_error_code_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_getPartsIterator_basic.phpt11 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_getDayOfWeekType_basic.phpt13 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_getDayOfWeekType_basic2.phpt13 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_getWeekendTransition_error.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_set_variation1.phpt9 ini_set("intl.error_level", E_WARNING);
H A Drbbiter_getRuleStatusVec_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Drbbiter_getRules_basic3.phpt9 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_factories_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dbreakiter_getPartsIterator_basic2.phpt11 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_isEquivalentTo_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dcalendar_roll_basic.phpt9 ini_set("intl.error_level", E_WARNING);
H A Drbbiter_getRuleStatus_basic.phpt7 ini_set("intl.error_level", E_WARNING);
H A Dtimezone_clone_basic.phpt7 ini_set("intl.error_level", E_WARNING);
/PHP-8.3/ext/oci8/
H A Doci8_lob.c60 php_error_docref(NULL, E_WARNING, "Unknown descriptor type " ZEND_LONG_FMT, type); in php_oci_lob_create()
101 php_error_docref(NULL, E_WARNING, "Internal descriptor counter has reached limit"); in php_oci_lob_create()
195 php_error_docref(NULL, E_WARNING, "Unexpected LOB piece id received (value:%d)", piece); in php_oci_lob_callback()
267 php_error_docref(NULL, E_WARNING, "Offset must be less than size of the LOB"); in php_oci_lob_read()
627 php_error_docref(NULL, E_WARNING, "Invalid flag value: " ZEND_LONG_FMT, flush_flag); in php_oci_lob_flush()
718 php_error_docref(NULL, E_WARNING, "Can't open file %s", filename); in php_oci_lob_import()
809 php_error_docref(NULL, E_WARNING, "Size must be greater than or equal to 0"); in php_oci_lob_truncate()
814 php_error_docref(NULL, E_WARNING, "Size must be less than or equal to the current LOB size"); in php_oci_lob_truncate()
906 php_error_docref(NULL, E_WARNING, "Invalid temporary lob type: " ZEND_LONG_FMT, type); in php_oci_lob_write_tmp()
/PHP-8.3/ext/iconv/
H A Diconv.c1752 php_error_docref(NULL, E_WARNING, "Cannot open converter"); in _php_iconv_show_error()
1756 …php_error_docref(NULL, E_WARNING, "Wrong encoding, conversion from \"%s\" to \"%s\" is not allowed… in _php_iconv_show_error()
1770 php_error_docref(NULL, E_WARNING, "Buffer length exceeded"); in _php_iconv_show_error()
1774 php_error_docref(NULL, E_WARNING, "Malformed string"); in _php_iconv_show_error()
1808 …php_error_docref(NULL, E_WARNING, "Encoding parameter exceeds the maximum allowed length of %d cha… in PHP_FUNCTION()
1844 …php_error_docref(NULL, E_WARNING, "Encoding parameter exceeds the maximum allowed length of %d cha… in PHP_FUNCTION()
1885 …php_error_docref(NULL, E_WARNING, "Encoding parameter exceeds the maximum allowed length of %d cha… in PHP_FUNCTION()
1946 …php_error_docref(NULL, E_WARNING, "Encoding parameter exceeds the maximum allowed length of %d cha… in PHP_FUNCTION()
2082 …php_error_docref(NULL, E_WARNING, "Encoding parameter exceeds the maximum allowed length of %d cha… in PHP_FUNCTION()
2119 …php_error_docref(NULL, E_WARNING, "Encoding parameter exceeds the maximum allowed length of %d cha… in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/exif/tests/
H A Dbug76130.phpt8 error_reporting=E_ALL & ~E_WARNING & ~E_NOTICE
/PHP-8.3/main/
H A Dnetwork.c207 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
209 …php_error_docref(NULL, E_WARNING, "php_network_getaddresses: getaddrinfo for %s failed: %s", host,…
219 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
221 …php_error_docref(NULL, E_WARNING, "php_network_getaddresses: getaddrinfo for %s failed (null resul…
260 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
262 php_error_docref(NULL, E_WARNING, "php_network_getaddresses: gethostbyname failed");
576 php_error_docref(NULL, E_WARNING, "Failed to resolve `%s': %s", tmp, ZSTR_VAL(errstr));
896 php_error_docref(NULL, E_WARNING, "Invalid IP Address: %s", bindto);
898 …php_error_docref(NULL, E_WARNING, "Failed to bind to '%s:%d', system said: %s", bindto, bindport, …
1164 php_error_docref(NULL, E_WARNING,
[all …]
/PHP-8.3/Zend/
H A Dzend_constants_arginfo.h9 REGISTER_LONG_CONSTANT("E_WARNING", E_WARNING, CONST_PERSISTENT); in register_zend_constants_symbols()

Completed in 34 milliseconds

12345678910>>...20