Home
last modified time | relevance | path

Searched refs:error (Results 51 – 75 of 2576) sorted by last modified time

12345678910>>...104

/PHP-7.4/ext/posix/
H A Dposix.c1484 zend_long error; in PHP_FUNCTION() local
1487 Z_PARAM_LONG(error) in PHP_FUNCTION()
1490 RETURN_STRING(strerror(error)); in PHP_FUNCTION()
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc51 private $error;
174 return $this->error(
218 return $this->error(
232 return $this->error("No final suffix");
252 return $this->error(
273 return $this->error(
320 return $this->error("No starting lines");
370 return $this->error(
441 private function error(string $msg)
443 $this->error = $msg;
[all …]
H A Dresponse.inc79 $this->error(
84 $this->error(
121 $this->error(
122 … "The expected error message '$errorMessage' is not equal to returned error '$errorData'"
180 * Check if the response is valid and if not emit error message
191 $this->error("The response is invalid: $this->rawData");
221 return $this->error("The header $name is not present");
229 return $this->error("The header $name value '$header' is not the same as '$value'");
257 $this->error("Invalid header row (no colon): $headerRow");
298 * Emit error message
[all …]
/PHP-7.4/ext/dba/
H A Ddba.c644 char *key = NULL, *error = NULL; in php_dba_open() local
885 error = "Unable to establish lock (database file already open)"; /* force failure exit */ in php_dba_open()
893 if (!error && lock_mode) { in php_dba_open()
937 error = "Stream does not support locking"; in php_dba_open()
940 error = "Unable to establish lock"; /* force failure exit */ in php_dba_open()
945 if (!error && (hptr->flags&DBA_STREAM_OPEN)==DBA_STREAM_OPEN) { in php_dba_open()
994 if (error || hptr->open(info, &error) != SUCCESS) { in php_dba_open()
996 …NG, "Driver initialization failed for handler: %s%s%s", hptr->name, error?": ":"", error?error:""); in php_dba_open()
/PHP-7.4/ext/mysqli/tests/
H A Dbug80837.phpt2 Bug #80837 Calling stmt_store_result after fetch doesn't throw an error
H A Dmysqli_auth_pam.phpt18 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
86 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
110 printf("[002] [%d] %s\n", $link->errno, $link->error);
113 printf("[003] [%d] %s\n", $link->errno, $link->error);
H A Dbug74779.phpt23 printf("[003] [%d] %s\n", $link->errno, $link->error);
27 printf("[004] [%d] %s\n", $link->errno, $link->error);
31 printf("[005] [%d] %s\n", $link->errno, $link->error);
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c1701 MYSQLND_METHOD(mysqlnd_stmt, error)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
1704 return stmt? stmt->error_info->error : 0; in MYSQLND_METHOD()
2277 MYSQLND_METHOD(mysqlnd_stmt, error),
H A Dmysqlnd_auth.c353 …u [SQLSTATE:%s] %s", auth_resp_packet.error_no, auth_resp_packet.sqlstate, auth_resp_packet.error); in mysqlnd_auth_handshake()
355 …LIENT_ERROR(conn->error_info, auth_resp_packet.error_no, UNKNOWN_SQLSTATE, auth_resp_packet.error); in mysqlnd_auth_handshake()
1253 …("ERROR:%u [SQLSTATE:%s] %s", result_packet.error_no, result_packet.sqlstate, result_packet.error); in mysqlnd_caching_sha2_handle_server_response()
1255 … SET_CLIENT_ERROR(conn->error_info, result_packet.error_no, UNKNOWN_SQLSTATE, result_packet.error); in mysqlnd_caching_sha2_handle_server_response()
/PHP-7.4/win32/
H A Dsendmail.c179 PHPAPI int TSendMail(char *host, int *error, char **error_message, in TSendMail() argument
189 *error = BAD_MAIL_HOST; in TSendMail()
192 *error = BAD_MAIL_HOST; in TSendMail()
203 *error = W32_SM_PCRE_ERROR; in TSendMail()
255 *error = W32_SM_SENDMAIL_FROM_NOT_SET; in TSendMail()
261 *error = MailConnect(); in TSendMail()
262 if (*error != 0) { in TSendMail()
288 *error = ret; in TSendMail()
/PHP-7.4/ext/opcache/tests/
H A Dbug80805.phpt2 Bug #80805: create simple class and get error in opcache.so
/PHP-7.4/ext/openssl/tests/
H A Dbug80747.phpt24 error:%s:key size too small
/PHP-7.4/
H A Drun-tests.php1048 $o = opendir($dir) or error("cannot open directory: $dir");
1170 error("Cannot open file '" . $filename . "' (save_text)");
1436 error("Failed to spawn worker $i");
1443 error("Failed to accept connection from worker $i");
1463 error("Failed to send greeting to worker $i.");
2717 error("Cannot create test output - $output_filename");
2728 error("Cannot create test diff - $diff_filename");
2748 error("Cannot create test log - $log_filename");
2908 function error($message) function
3330 error("Failed to open $JUNIT for writing.");
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c50 #error "phpdbg can only be built with CALL zend vm kind"
H A Dphpdbg_parser.y32 %define parse.error verbose
/PHP-7.4/Zend/tests/
H A Dbug80781.phpt28 Fatal error: Uncaught ErrorException: Illegal offset type in isset or empty in %s:%d
/PHP-7.4/ext/soap/
H A Dphp_xml.c100 ctxt->sax->error = NULL; in soap_xmlParseFile()
147 ctxt->sax->error = NULL; in soap_xmlParseMemory()
/PHP-7.4/ext/phar/
H A Dzip.c214 if (error) { in phar_parse_zipfile()
225 if (error) { in phar_parse_zipfile()
236 if (error) { in phar_parse_zipfile()
243 if (error) { in phar_parse_zipfile()
259 if (error) { in phar_parse_zipfile()
284 if (error) { in phar_parse_zipfile()
805 if (error) { in phar_open_or_create_zip()
819 char **error; member
1212 if (pass->error && *(pass->error)) { in phar_zip_applysignature()
1247 if (error) { in phar_zip_flush()
[all …]
H A Dutil.c356 if (error) { in phar_get_entry_data()
365 if (error) { in phar_get_entry_data()
372 if (error) { in phar_get_entry_data()
406 if (error) { in phar_get_entry_data()
413 if (error) { in phar_get_entry_data()
532 if (error) { in phar_get_or_create_entry_data()
539 if (error) { in phar_get_or_create_entry_data()
555 if (error) { in phar_get_or_create_entry_data()
819 if (error) { in phar_create_writeable_entry()
904 if (error) { in phar_open_jit()
[all …]
/PHP-7.4/ext/curl/tests/
H A Dbug79033.phpt2 Bug #79033 (Curl timeout error with specific url and post)
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_003.phpt15 phar error: end of central directory not found in zip-based phar "%sfilecomment.zip"
/PHP-7.4/ext/phar/tests/
H A Dbug69441.phpt17 UnexpectedValueException: phar error: end of central directory not found in zip-based phar "%sbug69…
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c91 static void add_error(Scanner *s, char *error) in add_error() argument
97 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_error()
/PHP-7.4/Zend/
H A Dzend_language_scanner.l74 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
1173 goto error; in strip_multiline_string_indentation()
1180 goto error; in strip_multiline_string_indentation()
1199 error: in strip_multiline_string_indentation()
2440 int error = 0;
2489 error = 1;
2500 if (PARSER_MODE() && error) {
H A Dzend_execute_API.c694 char *error = NULL; in zend_call_function() local
700 …callable_ex(&fci->function_name, fci->object, IS_CALLABLE_CHECK_SILENT, NULL, fci_cache, &error)) { in zend_call_function()
701 if (error) { in zend_call_function()
704 zend_error(E_WARNING, "Invalid callback %s, %s", ZSTR_VAL(callable_name), error); in zend_call_function()
705 efree(error); in zend_call_function()
712 } else if (error) { in zend_call_function()
714 if (error[0] >= 'a' && error[0] <= 'z') { in zend_call_function()
715 error[0] += ('A' - 'a'); in zend_call_function()
717 zend_error(E_DEPRECATED, "%s", error); in zend_call_function()
718 efree(error); in zend_call_function()

Completed in 94 milliseconds

12345678910>>...104