Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-8.2/ext/standard/tests/dir/
H A Dscandir_error2.phpt32 Warning: scandir(): (errno %d): %s in %s on line %d
39 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-8.2/ext/standard/tests/network/
H A Dfsockopen_basic.phpt20 $errno = null;
25 $client = fsockopen($hostname, $port, $errno, $errstr, $timeout);
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug72294.phpt16 function handleError($errno, $errstr, $errfile, $errline)
18 if (!($errno & error_reporting())) {
22 throw new RuntimeException( $errstr, $errno );
/PHP-8.2/ext/iconv/
H A Diconv.c372 switch (errno) { in _php_iconv_appendl()
474 errno = 0; in php_iconv_string()
520 switch (errno) { in php_iconv_string()
577 errno = 0; in _php_iconv_strlen()
596 switch (errno) { in _php_iconv_strlen()
685 errno = 0; in _php_iconv_substr()
722 switch (errno) { in _php_iconv_substr()
821 switch (errno) { in _php_iconv_strpos()
1024 switch (errno) { in _php_iconv_mime_encode()
2377 switch (errno) { in php_iconv_stream_filter_append_bucket()
[all …]
/PHP-8.2/ext/intl/tests/
H A Dcalendar_equals_error.phpt13 function eh($errno, $errstr) {
14 echo "error: $errno, $errstr\n";
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_oprofile.c38 fprintf(stderr, "OpAgent initialization failed [%d]!\n", errno); in zend_jit_oprofile_startup()
/PHP-8.2/ext/openssl/tests/
H A Dbug74159.phpt25 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
72 set_error_handler(function ($errno, $errstr) {
86 $fp = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dgh9310.phpt39 $sock = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
55 @stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx);
68 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
87 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
106 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
122 @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 1, $flags, $ctx);
H A Dstream_verify_peer_name_003.phpt21 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
38 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dbug48182.phpt21 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
41 $client = stream_socket_client($serverUri, $errno, $errstr, 10, $clientFlags, $clientCtx);
H A Dbug69215.phpt26 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
46 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dbug54992.phpt21 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
40 $client = stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx);
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fetch_field_oo.phpt30 printf("[%d] %s\n", $mysqli->errno, $mysqli->errno);
35 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dconnect.inc127 function handle_catchable_fatal($errno, $error, $file, $line) {
137 (isset($errcodes[$errno])) ? $errcodes[$errno] : $errno,
H A Dmysqli_expire_password.phpt48 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
70 printf("[002] Connect should fail, [%d] %s\n", $link->errno, $link->error);
81 printf("[004] Connect should fail, [%d] %s\n", $link->errno, $link->error);
92 printf("[006] Connect allowed, query fail, [%d] %s\n", $link->errno, $link->error);
106 printf("[008] Connect allowed, pw set, [%d] %s\n", $link->errno, $link->error);
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt12 Warning: pcntl_exec(): Error has occurred: (errno %d) %s
/PHP-8.2/ext/ftp/
H A Dftp.c144 php_error_docref(NULL, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno); in ftp_open()
1465 errno = ETIMEDOUT; in my_send()
1503 errno = ETIMEDOUT; in my_recv()
1577 errno = ETIMEDOUT; in data_available()
1600 errno = ETIMEDOUT; in data_writeable()
1624 errno = ETIMEDOUT; in my_accept()
1663 php_error_docref(NULL, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1696 php_error_docref(NULL, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1701 php_error_docref(NULL, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1706 php_error_docref(NULL, E_WARNING, "listen() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
[all …]
/PHP-8.2/sapi/fpm/fpm/events/
H A Dkqueue.c132 if (errno != EINTR) { in fpm_event_kqueue_wait()
133 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_kqueue_wait()
/PHP-8.2/Zend/tests/
H A Dbug33802.phpt16 function errorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug46196.phpt13 function myErrorHandler($errno, $errstr, $errfile, $errline)
H A Dclosure_031.phpt5 function foo($errno, $errstr, $errfile, $errline) {
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_socket_get_name.phpt8 $sock = stream_socket_server($serverUri, $errno, $errstr);
H A Dstream_context_tcp_nodelay.phpt18 "tcp://www.php.net:80", $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $ctxt);
/PHP-8.2/ext/standard/
H A Dftok.c58 php_error_docref(NULL, E_WARNING, "ftok() failed - %s", strerror(errno)); in PHP_FUNCTION()
/PHP-8.2/ext/standard/tests/file/
H A Dfile_get_contents_error_folder.phpt12 Notice: file_get_contents(): Read of %d bytes failed with errno=21 Is a directory in %s on line %d

Completed in 51 milliseconds

12345678910>>...16