Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 2576) sorted by last modified time

12345678910>>...104

/PHP-7.4/
H A DNEWS292 . Fixed bug #79100 (Wrong FTP error messages). (cmb)
372 error). (Kamil Tekiela)
524 query error). (Nikita)
633 . Fixed bug #80150 (Failure to fetch error message). (cmb)
1383 . Fixed bug #78620 (Out of memory error). (cmb, Nikita)
1391 . Fixed bug #78662 (stream_write bad error detection). (Remi)
1396 instead of compile-time error. (Dmitry)
1768 . Fixed bug #78620 (Out of memory error). (cmb, Nikita)
1981 error message). (Sjon Hortensius)
2530 generates fatal error). (Nikita)
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c4072 char *error = NULL; in php_imagettftext_common() local
4125 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); in php_imagettftext_common()
4127 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()
4130 if (error) { in php_imagettftext_common()
4131 php_error_docref(NULL, E_WARNING, "%s", error); in php_imagettftext_common()
/PHP-7.4/ext/phar/
H A Dphar.c484 if (error) {\
536 if (error) { in phar_open_parsed_phar()
685 if (error) { in phar_parse_pharfile()
762 if (error) { in phar_parse_pharfile()
966 if (error) { in phar_parse_pharfile()
1273 if (error) { in phar_open_or_create_filename()
1501 if (error) { in phar_open_from_filename()
1511 } else if (error && *error) { in phar_open_from_filename()
1597 if (error) { in phar_open_from_fp()
2285 if (error) { in phar_open_executed_filename()
[all …]
H A Dphar_object.c185 char *error; in phar_file_action() local
564 if (error) { in PHP_METHOD()
959 if (error) { in PHP_METHOD()
984 if (error) { in PHP_METHOD()
1005 if (error) { in PHP_METHOD()
1867 char *error; in PHP_METHOD() local
1965 char *error; in phar_copy_file_contents() local
2227 if (error) { in phar_rename_archive()
2639 char *error; in PHP_METHOD() local
2674 if (error) { in PHP_METHOD()
[all …]
/PHP-7.4/ext/pgsql/
H A Dpgsql.c789 #define PQescapeStringConn(conn, to, from, len, error) PQescapeString(to, from, len) argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c229 memcpy(error, p, error_msg_len); in php_mysqlnd_read_error_from_line()
234 error[error_msg_len]= '\0'; in php_mysqlnd_read_error_from_line()
361 packet->error, sizeof(packet->error), in php_mysqlnd_greet_read()
679 packet->error, sizeof(packet->error), in php_mysqlnd_auth_response_read()
836 packet->error, sizeof(packet->error), in php_mysqlnd_ok_read()
929 packet->error, sizeof(packet->error), in php_mysqlnd_eof_read()
1069 packet->error_info.error, sizeof(packet->error_info.error), in php_mysqlnd_rset_header_read()
1213 packet->error_info.error, sizeof(packet->error_info.error), in php_mysqlnd_rset_field_read()
1366 strlcpy(info->error, error, sizeof(info->error)); in set_packet_error()
1781 packet->error_info.error, in php_mysqlnd_rowp_read()
[all …]
H A Dmysqlnd_result.c417 DBG_ERR_FMT("error=%s", rset_header.error_info.error); in mysqlnd_query_read_result_set_header()
744 … DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD()
884 … DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD()
/PHP-7.4/ext/date/lib/
H A Dtimezonedb.h3 #error Your version of timelib does not understand the timzonedb data format, please upgrade
H A Dparse_date.re334 static void add_warning(Scanner *s, int error_code, char *error)
341 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
344 static void add_error(Scanner *s, int error_code, char *error)
351 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error);
354 static void add_pbf_warning(Scanner *s, int error_code, char *error, char *sptr, char *cptr)
361 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
364 static void add_pbf_error(Scanner *s, int error_code, char *error, char *sptr, char *cptr)
371 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error);
H A Dparse_date.c336 static void add_warning(Scanner *s, int error_code, char *error) in add_warning() argument
343 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_warning()
346 static void add_error(Scanner *s, int error_code, char *error) in add_error() argument
353 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_error()
356 static void add_pbf_warning(Scanner *s, int error_code, char *error, char *sptr, char *cptr) in add_pbf_warning() argument
363 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_pbf_warning()
366 static void add_pbf_error(Scanner *s, int error_code, char *error, char *sptr, char *cptr) in add_pbf_error() argument
373 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_pbf_error()
/PHP-7.4/ext/filter/
H A Dlogical_filters.c205 int error = 0; in php_filter_int() local
239 error = 1; in php_filter_int()
243 error = 1; in php_filter_int()
246 error = 1; in php_filter_int()
250 error = 1; in php_filter_int()
401 goto error; in php_filter_float()
423 goto error; in php_filter_float()
428 goto error; in php_filter_float()
432 goto error; in php_filter_float()
439 goto error; in php_filter_float()
[all …]
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c585 PCRE2_UCHAR error[128]; in pcre_get_compiled_regex_cache_ex() local
800 pcre2_get_error_message(errnumber, error, sizeof(error)); in pcre_get_compiled_regex_cache_ex()
823 pcre2_get_error_message(rc, error, sizeof(error)); in pcre_get_compiled_regex_cache_ex()
1420 goto error; in php_pcre_match_impl()
1426 error: in php_pcre_match_impl()
1804 goto error; in php_pcre_replace_impl()
1828 error: in php_pcre_replace_impl()
2013 goto error; in php_pcre_replace_func_impl()
2037 error: in php_pcre_replace_func_impl()
2672 goto error; in php_pcre_split_impl()
[all …]
/PHP-7.4/Zend/
H A Dzend_string.h464 # error "Unknown SIZEOF_ZEND_LONG" in zend_inline_hash_func()
H A Dzend_closures.c281 static int zend_create_closure_from_callable(zval *return_value, zval *callable, char **error) /* {… in zend_create_closure_from_callable() argument
287 if (!zend_is_callable_ex(callable, NULL, 0, NULL, &fcc, error)) { in zend_create_closure_from_callable()
343 char *error = NULL; in ZEND_METHOD() local
356 success = zend_create_closure_from_callable(return_value, callable, &error); in ZEND_METHOD()
359 if (success == FAILURE || error) { in ZEND_METHOD()
360 if (error) { in ZEND_METHOD()
361 zend_type_error("Failed to create closure from callable: %s", error); in ZEND_METHOD()
362 efree(error); in ZEND_METHOD()
/PHP-7.4/main/streams/
H A Dstreams.c230 static void wrapper_error_dtor(void *error) in wrapper_error_dtor() argument
232 efree(*(char**)error); in wrapper_error_dtor()
/PHP-7.4/ext/libxml/
H A Dlibxml.c529 xmlResetError(error); in _php_libxml_free_error()
541 if (error) { in _php_list_set_error_structure()
1064 xmlErrorPtr error; in PHP_FUNCTION() local
1066 error = xmlGetLastError(); in PHP_FUNCTION()
1068 if (error) { in PHP_FUNCTION()
1073 if (error->message) { in PHP_FUNCTION()
1078 if (error->file) { in PHP_FUNCTION()
1095 xmlErrorPtr error; in PHP_FUNCTION() local
1102 while (error != NULL) { in PHP_FUNCTION()
1109 if (error->message) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c1489 if (error->error_count) { in php_parse_date()
1511 timelib_error_container *error; in PHP_FUNCTION() local
1532 error1 = error->error_count; in PHP_FUNCTION()
1556 int error; in php_mktime() local
1620 if (error) { in php_mktime()
3085 …add_index_string(&element, error->warning_messages[i].position, error->warning_messages[i].message… in zval_from_error_container()
3092 add_index_string(&element, error->error_messages[i].position, error->error_messages[i].message); in zval_from_error_container()
3191 timelib_error_container *error; in PHP_FUNCTION() local
3209 timelib_error_container *error; in PHP_FUNCTION() local
3816 int error; in PHP_FUNCTION() local
[all …]
/PHP-7.4/main/
H A Dmain.c1219 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1) { in php_win32_docref1_from_error() argument
1220 char *buf = php_win32_error_to_msg(error); in php_win32_docref1_from_error()
1228 php_error_docref1(NULL, param1, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref1_from_error()
1232 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par… in php_win32_docref2_from_error() argument
1233 char *buf = php_win32_error_to_msg(error); in php_win32_docref2_from_error()
1241 php_error_docref2(NULL, param1, param2, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref2_from_error()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c82 #error Unsupported architecture
550 #error "Unsupported shift register"
606 #error Unsupported compiling mode
5781 #error "Unknown code width" in jumpto_if_not_utf_char_start()
8895 #define PUSH_BACKTRACK(size, ccstart, error) \ argument
8900 return error; \
13419 #error "Invalid value for HAS_VIRTUAL_REGISTERS" in jit_compile()
/PHP-7.4/ext/mysqli/tests/
H A Dbug79375.phpt2 Bug #79375: mysqli_store_result does not report error from lock wait timeout
69 $stmt->fetch(); // should throw an error
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc24 * File extension for error log.
114 private $error;
607 $this->error("Request failed", $exception);
672 $this->error("Request failed", $exception);
1188 $this->error = 'ERROR: ' . $msg;
1192 $this->error .= "\n";
1194 echo $this->error;
1233 return $this->error("The file $filePath exists");
1240 * Expect message to be written to FastCGI error stream.
1390 * Expect a log error.
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch694 - goto error;
716 goto error;
722 goto error;
729 goto error;
737 goto error;
746 - goto error;
752 - goto error;
760 goto error;
841 error:
2310 * error - print best error message possible
[all …]
/PHP-7.4/ext/ffi/tests/
H A Dbug79576.phpt6 if (PHP_DEBUG || getenv('SKIP_ASAN')) echo "xfail: FFI cleanup after parser error is nor implemente…
/PHP-7.4/ext/curl/
H A Dinterface.c110 CURLcode error = CURLE_OK; in php_curl_option_str() local
132 SAVE_CURL_ERROR(ch, error); in php_curl_option_str()
1496 int error; in curl_write() local
1544 int error; in curl_fnmatch() local
1597 int error; in curl_progress() local
1651 int error; in curl_read() local
1720 int error; in curl_write_header() local
2255 error = form_error; in build_mime_structure_from_hash()
2288 error = form_error; in build_mime_structure_from_hash()
2778 error = CURLE_OK; in _php_curl_setopt()
[all …]
/PHP-7.4/build/
H A Dpkg.m4162 # Put the nasty error message in config.log where it belongs

Completed in 513 milliseconds

12345678910>>...104