Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation51.phpt73 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
76 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
79 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
82 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
88 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
96 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
99 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
102 Notice: fscanf(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfgetcsv_variation26.phpt84 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
91 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
98 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
105 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
119 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
126 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
133 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
140 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
147 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfread_variation2.phpt115 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
124 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
134 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
143 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
153 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
162 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
172 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
191 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
200 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfwrite_variation1-win32-mb.phpt88 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
94 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
104 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
110 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
120 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
126 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
138 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
144 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
154 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
160 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfwrite_variation1.phpt80 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
86 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
96 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
102 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
118 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
130 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
136 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
146 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
152 Notice: fwrite(): write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_errno_strerror_001.phpt17 $errno = curl_multi_errno($mh);
18 echo $errno . PHP_EOL;
19 echo curl_multi_strerror($errno) . PHP_EOL;
22 $errno = curl_multi_errno($mh);
23 echo $errno . PHP_EOL;
24 echo curl_multi_strerror($errno) . PHP_EOL;
H A Dcurl_share_errno_strerror_001.phpt17 $errno = curl_share_errno($sh);
18 echo $errno . PHP_EOL;
19 echo curl_share_strerror($errno) . PHP_EOL;
22 $errno = curl_share_errno($sh);
23 echo $errno . PHP_EOL;
24 echo curl_share_strerror($errno) . PHP_EOL;
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_autocommit_oo.phpt32 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
46 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error);
53 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
60 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
63 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
66 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
70 $tmp['num'], $mysqli->errno, $mysqli->error);
75 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
78 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->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)
39 var_dump($mysqli->errno);
H A D030.phpt14 $errno = mysqli_errno($link);
15 var_dump($errno);
20 $errno = mysqli_errno($link);
22 var_dump($errno);
H A Dbug52891.phpt21 printf("[002] [%d] %s\n", $link->errno, $link->error);
26 printf("[003] [%d] %s\n", $link->errno, $link->error);
31 printf("[004] [%d] %s\n", $link->errno, $link->error);
34 printf("[005] [%d] %s\n", $link->errno, $link->error);
39 printf("[006] [%d] %s\n", $stmt1->errno, $stmt1->error);
42 printf("[007] [%d] %s\n", $stmt2->errno, $stmt2->error);
46 printf("[008] [%d] %s\n", $stmt1->errno, $stmt1->error);
49 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
54 printf("[010] [%d] %s\n", $stmt2->errno, $stmt2->error);
60 printf("[011] [%d] %s\n", $stmt1->errno, $stmt1->error);
[all …]
H A Dbug51647.phpt22 if ($link->errno == 1064 && ($res = $link->query("SHOW VARIABLES"))) {
33 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
36 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error));
52 if (1064 == $link->errno) {
59 printf("[005] [%d] %s\n", $link->errno, $link->error);
62 printf("[004] [%d] %s\n", $link->errno, $link->error);
66 printf("[006] [%d] %s\n", $link->errno, $link->error);
82 if (1064 == $link->errno) {
89 printf("[010] [%d] %s\n", $link->errno, $link->error);
92 printf("[011] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dmysqli_commit_oo.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
42 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
50 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
59 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
72 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
76 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
79 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
82 printf("[014] [%d] %s\n", $mysqli->errno, $mysqli->error);
85 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dmysqli_stmt_multires.phpt19 printf("[001] [%d] %s\n", $link->error, $link->errno);
23 printf("[002] [%d] %s\n", $link->error, $link->errno);
27 printf("[003] [%d] %s\n", $stmt->error, $stmt->errno);
31 printf("[005] [%d] %s\n", $stmt->error, $stmt->errno);
37 printf("[004] [%d] %s\n", $stmt->error, $stmt->errno);
42 printf("[006] [%d] %s\n", $stmt->error, $stmt->errno);
63 printf("[010] [%d] %s\n", $stmt->error, $stmt->errno);
68 printf("[011] [%d] %s\n", $stmt->error, $stmt->errno);
99 printf("[001] [%d] %s\n", $link->error, $link->errno);
H A Dmysqli_affected_rows_oo.phpt26 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
29 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
32 printf("[005] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
49 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
55 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[014] [%d] %s\n", $mysqli->errno, $mysqli->error);
68 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
74 printf("[017] [%d] %s\n", $mysqli->errno, $mysqli->error);
80 printf("[019] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
/PHP-7.4/ext/openssl/tests/
H A Dtls_wrapper_with_tls_v1.3.phpt20 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
39 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
42 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
45 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
48 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
51 $client = @stream_socket_client("tlsv1.3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
54 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
57 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtls_wrapper.phpt20 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
39 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
42 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
45 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
48 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
51 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
54 $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.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-7.4/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='')
10 parent::__construct($errstr, $errno);
16 function Error2Exception($errno, $errstr, $errfile, $errline)
18 throw new MyException($errstr, $errno);//, $errfile, $errline);
/PHP-7.4/ext/posix/tests/
H A Dposix_strerror_error.phpt9 /* Prototype : proto string posix_strerror(int errno)
10 * Description: Retrieve the system error message associated with the given errno.
21 $errno = posix_get_last_error();
23 var_dump( posix_strerror($errno, $extra_arg) );
26 $errno = -999;
27 echo gettype( posix_strerror($errno) )."\n";
/PHP-7.4/ext/sysvsem/
H A Dsysvsem.c218 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
249 if (errno != EINTR) { in PHP_FUNCTION()
250 …WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
258 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
269 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
274 php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
279 php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
290 if (errno != EINTR) { in PHP_FUNCTION()
340 if (errno != EINTR) { in php_sysvsem_semop()
341 if (errno != EAGAIN) { in php_sysvsem_semop()
[all …]
/PHP-7.4/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-7.4/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 !==…
/PHP-7.4/ext/pcntl/
H A Dpcntl.c166 ZEND_ARG_INFO(0, errno)
647 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
736 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
786 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1123 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1177 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1363 errno = 0; in PHP_FUNCTION()
1367 if (errno) { in PHP_FUNCTION()
1369 switch (errno) { in PHP_FUNCTION()
1403 switch (errno) { in PHP_FUNCTION()
[all …]

Completed in 67 milliseconds

12345678910>>...16