Home
last modified time | relevance | path

Searched refs:errno (Results 26 – 50 of 376) sorted by relevance

12345678910>>...16

/PHP-7.4/tests/lang/
H A Derror_2_exception_001.phpt8 $this->errno = $_errno;
13 return $this->errno;
21 function ErrorsToExceptions($errno, $errmsg) {
22 throw new MyException($errno, $errmsg);
/PHP-7.4/Zend/tests/
H A Dbug46241.phpt9 public function errorHandler1( $errno, $errstr )
15 public function errorHandler2( $errno, $errstr )
29 function errorHandler1( $errno, $errstr )
35 function errorHandler2( $errno, $errstr )
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_error.phpt5 /* Prototype : proto resource fsockopen(string hostname, int port [, int errno [, string errstr [,…
18 $errno = 10;
22 var_dump( fsockopen($hostname, $port, $errno, $errstr, $timeout, $extra_arg) );
24 var_dump($errno);
32 $errno = null;
35 var_dump( fsockopen($hostname, $port, $errno, $errstr, $timeout) );
41 $errno = null;
44 var_dump( fsockopen($hostname, $port, $errno, $errstr, $timeout) );
H A Dudp6loop.phpt6 * Connection refused (or code 10049 on Windows). If IPv6 is NOT supported, $errno will be set to
14 @stream_socket_client('tcp://[::1]:0', $errno);
15 …if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !=…
25 $server = @stream_socket_server("udp://[::1]:$port", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-7.4/ext/mysqli/tests/
H A Dbug48909.phpt18 printf("[002] [%d] %s\n", $link->errno, $link->error);
21 printf("[003] [%d] %s\n", $link->errno, $link->error);
24 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
27 if ($stmt->errno != 1366) {
32 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
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);
74 printf("[008] [%d] %s\n", $link->errno, $link->error);
84 printf("[009] [%d] %s\n", $link->errno, $link->error);
88 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
123 printf("[015] [%d] %s\n", $link->errno, $link->error);
133 printf("[016] [%d] %s\n", $link->errno, $link->error);
137 printf("[017] [%d] %s\n", $stmt->errno, $stmt->error);
174 printf("[022] [%d] %s\n", $stmt->errno, $stmt->error);
[all …]
H A Dmysqli_pam_sha256.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…
50 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
59 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
64 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
90 printf("[002] [%d] %s\n", $link->errno, $link->error);
93 printf("[003] [%d] %s\n", $link->errno, $link->error);
H A Dbug44897.phpt25 printf("[001] [%d] %s\n", $link->errno, $link->error);
28 printf("[002] [%d] %s\n", $link->errno, $link->error);
34 printf("[003] [%d] %s\n", $link->errno, $link->error);
37 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
41 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
53 $link->errno, $link->error);
58 printf("[008] [%d] %s\n", $stmt2->errno, $stmt2->error);
62 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
H A Dmysqli_pam_sha256_public_key_option.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));
99 printf("[001] mysqli_options failed, [%d] %s\n", $link->errno, $link->error);
107 printf("[003] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dmysqli_pam_sha256_public_key_ini.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));
47 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
63 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
72 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
77 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
83 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
105 printf("[002] [%d] %s\n", $link->errno, $link->error);
108 printf("[003] [%d] %s\n", $link->errno, $link->error);
H A Dbug72489.phpt17 printf("[002] [%d] %s\n", $link->errno, $link->error);
21 printf("[003] [%d] %s\n", $link->errno, $link->error);
26 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", $link->errno, $link->error);
/PHP-7.4/ext/standard/
H A Dflock_compat.c57 errno = EINVAL; in php_flock()
64 (errno == EACCES || errno == EAGAIN)) in php_flock()
65 errno = EWOULDBLOCK; in php_flock()
161 errno = 0;
/PHP-7.4/ext/standard/tests/file/
H A Dfread_variation4.phpt113 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
121 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
138 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
155 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
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
189 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfgetc_variation3.phpt59 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
68 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
77 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
86 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
95 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
104 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
113 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
122 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
131 Notice: fgetc(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfgets_variation1.phpt58 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
67 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
76 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
94 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
103 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
121 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
130 Notice: fgets(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-7.4/ext/bz2/tests/
H A D004.phpt48 ["errno"]=>
56 ["errno"]=>
65 ["errno"]=>
74 ["errno"]=>
83 ["errno"]=>
92 ["errno"]=>
/PHP-7.4/ext/session/
H A Dmod_files.c215 } while (ret == -1 && errno == EINTR); in ps_files_open()
222 …LL, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, strerror(errno), errno); in ps_files_open()
226 …php_error_docref(NULL, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno); in ps_files_open()
274 php_error_docref(NULL, E_WARNING, "write failed: %s (%d)", strerror(errno), errno); in ps_files_write()
296 …L, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); in ps_files_cleanup_dir()
401 errno = 0; in PS_OPEN_FUNC()
403 if (errno == ERANGE) { in PS_OPEN_FUNC()
410 errno = 0; in PS_OPEN_FUNC()
412 if (errno == ERANGE || filemode < 0 || filemode > 07777) { in PS_OPEN_FUNC()
526 php_error_docref(NULL, E_WARNING, "read failed: %s (%d)", strerror(errno), errno); in PS_READ_FUNC()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c336 if (errno == EINTR) in swrite()
382 if (errno == EINTR || errno == EAGAIN) in sread()
403 if (errno == EINTR) in sread()
430 r = errno; in file_pipe2file()
432 errno = r; in file_pipe2file()
439 te = errno; in file_pipe2file()
441 errno = te; in file_pipe2file()
445 file_error(ms, errno, in file_pipe2file()
715 strerror(errno)); in uncompressbuf()
724 strerror(errno)); in uncompressbuf()
[all …]
/PHP-7.4/ext/posix/
H A Dposix.c210 ZEND_ARG_INFO(0, errno)
469 POSIX_G(last_error) = errno;
575 POSIX_G(last_error) = errno; in PHP_FUNCTION()
581 POSIX_G(last_error) = errno; in PHP_FUNCTION()
606 POSIX_G(last_error) = errno; in PHP_FUNCTION()
645 POSIX_G(last_error) = errno; in PHP_FUNCTION()
665 POSIX_G(last_error) = errno; in PHP_FUNCTION()
1106 if (errno == ERANGE) { in PHP_FUNCTION()
1164 if (errno == ERANGE) { in PHP_FUNCTION()
1238 if (errno == ERANGE) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/openssl/tests/
H A Dtlsv1.2_wrapper.phpt18 $server = stream_socket_server('tlsv1.2://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
36 $client = stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
39 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
42 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtlsv1.0_wrapper.phpt19 $server = stream_socket_server('tlsv1.0://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
38 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
41 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
44 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtlsv1.1_wrapper.phpt19 $server = stream_socket_server('tlsv1.1://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
38 $client = stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
41 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
44 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dstream_crypto_flags_002.phpt21 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
45 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
48 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
51 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
54 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
H A Dtlsv1.3_wrapper.phpt19 $server = stream_socket_server('tlsv1.3://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
37 $client = stream_socket_client("tlsv1.3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
40 $client = @stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
43 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.php3 $socket = stream_socket_server("tcp://localhost:0", $errno, $errstr);
5 echo "Can't start server: $errstr ($errno)\n";

Completed in 34 milliseconds

12345678910>>...16