Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.3/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.3/ext/openssl/tests/
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 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.3/ext/fileinfo/libmagic/
H A Dmagic.c258 errno = 0; in file_or_stream()
280 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
386 errno = EINVAL; in magic_setparam()
417 errno = EINVAL; in magic_getparam()
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_013.phpt16 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
41 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
62 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-7.3/Zend/tests/
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 Dunexpected_ref_bug.phpt5 function my_errorhandler($errno,$errormsg) {
H A Dcall_with_refs.phpt5 function my_errorhandler($errno,$errormsg) {
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline, $vars) {
H A Dbug35437.phpt5 function err2exception($errno, $errstr)
/PHP-7.3/ext/standard/
H A Dftok.c61 php_error_docref(NULL, E_WARNING, "ftok() failed - %s", strerror(errno)); in PHP_FUNCTION()
/PHP-7.3/ext/mysqli/tests/
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);
108 printf("[008] Connect allowed, pw set, [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_fetch_field_oo.phpt33 printf("[%d] %s\n", $mysqli->errno, $mysqli->errno);
38 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
/PHP-7.3/ext/intl/tests/
H A Dcalendar_equals_error.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
/PHP-7.3/tests/lang/
H A Dbug25547.phpt6 function handler($errno, $errstr, $errfile, $errline, $context)
/PHP-7.3/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.3/ext/iconv/
H A Diconv.c470 switch (errno) { in _php_iconv_appendl()
652 errno = 0; in php_iconv_string()
698 switch (errno) { in php_iconv_string()
760 errno = 0; in _php_iconv_strlen()
780 switch (errno) { in _php_iconv_strlen()
881 errno = 0; in _php_iconv_substr()
923 switch (errno) { in _php_iconv_substr()
1028 switch (errno) { in _php_iconv_strpos()
1273 switch (errno) { in _php_iconv_mime_encode()
2662 switch (errno) { in php_iconv_stream_filter_append_bucket()
[all …]
/PHP-7.3/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt16 Warning: pcntl_exec(): Error has occurred: (errno %d) %s
/PHP-7.3/Zend/tests/bug67436/
H A Dbug67436.phpt14 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/PHP-7.3/ext/standard/tests/network/
H A Dbindto.phpt12 $errno, $errstr, 30, STREAM_CLIENT_CONNECT, $ctx

Completed in 83 milliseconds

12345678910>>...17