Home
last modified time | relevance | path

Searched refs:errno (Results 51 – 75 of 376) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/standard/tests/streams/
H A Dbug70198.phpt22 \$socket = stream_socket_server('$srv_addr', \$errno, \$errstr);
25 echo "\$errstr (\$errno)\\n";
43 $fp = stream_socket_client($srv_addr, $errno, $errstr, 2);
45 echo "$errstr ($errno)\n";
H A Dbug54946.phpt35 Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on …
38 Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on …
41 Notice: stream_get_contents(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on …
/PHP-7.4/ext/standard/tests/network/
H A Dtcp6loop.phpt6 …If IPv6 is NOT supported, $errno will be set to something else (indicating parse/getaddrinfo error)
8 @stream_socket_client('tcp://[::1]:0', $errno);
9 …if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !=…
/PHP-7.4/ext/mysqli/tests/
H A Dbug35759.phpt24 if (1101 == $mysql->errno) {
29 printf("[001] [%d] %s\n", $mysql->errno, $mysql->error);
33 printf("[002] [%d] %s\n", $mysql->errno, $mysql->error);
48 printf("[003] [%d] %s\n", $mysql->errno, $mysql->error);
H A Dbug55653.phpt19 printf("[002] [%d] %s\n", $link->errno, $link->error);
25 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
28 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_stmt_get_result_non_select.phpt29 printf("[002] [%d] %s\n", $stmt->errno, $stmt->error);
32 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
56 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
59 printf("[007] [%d] %s\n", $stmt->errno, $stmt->error);
75 printf("[009] [%d] %s\n", $stmt->errno, $stmt->error);
78 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dbug68077.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
34 printf("[002] [%d] %s\n", $link->errno, $link->error);
38 printf("[003] [%d] %s\n", $link->errno, $link->error);
45 printf("[005] [%d] %s\n", $link->errno, $link->error);
48 printf("[006] [%d] %s\n", $link->errno, $link->error);
56 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dbug53503.phpt13 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
29 printf("[002] [%d] %s\n", $link->errno, $link->error);
33 printf("[003] [%d] %s\n", $link->errno, $link->error);
40 printf("[005] [%d] %s\n", $link->errno, $link->error);
43 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_last_insert_id.phpt20 printf("[003] [%d] %s\n", $link->errno, $link->error);
36 printf("[002] [%d] %s\n", $link->errno, $link->error);
50 printf("[006] [%d] %s\n", $link->errno, $link->error);
81 printf("[012] [%d] %s\n", $link->errno, $link->error);
96 printf("[016] [%d] %s\n", $link->errno, $link->error);
109 printf("[019] [%d] %s\n", $link->errno, $link->error);
117 printf("[021] [%d] %s\n", $link->errno, $link->error);
125 printf("[023] [%d] %s\n", $link->errno, $link->error);
134 printf("[024] [%d] %s\n", $link->errno, $link->error);
156 printf("[029] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
46 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
60 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
69 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
74 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
80 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
98 … printf("[%03d + 001] mysqli_options failed, [%d] %s\n", $offset, $link->errno, $link->error);
108 printf("[%03d + 003] [%d] %s\n", $offset, $link->errno, $link->error);
[all …]
H A Dbug77956.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
27 printf("[002] [%d] %s\n", $link->errno, $link->error);
30 printf("[003] [%d] %s\n", $link->errno, $link->error);
35 printf("[005] [%d] %s\n", $link->errno, $link->error);
37 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_stmt_bind_limits.phpt43 printf("[%03d + 01] [%d] %s\n", $offset, $link->errno, $link->error);
49 printf("[%03d + 02] [%d] %s\n", $offset, $link->errno, $link->error);
60 printf("[%03d + 03] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
70 printf("[%03d + 03] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
80 printf("[%03d + 04] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
88 printf("[%03d + 05] [%d] %s\n", $offset, $link->errno, $link->error);
97 printf("[%03d + 06] [%d] %s\n", $offset, $link->errno, $link->error);
H A Dbug45289.phpt21 printf("[002] [%d] %s\n", $link->errno, $link->error);
24 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
32 printf("[004] [%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/openssl/tests/
H A Dpeer_verification.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
38 var_dump(@stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags));
44 var_dump(@stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
51 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
58 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dsni_server.phpt21 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
40 $client = stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
46 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
52 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
H A Dstream_crypto_flags_004.phpt22 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
47 var_dump(@stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
51 var_dump(@stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
55 var_dump(@stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
59 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
/PHP-7.4/ext/sysvmsg/tests/
H A D005.phpt23 $errno = 0;
29 var_dump(msg_receive($q, 0, $null, 1, $msg, true, 0, $errno));
30 var_dump($errno != 0);
34 var_dump(msg_send($q, 1, 'foo', true, true, $errno));
35 var_dump($errno != 0);
/PHP-7.4/tests/lang/
H A Dbug21094.phpt6 function hdlr($errno, $errstr, $errfile, $errline) {
7 …printf("[%d] errstr: %s, errfile: %s, errline: %d\n", $errno, $errstr, $errfile, $errline, $errstr…
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation14.phpt93 Notice: fputcsv(): write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
105 Notice: fputcsv(): write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
117 Notice: fputcsv(): write of 12 bytes failed with errno=9 Bad file descriptor in %s on line %d
129 Notice: fputcsv(): write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
141 Notice: fputcsv(): write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
153 Notice: fputcsv(): write of 15 bytes failed with errno=9 Bad file descriptor in %s on line %d
165 Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
177 Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
189 Notice: fputcsv(): write of 16 bytes failed with errno=9 Bad file descriptor in %s on line %d
201 Notice: fputcsv(): write of 18 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
/PHP-7.4/tests/security/
H A Dopen_basedir_scandir.phpt34 Warning: scandir(): (errno 1): %s in %s on line %d
41 Warning: scandir(): (errno 1): %s in %s on line %d
48 Warning: scandir(): (errno 1): %s in %s on line %d
55 Warning: scandir(): (errno 1): %s in %s on line %d
62 Warning: scandir(): (errno 1): %s in %s on line %d
69 Warning: scandir(): (errno 1): %s in %s on line %d
76 Warning: scandir(): (errno 1): %s in %s on line %d
83 Warning: scandir(): (errno 1): %s in %s on line %d
/PHP-7.4/ext/reflection/tests/
H A Dbug76936.phpt16 function ($errno, $errstr, $errfile, $errline) {
17 $this->handleError($errno, $errstr, $errfile, $errline);
22 private function handleError($errno, $errstr, $errfile, $errline, $errmodule = null) {
/PHP-7.4/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt13 $stream0 = stream_socket_server("udp://0.0.0.0:0", $errno, $errstr, STREAM_SERVER_BIND);
17 $stream1 = stream_socket_server("udp://0.0.0.0:0", $errno, $errstr, STREAM_SERVER_BIND);
H A Dsocket_import_stream-4-win.phpt32 $stream0 = stream_socket_server("udp://0.0.0.0:0", $errno, $errstr, STREAM_SERVER_BIND);
37 $stream1 = stream_socket_server("udp://0.0.0.0:0", $errno, $errstr, STREAM_SERVER_BIND);
43 $stream2 = stream_socket_server("udp://0.0.0.0:0", $errno, $errstr, STREAM_SERVER_BIND);
49 $stream3 = stream_socket_server("udp://0.0.0.0:0", $errno, $errstr, STREAM_SERVER_BIND);
55 $stream4 = stream_socket_server("udp://0.0.0.0:0", $errno, $errstr, STREAM_SERVER_BIND);
H A Dsocket_import_stream-4.phpt32 $stream0 = stream_socket_server("udp://0.0.0.0:58387", $errno, $errstr, STREAM_SERVER_BIND);
37 $stream1 = stream_socket_server("udp://0.0.0.0:58388", $errno, $errstr, STREAM_SERVER_BIND);
43 $stream2 = stream_socket_server("udp://0.0.0.0:58389", $errno, $errstr, STREAM_SERVER_BIND);
49 $stream3 = stream_socket_server("udp://0.0.0.0:58390", $errno, $errstr, STREAM_SERVER_BIND);
55 $stream4 = stream_socket_server("udp://0.0.0.0:58391", $errno, $errstr, STREAM_SERVER_BIND);

Completed in 33 milliseconds

12345678910>>...16