Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.2/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.2/main/streams/
H A Dplain_wrapper.c273 if (stream->position == (zend_off_t)-1 && errno == ESPIPE) { in _php_stream_fopen_from_fd()
408 if (ret == (size_t)-1 && errno == EINTR) { in php_stdiop_read()
415 …stream->eof = (ret == 0 || (ret == (size_t)-1 && errno != EWOULDBLOCK && errno != EINTR && errno !… in php_stdiop_read()
457 errno = 0; in php_stdiop_close()
1119 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink()
1166 if (errno == EXDEV) { in php_plain_files_rename()
1186 if (errno != EPERM) { in php_plain_files_rename()
1194 if (errno != EPERM) { in php_plain_files_rename()
1220 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1299 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir()
[all …]
/PHP-7.2/ext/sockets/
H A Dsendrecvmsg.c205 PHP_SOCKET_ERROR(php_sock, "error in sendmsg", errno); in PHP_FUNCTION()
269 SOCKETS_G(last_error) = errno; in PHP_FUNCTION()
271 errno, sockets_strerror(errno)); in PHP_FUNCTION()
363 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_setsockopt_ipv6_rfc3542()
394 PHP_SOCKET_ERROR(php_sock, "unable to get socket option", errno); in php_do_getsockopt_ipv6_rfc3542()
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_dump_debug_info_oo.phpt25 $mysqli->errno, $mysqli->error);
32 $mysqli->errno, $mysqli->error);
H A Dmysqli_ping.phpt28 if (!($errno = mysqli_errno($link)))
32 if ($errno === mysqli_errno($link))
H A Dmysqli_class_mysqli_warning.phpt84 assert(0 === $warning->errno);
85 printf("warning->errno = '%s'\n", $warning->errno);
127 warning->errno = ''
H A Dmysqli_change_user_oo.phpt55 printf("[009] Failed to set test variable: [%d] %s\n", $mysqli->errno, $mysqli->error);
58 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
68 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
78 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_expire_password.phpt40 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
62 printf("[002] Connect should fail, [%d] %s\n", $link->errno, $link->error);
73 printf("[004] Connect should fail, [%d] %s\n", $link->errno, $link->error);
84 printf("[006] Connect allowed, query fail, [%d] %s\n", $link->errno, $link->error);
96 printf("[008] Connect allowed, pw set, [%d] %s\n", $link->errno, $link->error);
/PHP-7.2/ext/openssl/tests/
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 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);
/PHP-7.2/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.2/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.2/ext/standard/
H A Drandom.c116 if (errno == ENOSYS) { in php_random_bytes()
122 } else if (errno == EINTR || errno == EAGAIN) { in php_random_bytes()
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_socket_enable_crypto.phpt14 $sock = stream_socket_server($serverUri, $errno, $errstr);
28 die("Test stream_socket_enable_crypto has failed; Unable to connect: {$errstr} ({$errno})");
35 unset($errno);
H A Dbug72075.phpt5 $r = [stream_socket_server("tcp://127.0.0.1:0", $errno, $errStr)];
/PHP-7.2/ext/standard/tests/assert/
H A Dassert_error1.phpt15 function handler($errno, $errstr) {
17 assert(E_RECOVERABLE_ERROR === $errno);
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_010.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
34 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-7.2/ext/intl/tests/
H A Dcalendar_setTimeZone_error.phpt17 function eh($errno, $errstr) {
18 echo "error: $errno, $errstr\n";
/PHP-7.2/Zend/tests/
H A Dbug48004.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
/PHP-7.2/sapi/fpm/fpm/events/
H A Dkqueue.c136 if (errno != EINTR) { in fpm_event_kqueue_wait()
137 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_kqueue_wait()
/PHP-7.2/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.2/ext/fileinfo/libmagic/
H A Dmagic.c248 errno = 0; in file_or_stream()
270 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
367 errno = EINVAL; in magic_setparam()
398 errno = EINVAL; in magic_getparam()

Completed in 40 milliseconds

12345678910>>...17