Home
last modified time | relevance | path

Searched refs:errno (Results 101 – 125 of 376) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/standard/tests/streams/
H A Dbug74090.phpt14 $server = stream_socket_server("udp://localhost:$port", $errno, $errstr, STREAM_SERVER_BIND);
21 $fd = stream_socket_client("udp://localhost:$port", $errno, $errstr, 0, STREAM_CLIENT_CONNECT | STR…
H A Dbug61371-unix.phpt22 …$stream = stream_socket_client('udp://0.0.0.0:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $co…
26 unset($errno);
/PHP-7.4/ext/openssl/tests/
H A Dbug76705.phpt17 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
36 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
H A Dsan_peer_matching.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
38 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
41 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dbug73072.phpt20 $server = stream_socket_server('tls://127.0.0.1:64322', $errno, $errstr, $flags, $ctx);
39 @stream_socket_client("tls://127.0.0.1:64322", $errno, $errstr, 1, $flags, $ctx);
H A Dbug62890.phpt21 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
37 $client = stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dopenssl_peer_fingerprint_basic.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
42 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
47 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all_oo.phpt27 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
51 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
72 printf("[010] Cannot run query, [%d] %s\n", $mysqli->errno, $$mysqli->error);
80 $mysqli->errno, $$mysqli->error);
91 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
98 printf("[%04d] [%d] %s\n", $offset, $link->errno, $link->error);
127 printf("[%04d] [%d] %s\n", $offset + 2, $link->errno, $link->error);
[all …]
H A Dbug55283.phpt22 if ($link->errno == 1064 && ($res = $link->query("SHOW VARIABLES"))) {
27 … die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
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));
H A Dmysqli_fetch_object_oo.phpt28 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
51 printf("[007] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
67 printf("[008] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
84 printf("[009] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
95 printf("[010] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
104 printf("[011] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
114 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_connect_oo_defaults.phpt35 printf("[001] [%d] %s\n", $mysqli->errno, $mysqli->error);
58 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
76 printf("[005] [%d] %s\n", $mysqli->errno, $mysqli->error);
94 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error);
112 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
116 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_fetch_array_oo.phpt22 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[010] Cannot run query, [%d] %s\n", $mysqli->errno, $$mysqli->error);
51 $mysqli->errno, $$mysqli->error);
62 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
67 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
74 printf("[%04d] [%d] %s\n", $offset, $mysqli->errno, $mysqli->error);
85 printf("[%04d] [%d] %s\n", $offset + 1, $mysqli->errno, $mysqli->error);
96 printf("[%04di] [%d] %s\n", $offset + 1, $mysqli->errno, $mysqli->error);
103 printf("[%04d] [%d] %s\n", $offset + 2, $mysqli->errno, $mysqli->error);
108 printf("[%04d] [%d] %s\n", $offset + 3, $mysqli->errno, $mysqli->error);
[all …]
H A Dbug31668.phpt16 if ($mysql->errno == 0) {
30 if ($mysql->errno == 0) {
/PHP-7.4/main/streams/
H A Dplain_wrapper.c351 if (errno == EWOULDBLOCK || errno == EAGAIN) { in php_stdiop_write()
354 if (errno == EINTR) { in php_stdiop_write()
358 …ocref(NULL, E_NOTICE, "write of %zu bytes failed with errno=%d %s", count, errno, strerror(errno)); in php_stdiop_write()
420 if (errno == EWOULDBLOCK || errno == EAGAIN) { in php_stdiop_read()
423 } else if (errno == EINTR) { in php_stdiop_read()
426 …docref(NULL, E_NOTICE, "read of %zu bytes failed with errno=%d %s", count, errno, strerror(errno)); in php_stdiop_read()
429 if (errno != EBADF) { in php_stdiop_read()
477 errno = 0; in php_stdiop_close()
1239 if (errno == EXDEV) { in php_plain_files_rename()
1259 if (errno != EPERM) { in php_plain_files_rename()
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt45 if (($bytes === false) && ($errno = socket_last_error($socket))) {
46 if ($errno = SOCKET_EAGAIN) {
53 socket_strerror($errno)));
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt49 if (($bytes === false) && ($errno = socket_last_error($socket))) {
50 if ($errno = SOCKET_EAGAIN) {
57 socket_strerror($errno)));
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_variation1-win32.phpt92 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
104 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
116 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
128 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
140 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
152 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
164 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
176 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
188 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfgetss_variation1.phpt88 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
100 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
124 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
136 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
148 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
160 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
172 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
184 Notice: fgetss(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt11 function error_handler($errno, $errstr, $errfile, $errline)
13 var_dump($errno, $errstr);
/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c129 errno = ERANGE;
201 errno = ERANGE;
230 errno=0; in collator_is_numeric()
232 if (errno != ERANGE) { in collator_is_numeric()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_signals.c144 int saved_errno = errno; in sig_soft_quit()
152 errno = saved_errno; in sig_soft_quit()
178 saved_errno = errno; in sig_handler()
181 errno = saved_errno; in sig_handler()
/PHP-7.4/ext/standard/
H A Ddir.c297 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
306 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
333 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
585 php_error_docref(NULL, E_WARNING, "(errno %d): %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-7.4/Zend/tests/
H A Dbug41209.phpt13 public static function errorHandler($errno, $errstr, $errfile, $errline)
15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c107 errno = EPROTO; in cdb_read()
114 } while ((r == -1) && (errno == EINTR)); in cdb_read()
118 errno = EPROTO; in cdb_read()
/PHP-7.4/sapi/litespeed/
H A Dlscriu.c304 lsapi_perror(sem_name, errno); in LSCRIU_Wink_Server_is_Ready()
307 lsapi_perror(sem_name, errno); in LSCRIU_Wink_Server_is_Ready()
309 else if (errno != ENOENT) in LSCRIU_Wink_Server_is_Ready()
310 lsapi_perror(sem_name, errno); in LSCRIU_Wink_Server_is_Ready()
433 s_pid, strerror(errno)); in LSCRIU_Native_Dump()
453 s_pid, strerror(errno)); in LSCRIU_CloudLinux_Checkpoint()
521 iPidDump, strerror(errno)); in LSCRIU_try_checkpoint()

Completed in 57 milliseconds

12345678910>>...16