Home
last modified time | relevance | path

Searched refs:errno (Results 126 – 150 of 376) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/fileinfo/libmagic/
H A Dfsmagic.c104 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
108 fn, strerror(errno)) == -1) in file_fsmagic()
196 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic()
H A Dmagic.c253 errno = 0; in file_or_stream()
269 file_error(ms, errno, "cannot stat `%s'", inname); in file_or_stream()
280 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
388 errno = EINVAL; in magic_setparam()
421 errno = EINVAL; in magic_getparam()
/PHP-7.4/ext/mysqli/tests/
H A Dbug45019.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);
H A Dmysqli_class_mysqli_properties_no_conn.phpt45 assert(@mysqli_errno($mysqli) === @$mysqli->errno);
46 printf("mysqli->errno = '%s'/%s ('%s'/%s)\n",
47 @$mysqli->errno, gettype(@$mysqli->errno),
152 errno = 'false'
172 errno = 'false'
192 mysqli->errno = ''/boolean (''/boolean)
223 errno = 'false'
243 errno = 'false'
263 mysqli->errno = ''/boolean (''/boolean)
H A Dmysqli_change_user_oo.phpt43 printf("[009] Failed to set test variable: [%d] %s\n", $mysqli->errno, $mysqli->error);
46 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
56 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
66 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_ping.phpt28 if (!($errno = mysqli_errno($link)))
32 if ($errno === mysqli_errno($link))
H A Dmysqli_dump_debug_info_oo.phpt25 $mysqli->errno, $mysqli->error);
32 $mysqli->errno, $mysqli->error);
H A Dmysqli_class_mysqli_warning.phpt84 assert(0 === $warning->errno);
85 printf("warning->errno = '%s'\n", $warning->errno);
127 warning->errno = ''
/PHP-7.4/sapi/fpm/fpm/events/
H A Dselect.c103 if (errno != EINTR) { in fpm_event_select_wait()
104 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_select_wait()
/PHP-7.4/ext/openssl/tests/
H A Dbug46127.phpt19 $sock = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
37 $sock = stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx);
H A Dstream_verify_peer_name_001.phpt19 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
36 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dbug68265.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
38 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dbug68879.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
38 var_dump(stream_socket_client($serverUri, $errno, $errstr, 30, $clientFlags, $clientCtx));
H A Dstream_verify_peer_name_002.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
38 $client = stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx);
H A Dcapture_peer_cert_001.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
37 $client = @stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dsession_meta_capture_tlsv13.phpt22 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
43 @stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c89 zend_accel_error(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno), errno); in zend_shared_alloc_create_lock()
101 …segment of %zu bytes: %s: %s (%d)", allocate_size, error?error:"unknown", strerror(errno), errno ); in no_memory_bailout()
465 if (errno == EINTR) { in zend_shared_alloc_lock()
468 zend_accel_error(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock()
494 zend_accel_error(ACCEL_LOG_ERROR, "Cannot remove lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_unlock()
/PHP-7.4/ext/iconv/tests/
H A Diconv_strrpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
H A Diconv_strpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-7.4/main/
H A Dfastcgi.c111 int orig_errno = errno; \
124 errno = orig_errno; \
537 errno = 0; in fcgi_init()
766 fcgi_log(FCGI_ERROR, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
929 errno = 0; in safe_write()
950 } else if (ret <= 0 && errno != 0 && errno != EINTR) { in safe_write()
966 errno = 0; in safe_read()
989 } else if (ret <= 0 && errno != 0 && errno != EINTR) { in safe_read()
1424 if (req->fd < 0 && (in_shutdown || (errno != EINTR && errno != ECONNABORTED))) {
1441 errno = 0;
[all …]
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c202 PHP_SOCKET_ERROR(php_sock, "error in sendmsg", errno); in PHP_FUNCTION()
268 SOCKETS_G(last_error) = errno; in PHP_FUNCTION()
270 errno, sockets_strerror(errno)); in PHP_FUNCTION()
362 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_setsockopt_ipv6_rfc3542()
393 PHP_SOCKET_ERROR(php_sock, "unable to get socket option", errno); in php_do_getsockopt_ipv6_rfc3542()
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c50 errno = ENOMEM; in cdb_posplus()
109 errno = ENOMEM; in cdb_make_addbegin()
113 errno = ENOMEM; in cdb_make_addbegin()
170 errno = ENOMEM; in cdb_make_finish()
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72294.phpt14 function handleError($errno, $errstr, $errfile, $errline)
16 if (!($errno & error_reporting())) {
20 throw new RuntimeException( $errstr, $errno );
/PHP-7.4/ext/standard/tests/streams/
H A Dbug72075.phpt5 $r = [stream_socket_server("tcp://127.0.0.1:0", $errno, $errStr)];
/PHP-7.4/Zend/tests/
H A Dbug48004.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $errcontext) {

Completed in 136 milliseconds

12345678910>>...16