Home
last modified time | relevance | path

Searched refs:errno (Results 151 – 175 of 376) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/intl/tests/
H A Dcalendar_setTimeZone_error.phpt17 function eh($errno, $errstr) {
18 echo "error: $errno, $errstr\n";
H A Dcalendar_equals_error.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
/PHP-7.4/ext/standard/
H A Drandom.c125 if (errno == ENOSYS) { in php_random_bytes()
131 } else if (errno == EINTR || errno == EAGAIN) { in php_random_bytes()
H A Dftok.c61 php_error_docref(NULL, E_WARNING, "ftok() failed - %s", strerror(errno)); in PHP_FUNCTION()
/PHP-7.4/ext/openssl/tests/
H A Dbug74159.phpt24 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
71 set_error_handler(function ($errno, $errstr) {
85 $fp = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dstream_verify_peer_name_003.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
37 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dbug69215.phpt25 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
45 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dbug48182.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
40 $client = stream_socket_client($serverUri, $errno, $errstr, 10, $clientFlags, $clientCtx);
H A Dbug54992.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
39 $client = stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx);
/PHP-7.4/Zend/tests/
H A Dbug33802.phpt16 function errorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug46106.phpt7 function foobar($errno, $errstr, $errfile, $errline) { }
H A Dbug54265.phpt5 function my_errorhandler($errno,$errormsg) {
H A Dclosure_031.phpt5 function foo($errno, $errstr, $errfile, $errline) {
H A Dbug47981.phpt7 function errh($errno, $errstr) {
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline, $vars) {
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc135 function handle_catchable_fatal($errno, $error, $file, $line) {
145 (isset($errcodes[$errno])) ? $errcodes[$errno] : $errno,
H A Dmysqli_expire_password.phpt52 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
74 printf("[002] Connect should fail, [%d] %s\n", $link->errno, $link->error);
85 printf("[004] Connect should fail, [%d] %s\n", $link->errno, $link->error);
96 printf("[006] Connect allowed, query fail, [%d] %s\n", $link->errno, $link->error);
110 printf("[008] Connect allowed, pw set, [%d] %s\n", $link->errno, $link->error);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_socket_get_name.phpt8 $sock = stream_socket_server($serverUri, $errno, $errstr);
H A Dstream_context_tcp_nodelay.phpt17 "tcp://www.php.net:80", $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $ctxt);
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_error2.phpt38 Warning: scandir(): (errno %d): %s in %s on line %d
45 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-7.4/sapi/fpm/fpm/events/
H A Dkqueue.c134 if (errno != EINTR) { in fpm_event_kqueue_wait()
135 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_kqueue_wait()
H A Depoll.c130 if (errno != EINTR) { in fpm_event_epoll_wait()
131 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_epoll_wait()
/PHP-7.4/ext/ftp/
H A Dftp.c149 php_error_docref(NULL, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno); in ftp_open()
1482 errno = ETIMEDOUT; in my_send()
1521 errno = ETIMEDOUT; in my_recv()
1596 errno = ETIMEDOUT; in data_available()
1620 errno = ETIMEDOUT; in data_writeable()
1645 errno = ETIMEDOUT; in my_accept()
1685 php_error_docref(NULL, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1718 php_error_docref(NULL, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1723 php_error_docref(NULL, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1728 php_error_docref(NULL, E_WARNING, "listen() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
[all …]
/PHP-7.4/tests/lang/
H A Dbug25547.phpt6 function handler($errno, $errstr, $errfile, $errline, $context)
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt16 Warning: pcntl_exec(): Error has occurred: (errno %d) %s

Completed in 28 milliseconds

12345678910>>...16