Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/PHP-8.2/ext/standard/tests/file/
H A Dfscanf_variation51.phpt68 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
71 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
74 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
77 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
80 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
83 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
86 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
91 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
94 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
97 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfwrite_variation1-win32-mb.phpt79 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
95 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
101 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
111 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
117 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
129 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
135 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
145 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
151 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfwrite_variation1.phpt71 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
77 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
87 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
93 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
103 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
109 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
121 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
127 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
137 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
143 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfread_variation2.phpt107 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
116 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
126 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
135 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
145 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
154 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
164 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
173 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
183 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
192 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfread_variation4.phpt105 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
113 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
122 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
130 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
139 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
147 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
156 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
164 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
173 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
181 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
/PHP-8.2/ext/curl/tests/
H A Dcurl_multi_errno_strerror_001.phpt9 $errno = curl_multi_errno($mh);
10 echo $errno . PHP_EOL;
11 echo curl_multi_strerror($errno) . PHP_EOL;
19 $errno = curl_multi_errno($mh);
20 echo $errno . PHP_EOL;
21 echo curl_multi_strerror($errno) . PHP_EOL;
H A Dcurl_share_errno_strerror_001.phpt9 $errno = curl_share_errno($sh);
10 echo $errno . PHP_EOL;
11 echo curl_share_strerror($errno) . PHP_EOL;
19 $errno = curl_share_errno($sh);
20 echo $errno . PHP_EOL;
21 echo curl_share_strerror($errno) . PHP_EOL;
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_autocommit_oo.phpt29 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
32 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error);
50 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
57 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
60 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
63 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
67 $tmp['num'], $mysqli->errno, $mysqli->error);
72 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
75 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dbug52891.phpt19 printf("[002] [%d] %s\n", $link->errno, $link->error);
24 printf("[003] [%d] %s\n", $link->errno, $link->error);
29 printf("[004] [%d] %s\n", $link->errno, $link->error);
32 printf("[005] [%d] %s\n", $link->errno, $link->error);
37 printf("[006] [%d] %s\n", $stmt1->errno, $stmt1->error);
40 printf("[007] [%d] %s\n", $stmt2->errno, $stmt2->error);
44 printf("[008] [%d] %s\n", $stmt1->errno, $stmt1->error);
47 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
52 printf("[010] [%d] %s\n", $stmt2->errno, $stmt2->error);
58 printf("[011] [%d] %s\n", $stmt1->errno, $stmt1->error);
[all …]
H A Dmysqli_errno_oo.phpt2 $mysqli->errno
17 if (0 !== ($tmp = @$mysqli->errno))
24 var_dump($mysqli->errno);
27 printf("[003] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
31 var_dump($mysqli->errno);
34 if (($tmp = $mysqli->errno) === 0)
40 $mysqli->errno;
H A D030.phpt15 $errno = mysqli_errno($link);
16 var_dump($errno);
21 $errno = mysqli_errno($link);
23 var_dump($errno);
H A Dbug51647.phpt25 if ($link->errno == 1064 && ($res = $link->query("SHOW VARIABLES"))) {
36 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
39 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error));
55 if (1064 == $link->errno) {
62 printf("[005] [%d] %s\n", $link->errno, $link->error);
65 printf("[004] [%d] %s\n", $link->errno, $link->error);
69 printf("[006] [%d] %s\n", $link->errno, $link->error);
85 if (1064 == $link->errno) {
92 printf("[010] [%d] %s\n", $link->errno, $link->error);
95 printf("[011] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dmysqli_affected_rows_oo.phpt29 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
32 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[005] [%d] %s\n", $mysqli->errno, $mysqli->error);
46 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
52 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
58 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
65 printf("[014] [%d] %s\n", $mysqli->errno, $mysqli->error);
71 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
77 printf("[017] [%d] %s\n", $mysqli->errno, $mysqli->error);
83 printf("[019] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dmysqli_stmt_multires.phpt15 printf("[001] [%d] %s\n", $link->error, $link->errno);
19 printf("[002] [%d] %s\n", $link->error, $link->errno);
23 printf("[003] [%d] %s\n", $stmt->error, $stmt->errno);
27 printf("[005] [%d] %s\n", $stmt->error, $stmt->errno);
33 printf("[004] [%d] %s\n", $stmt->error, $stmt->errno);
38 printf("[006] [%d] %s\n", $stmt->error, $stmt->errno);
59 printf("[010] [%d] %s\n", $stmt->error, $stmt->errno);
64 printf("[011] [%d] %s\n", $stmt->error, $stmt->errno);
H A Dmysqli_ps_select_union.phpt17 printf("[001] [%d] %s\n", $link->errno, $link->error);
28 printf("[002] [%d] %s\n", $link->errno, $link->error);
32 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
52 printf("[005] [%d] %s\n", $link->errno, $link->error);
57 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
72 printf("[008] [%d] %s\n", $link->errno, $link->error);
82 printf("[009] [%d] %s\n", $link->errno, $link->error);
86 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
101 printf("[012] [%d] %s\n", $link->errno, $link->error);
105 printf("[013] [%d] %s\n", $stmt->errno, $stmt->error);
[all …]
/PHP-8.2/ext/pcntl/
H A Dpcntl.c187 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
281 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
333 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
673 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
921 errno = 0; in PHP_FUNCTION()
926 if (errno) { in PHP_FUNCTION()
928 switch (errno) { in PHP_FUNCTION()
981 switch (errno) { in PHP_FUNCTION()
1186 switch (errno) { in PHP_FUNCTION()
1271 switch (errno) { in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/openssl/tests/
H A Dtls_wrapper_with_tls_v1.3.phpt21 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
40 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
43 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
46 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
49 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
52 $client = @stream_socket_client("tlsv1.3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
55 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
58 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt22 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
41 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
44 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
47 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
50 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
53 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
56 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtls_wrapper.phpt21 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
40 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
43 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
46 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
49 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
52 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
55 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
/PHP-8.2/tests/lang/
H A D039.phpt12 function __construct($errstr, $errno, $errfile, $errline)
14 parent::__construct($errstr, $errno);
20 function Error2Exception($errno, $errstr, $errfile, $errline)
22 throw new MyException($errstr, $errno, $errfile, $errline);
H A D038.phpt8 function __construct($errstr, $errno=0, $errfile='', $errline=0)
10 parent::__construct($errstr, $errno);
16 function Error2Exception($errno, $errstr, $errfile, $errline)
18 throw new MyException($errstr, $errno);//, $errfile, $errline);
H A Derror_2_exception_001.phpt7 function __construct(public $errno, public $errmsg) {}
10 return $this->errno;
18 function ErrorsToExceptions($errno, $errmsg) {
19 throw new MyException($errno, $errmsg);
/PHP-8.2/ext/sysvsem/
H A Dsysvsem.c204 …php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
235 if (errno != EINTR) { in PHP_FUNCTION()
236 …WARNING, "Failed acquiring SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
244 …php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
255 …php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
260 php_error_docref(NULL, E_WARNING, "Failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
265 php_error_docref(NULL, E_WARNING, "Failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
276 if (errno != EINTR) { in PHP_FUNCTION()
322 if (errno != EINTR) { in php_sysvsem_semop()
323 if (errno != EAGAIN) { in php_sysvsem_semop()
[all …]
/PHP-8.2/ext/standard/tests/network/
H A Dbug74764.phpt6 @stream_socket_client('tcp://[::1]:0', $errno);
7 if ($errno != 111) die('skip IPv6 not supported.');
14 …$socket = stream_socket_client('tcp://localhost:1443', $errno, $errstr, 5, STREAM_CLIENT_CONNECT, …
19 …$socket = stream_socket_client('tcp://localhost:1443', $errno, $errstr, 5, STREAM_CLIENT_CONNECT, …
/PHP-8.2/ext/standard/tests/streams/
H A Dbug76136.phpt5 @stream_socket_client('tcp://[::1]:0', $errno);
6 if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !==…

Completed in 78 milliseconds

12345678910>>...16