Home
last modified time | relevance | path

Searched refs:errno (Results 76 – 100 of 412) sorted by relevance

12345678910>>...17

/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_signals.c142 int saved_errno = errno; in sig_soft_quit()
150 errno = saved_errno; in sig_soft_quit()
173 saved_errno = errno; in sig_handler()
176 errno = saved_errno; in sig_handler()
H A Dfpm_trace_ptrace.c70 errno = 0; in fpm_trace_get_long()
72 if (errno) { in fpm_trace_get_long()
/PHP-7.3/ext/sockets/
H A Dsockets.c55 # define set_errno(a) (errno = a)
173 ZEND_ARG_INFO(0, errno)
607 if (errno != 0 && errno != ESPIPE && errno != EAGAIN) {
1007 SOCKETS_G(last_error) = errno;
1276 if (errno == EAGAIN
1278 || errno == EWOULDBLOCK
1281 php_sock->error = errno;
1496 SOCKETS_G(last_error) = errno;
2281 SOCKETS_G(last_error) = errno;
2657 SOCKETS_G(last_error) = errno;
[all …]
H A Dwindows_common.h28 #ifdef errno
29 # undef errno
31 #define errno WSAGetLastError() macro
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt89 printf("[001] [%d] %s\n", $stmt->errno, $stmt->error);
94 assert(mysqli_stmt_errno($stmt) === $stmt->errno);
95 printf("stmt->errno = '%s'\n", $stmt->errno);
129 printf("[002] [%d] %s\n", $stmt->errno, $stmt->error);
147 errno
163 errno
179 stmt->errno = '0'
H A Dbug55283.phpt19 if ($link->errno == 1064 && ($res = $link->query("SHOW VARIABLES"))) {
24 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
30 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
33 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error));
H A Dbug28817.phpt25 @var_dump($mysql->errno);
30 var_dump($mysql->errno > 0);
H A Dmysqli_error_oo.phpt26 …printf("[003] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, $mysqli->errno, …
29 printf("[004] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
35 …able... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
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);
80 $mysqli->errno, $$mysqli->error);
91 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
98 printf("[%04d] [%d] %s\n", $offset, $link->errno, $link->error);
109 printf("[%04d] [%d] %s\n", $offset + 1, $link->errno, $link->error);
127 printf("[%04d] [%d] %s\n", $offset + 2, $link->errno, $link->error);
[all …]
H A Dbug_mysql_49406.phpt19 printf("[002] [%d] %s\n", $link->errno, $link->error);
22 printf("[003] No result, [%d] %s\n", $link->errno, $link->error);
31 printf("[005] [%d] %s\n", $link->errno, $link->error);
34 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
82 printf("[007] [%d] %s\n", $stmt->errno, $stmt->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);
/PHP-7.3/ext/posix/tests/
H A Dposix_times_basic.phpt17 $errno= posix_get_last_error();
18 var_dump(posix_strerror($errno));
/PHP-7.3/ext/standard/tests/network/
H A Dbug20134.phpt6 $fp = fsockopen("udp://localhost", 65534, $errno, $errstr);
10 echo "ERROR: $errno - $errstr<br>\n";
H A Dfsockopen_basic.phpt5 /* Prototype : proto resource fsockopen(string hostname, int port [, int errno [, string errstr [,…
26 $errno = null;
31 $client = fsockopen($hostname, $port, $errno, $errstr, $timeout);
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_socket_recvfrom.phpt8 $sock = stream_socket_server($serverUri, $errno, $errstr);
22 unset($errno);
H A Dstream_context_tcp_nodelay_server.phpt15 "tcp://127.0.0.1:9099", $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN, $ctxt);
33 "tcp://127.0.0.1:9099", $errno, $errstr, 10);
/PHP-7.3/ext/openssl/tests/
H A Dbug68920.phpt17 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
33 $sock = stream_socket_client($serverUri, $errno, $errstr, 30, $clientFlags, $ctx);
37 $sock = stream_socket_client($serverUri, $errno, $errstr, 30, $clientFlags, $ctx);
41 $sock = stream_socket_client($serverUri, $errno, $errstr, 30, $clientFlags, $ctx);
45 $sock = stream_socket_client($serverUri, $errno, $errstr, 30, $clientFlags, $ctx);
H A Dsan_peer_matching.phpt17 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
35 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
38 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dstream_crypto_flags_001.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
42 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
45 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
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 Dbug68879.phpt18 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
35 var_dump(stream_socket_client($serverUri, $errno, $errstr, 30, $clientFlags, $clientCtx));
/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_variation6.phpt57 Warning: scandir(): (errno %d): %s in %s on line %d
62 Warning: scandir(): (errno %d): %s in %s on line %d
69 Warning: scandir(): (errno %d): %s in %s on line %d
74 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapptype.c57 file_error(ms, errno, "cannot create tempnam"); in file_os2_apptype()
69 file_error(ms, errno, "cannot open tmp file `%s'", path); in file_os2_apptype()
73 file_error(ms, errno, "cannot write tmp file `%s'", in file_os2_apptype()
/PHP-7.3/ext/zip/lib/
H A Dmkstemp.c122 errno = ENOTDIR; in _zip_mkstemp()
133 if (errno != EEXIST) in _zip_mkstemp()
/PHP-7.3/ext/opcache/
H A Dzend_shared_alloc.c90 zend_accel_error(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno), errno); in zend_shared_alloc_create_lock()
102 …segment of %zu bytes: %s: %s (%d)", allocate_size, error?error:"unknown", strerror(errno), errno ); in no_memory_bailout()
401 if (errno == EINTR) { in zend_shared_alloc_lock()
404 zend_accel_error(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock()
430 zend_accel_error(ACCEL_LOG_ERROR, "Cannot remove lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_unlock()

Completed in 75 milliseconds

12345678910>>...17