Home
last modified time | relevance | path

Searched refs:errno (Results 76 – 100 of 389) sorted by relevance

12345678910>>...16

/PHP-8.2/ext/mysqli/tests/
H A Dbug77956.phpt16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
29 printf("[002] [%d] %s\n", $link->errno, $link->error);
32 printf("[003] [%d] %s\n", $link->errno, $link->error);
37 printf("[005] [%d] %s\n", $link->errno, $link->error);
39 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_stmt_bind_limits.phpt45 printf("[%03d + 01] [%d] %s\n", $offset, $link->errno, $link->error);
51 printf("[%03d + 02] [%d] %s\n", $offset, $link->errno, $link->error);
62 printf("[%03d + 03] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
72 printf("[%03d + 03] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
82 printf("[%03d + 04] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
90 printf("[%03d + 05] [%d] %s\n", $offset, $link->errno, $link->error);
99 printf("[%03d + 06] [%d] %s\n", $offset, $link->errno, $link->error);
H A Dbug_bits.phpt18 printf("[002] [%d] %s\n", $link->errno, $link->error);
22 printf("[003] [%d] %s\n", $link->errno, $link->error);
33 printf("[004] [%d] %s\n", $link->errno, $link->error);
37 printf("[005] [%d] %s\n", $link->errno, $link->error);
H A Dbug74779.phpt24 printf("[003] [%d] %s\n", $link->errno, $link->error);
28 printf("[004] [%d] %s\n", $link->errno, $link->error);
32 printf("[005] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt22 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
36 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
40 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
44 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
65 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
76 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
95 … printf("[%03d + 001] mysqli_options failed, [%d] %s\n", $offset, $link->errno, $link->error);
105 printf("[%03d + 003] [%d] %s\n", $offset, $link->errno, $link->error);
109 printf("[%03d + 004] [%d] %s\n", $offset, $link->errno, $link->error);
H A Dgh11438.phpt23 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
44 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
50 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
64 printf("[002] [%d] %s\n", $link->errno, $link->error);
67 printf("[003] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_local_infile_directory_access_denied.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
32 printf("[002] [%d] %s\n", $link->errno, $link->error);
36 printf("[003] [%d] %s\n", $link->errno, $link->error);
41 printf("[004] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
32 printf("[002] [%d] %s\n", $link->errno, $link->error);
36 printf("[003] [%d] %s\n", $link->errno, $link->error);
41 printf("[004] [%d] %s\n", $link->errno, $link->error);
H A Dbug28817.phpt27 $mysql->errno;
35 var_dump($mysql->errno > 0);
H A Dmysqli_fetch_all_oo.phpt24 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
32 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
40 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
48 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
59 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
69 printf("[010] Cannot run query, [%d] %s\n", $mysqli->errno, $$mysqli->error);
77 $mysqli->errno, $$mysqli->error);
85 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
95 printf("[%04d] [%d] %s\n", $offset, $link->errno, $link->error);
124 printf("[%04d] [%d] %s\n", $offset + 2, $link->errno, $link->error);
[all …]
/PHP-8.2/ext/standard/tests/dir/
H A Dscandir_variation6.phpt51 Warning: scandir(): (errno %d): %s in %s on line %d
56 Warning: scandir(): (errno %d): %s in %s on line %d
63 Warning: scandir(): (errno %d): %s in %s on line %d
68 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-8.2/Zend/
H A Dzend_max_execution_timer.c63 zend_strerror_noreturn(E_ERROR, errno, "Could not create timer"); in zend_max_execution_timer_init()
99 zend_strerror_noreturn(E_ERROR, errno, "Could not set timer"); in zend_max_execution_timer_settime()
121 zend_strerror_noreturn(E_ERROR, errno, "Could not delete timer"); in zend_max_execution_timer_shutdown()
/PHP-8.2/ext/posix/tests/
H A Dposix_times_basic.phpt15 $errno= posix_get_last_error();
16 var_dump(posix_strerror($errno));
/PHP-8.2/Zend/tests/
H A Dbug30998.phpt7 function my_error($errno, $errstr, $errfile, $errline)
9 print "$errstr ($errno) in $errfile:$errline\n";
/PHP-8.2/sapi/fpm/fpm/events/
H A Dport.c130 if (errno != EINTR && errno != ETIME) { in fpm_event_port_wait()
131 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_port_wait()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_trace_ptrace.c70 errno = 0; in fpm_trace_get_long()
72 if (errno) { in fpm_trace_get_long()
/PHP-8.2/ext/standard/tests/network/
H A Dbug20134.phpt8 $fp = fsockopen("udp://localhost", 65534, $errno, $errstr);
12 echo "ERROR: $errno - $errstr<br>\n";
/PHP-8.2/ext/standard/
H A Dlink.c80 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
114 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
174 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
222 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
/PHP-8.2/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt22 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
45 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
48 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dsan_peer_matching.phpt21 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
39 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
42 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
/PHP-8.2/ext/fileinfo/libmagic/
H A Dapptype.c57 file_error(ms, errno, "cannot create tempnam"); in file_os2_apptype()
69 file_error(ms, errno, "cannot open tmp file `%s'", path); in file_os2_apptype()
73 file_error(ms, errno, "cannot write tmp file `%s'", in file_os2_apptype()
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt15 "tcp://127.0.0.1:9099", $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN, $ctxt);
33 "tcp://127.0.0.1:9099", $errno, $errstr, 10);
/PHP-8.2/ext/standard/tests/file/
H A Dbug81223.phpt20 Notice: fread(): Read of %d bytes failed with errno=13 Permission denied in %s on line %d
23 Notice: fread(): Read of %d bytes failed with errno=13 Permission denied in %s on line %d
/PHP-8.2/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt41 if (($bytes === false) && ($errno = socket_last_error($socket))) {
42 if ($errno = SOCKET_EAGAIN) {
49 socket_strerror($errno)));
/PHP-8.2/ext/sockets/
H A Dwindows_common.h26 #ifdef errno
27 # undef errno
29 #define errno WSAGetLastError() macro

Completed in 31 milliseconds

12345678910>>...16