Home
last modified time | relevance | path

Searched refs:errno (Results 251 – 275 of 376) sorted by path

1...<<111213141516

/PHP-7.4/ext/standard/
H A Dmail.c575 errno = 0; in php_mail()
584 if (EACCES == errno) { in php_mail()
H A Dnet.c271 php_error(E_WARNING, "getifaddrs() failed %d: %s", errno, strerror(errno)); in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c338 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
H A Dproc_open.c206 } while (wait_pid == -1 && errno == EINTR); in proc_open_rsrc_dtor()
328 errno = 0; in PHP_FUNCTION()
661 …NING, "unable to dup File-Handle for descriptor " ZEND_ULONG_FMT " - %s", nindex, strerror(errno)); in PHP_FUNCTION()
697 php_error_docref(NULL, E_WARNING, "unable to create pipe %s", strerror(errno)); in PHP_FUNCTION()
822 nindex, strerror(errno)); in PHP_FUNCTION()
832 "Failed to open /dev/null - %s", strerror(errno)); in PHP_FUNCTION()
851 php_error_docref(NULL, E_WARNING, "failed to open /dev/ptmx, errno %d", errno); in PHP_FUNCTION()
859 php_error_docref(NULL, E_WARNING, "failed to open slave pty, errno %d", errno); in PHP_FUNCTION()
1078 php_error_docref(NULL, E_WARNING, "fork failed - %s", strerror(errno)); in PHP_FUNCTION()
H A Drandom.c125 if (errno == ENOSYS) { in php_random_bytes()
131 } else if (errno == EINTR || errno == EAGAIN) { in php_random_bytes()
H A Dstreamsfuncs.c837 errno, strerror(errno), max_fd); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/dir/
H A Dchdir_error2-win32-mb.phpt30 Warning: chdir(): %s (errno %d) in %s on line %d
H A Dchdir_error2.phpt24 Warning: chdir(): %s (errno %d) in %s on line %d
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
H A Dscandir_variation5.phpt81 Warning: scandir(): (errno %d): %s in %s on line %d
88 Warning: scandir(): (errno %d): %s in %s on line %d
H A Dscandir_variation6.phpt57 Warning: scandir(): (errno %d): %s in %s on line %d
62 Warning: scandir(): (errno %d): %s in %s on line %d
69 Warning: scandir(): (errno %d): %s in %s on line %d
74 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A D007_variation1.phpt52 Notice: fwrite(): write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32-mb.phpt72 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32.phpt70 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11.phpt70 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation13-win32.phpt60 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation13.phpt60 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation15.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation17.phpt52 Notice: fwrite(): write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation19.phpt65 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation21.phpt55 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation23.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation3.phpt65 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation5.phpt55 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation7.phpt53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d

Completed in 56 milliseconds

1...<<111213141516