Home
last modified time | relevance | path

Searched refs:errno (Results 176 – 200 of 412) sorted by relevance

12345678910>>...17

/PHP-7.3/ext/ftp/
H A Dftp.c144 php_error_docref(NULL, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno); in ftp_open()
1424 errno = ETIMEDOUT; in my_send()
1513 errno = ETIMEDOUT; in my_recv()
1588 errno = ETIMEDOUT; in data_available()
1612 errno = ETIMEDOUT; in data_writeable()
1637 errno = ETIMEDOUT; in my_accept()
1676 php_error_docref(NULL, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1709 php_error_docref(NULL, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1714 php_error_docref(NULL, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
1719 php_error_docref(NULL, E_WARNING, "listen() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_prepare_no_object.phpt29 printf("c) [%d] %s\n", $mysqli->errno, $mysqli->error);
33 printf("c) [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dbug33090.phpt17 printf("%d\n", $link->errno);
H A Dbug30967.phpt21 printf("%d\n", $mysql->errno);
H A D069.phpt16 if ($mysql->errno == 0) {
H A Dconnect.inc164 function handle_catchable_fatal($errno, $error, $file, $line) {
174 (isset($errcodes[$errno])) ? $errcodes[$errno] : $errno,
H A D072.phpt20 var_dump($w->errno);
H A Dbug36802.phpt26 $x[3] = $mysql->errno;
/PHP-7.3/sapi/fpm/fpm/events/
H A Ddevpoll.c163 if (errno != EINTR) { in fpm_event_devpoll_wait()
164 zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno); in fpm_event_devpoll_wait()
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_none.phpt11 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
12 echo "$errnames[$errno]: $errmsg on line $line\n";
H A Dscalar_null.phpt11 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
12 echo "$errnames[$errno]: $errmsg on line $line\n";
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_shm.c26 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); in fpm_shm_alloc()
/PHP-7.3/Zend/tests/
H A Dbug76025.phpt6 function handleError($errno, $errstr, $errfile, $errline) {
H A Dbug41075.phpt6 function err($errno, $errstr, $errfile, $errline)
H A Dbug46196.phpt19 function myErrorHandler($errno, $errstr, $errfile, $errline)
H A Dclosure_015.phpt6 function myErrorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug70689.phpt10 set_error_handler(function($errno, $errstr) {
/PHP-7.3/Zend/tests/arg_unpack/
H A Dstring_keys.phpt6 set_error_handler(function($errno, $errstr) {
/PHP-7.3/ext/standard/tests/streams/
H A Dbug74090.phpt11 $fd = stream_socket_client("udp://8.8.8.8:53", $errno, $errstr, 0, STREAM_CLIENT_CONNECT | STREAM_C…
/PHP-7.3/ext/openssl/tests/
H A Dstream_security_level.phpt27 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
45 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dbug65729.phpt17 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
40 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
/PHP-7.3/ext/intl/tests/
H A Dcalendar_isEquivalentTo_error.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf_time.c140 errno = EINVAL; in cdf_timestamp_to_timespec()
157 errno = EINVAL; in cdf_timespec_to_timestamp()
/PHP-7.3/ext/sockets/
H A Dmulticast.c233 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_mcast_opt()
303 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_setsockopt_ip_mcast()
368 PHP_SOCKET_ERROR(php_sock, "unable to set socket option", errno); in php_do_setsockopt_ipv6_mcast()
740 "Failed obtaining address for interface %u: error %d", if_index, errno);
746 "Failed obtaining address for interface %u: error %d", if_index, errno);
776 (errno != EINVAL || lastsize != 0)) {
778 "Failed obtaining interfaces list: error %d", errno);
822 errno);
/PHP-7.3/ext/standard/tests/network/
H A Dudp4loop.phpt8 $server = @stream_socket_server($uri, $errno, $errstr, STREAM_SERVER_BIND);

Completed in 43 milliseconds

12345678910>>...17