Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-8.2/Zend/tests/arg_unpack/
H A Dstring_keys.phpt6 set_error_handler(function($errno, $errstr) {
/PHP-8.2/sapi/fpm/fpm/events/
H A Depoll.c126 if (errno != EINTR) { in fpm_event_epoll_wait()
127 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_epoll_wait()
H A Ddevpoll.c159 if (errno != EINTR) { in fpm_event_devpoll_wait()
160 zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno); in fpm_event_devpoll_wait()
/PHP-8.2/ext/intl/tests/
H A Dcalendar_isEquivalentTo_error.phpt13 function eh($errno, $errstr) {
14 echo "error: $errno, $errstr\n";
H A Dcalendar_before_after_error.phpt13 function eh($errno, $errstr) {
14 echo "error: $errno, $errstr\n";
/PHP-8.2/tests/lang/
H A Dbug25547.phpt6 function handler($errno, $errstr, $errfile, $errline)
/PHP-8.2/ext/standard/tests/streams/
H A Dbug72075.phpt5 $r = [stream_socket_server("tcp://127.0.0.1:0", $errno, $errStr)];
H A Dstream_socket_recvfrom.phpt8 $sock = stream_socket_server($serverUri, $errno, $errstr);
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt18 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
86 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
110 printf("[002] [%d] %s\n", $link->errno, $link->error);
113 printf("[003] [%d] %s\n", $link->errno, $link->error);
H A Dbug33090.phpt18 printf("%d\n", $link->errno);
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 Dmysqli_fetch_assoc_oo.phpt30 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
42 printf("[007] Cannot run query, [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dbug30967.phpt22 printf("%d\n", $mysql->errno);
H A D069.phpt17 if ($mysql->errno == 0) {
H A D072.phpt21 var_dump($w->errno);
/PHP-8.2/Zend/tests/
H A Drequire_once_warning_to_exception.phpt6 function exception_error_handler($errno, $errstr, $errfile, $errline ) {
H A Doss_fuzz_54325.phpt5 set_error_handler(function ($errno, $errstr) {
H A Dbug46106.phpt7 function foobar($errno, $errstr, $errfile, $errline) { }
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug76025.phpt6 function handleError($errno, $errstr, $errfile, $errline) {
/PHP-8.2/ext/standard/tests/
H A Dgh10885.phpt9 $errno,
/PHP-8.2/ext/standard/tests/dir/
H A Dchdir_error2.phpt18 Warning: chdir(): %s (errno %d) in %s on line %d
/PHP-8.2/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-8.2/ext/standard/tests/network/
H A Dbindto.phpt12 $errno, $errstr, 30, STREAM_CLIENT_CONNECT, $ctx
/PHP-8.2/ext/standard/tests/file/
H A Dbug35781.phpt22 Notice: fpassthru(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d

Completed in 31 milliseconds

12345678910>>...16