Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 25 of 376) sorted by last modified time

12345678910>>...16

/PHP-7.4/main/streams/
H A Dstreams.c206 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
H A Dplain_wrapper.c351 if (errno == EWOULDBLOCK || errno == EAGAIN) { in php_stdiop_write()
354 if (errno == EINTR) { in php_stdiop_write()
358 …ocref(NULL, E_NOTICE, "write of %zu bytes failed with errno=%d %s", count, errno, strerror(errno)); in php_stdiop_write()
420 if (errno == EWOULDBLOCK || errno == EAGAIN) { in php_stdiop_read()
423 } else if (errno == EINTR) { in php_stdiop_read()
426 …docref(NULL, E_NOTICE, "read of %zu bytes failed with errno=%d %s", count, errno, strerror(errno)); in php_stdiop_read()
429 if (errno != EBADF) { in php_stdiop_read()
477 errno = 0; in php_stdiop_close()
1239 if (errno == EXDEV) { in php_plain_files_rename()
1259 if (errno != EPERM) { in php_plain_files_rename()
[all …]
/PHP-7.4/ext/standard/
H A Ddns.c134 php_error_docref(NULL, E_WARNING, "unable to fetch host [%d]: %s", errno, strerror(errno)); in PHP_FUNCTION()
H A Dfilestat.c157 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
168 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
257 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
267 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
413 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chgrp()
550 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chown()
621 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
702 …hp_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)); in PHP_FUNCTION()
710 php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
H A Dflock_compat.c57 errno = EINVAL; in php_flock()
64 (errno == EACCES || errno == EAGAIN)) in php_flock()
65 errno = EWOULDBLOCK; in php_flock()
161 errno = 0;
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c209 saved_errno = errno; in vzlog()
H A Dfpm_main.c452 request_body_filename, strerror(errno), errno); in sapi_cgi_read_post()
1921 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno)); in main()
1922 if (errno == EACCES) { in main()
/PHP-7.4/main/
H A Dmain.c1798 int errno_save = errno; in sigchld_handler()
1803 errno = errno_save; in sigchld_handler()
H A Dfopen_wrappers.c301 errno = EINVAL;
327 errno = EPERM; /* we deny permission to open it */
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc260 @stream_socket_client('tcp://[::1]:0', $errno);
261 if ($errno != 111) {
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch408 if (errno != ENOENT)
1215 errno = EFTYPE;
1246 errno = EFTYPE;
1251 errno = EFTYPE;
1384 errno = EINVAL;
1402 #include <errno.h>
1506 if (errno == EINTR)
1515 te = errno;
1678 #include <errno.h>
2930 - errno = 0;
[all …]
/PHP-7.4/TSRM/
H A Dtsrm_win32.c367 errno = EACCES; in tsrm_win32_access()
368 return errno; in tsrm_win32_access()
/PHP-7.4/ext/phar/
H A Dphar_object.c4165 if (EINVAL == errno && entry->filename_len > 50) { in phar_extract_file()
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c289 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
400 ZEND_TRY_ASSIGN_REF_LONG(zerrcode, errno); in PHP_FUNCTION()
485 php_error_docref(NULL, E_WARNING, "msgsnd failed: %s", strerror(errno)); in PHP_FUNCTION()
487 ZEND_TRY_ASSIGN_REF_LONG(zerror, errno); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c297 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active()
329 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add()
355 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub()
373 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all()
779 errno = 0; in kill_all_lockers()
786 if (errno == ESRCH) { in kill_all_lockers()
796 if (errno == ESRCH) { in kill_all_lockers()
846 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive()
2731 strerror(errno), errno); in accel_remap_huge_pages()
2756 strerror(errno), errno); in accel_remap_huge_pages()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2648 errno, strerror(errno), max_fd);
/PHP-7.4/ext/shmop/
H A Dshmop.c200 …_docref(NULL, E_WARNING, "unable to attach or create shared memory segment '%s'", strerror(errno)); in PHP_FUNCTION()
206 …r_docref(NULL, E_WARNING, "unable to get shared memory segment information '%s'", strerror(errno)); in PHP_FUNCTION()
217 …p_error_docref(NULL, E_WARNING, "unable to attach to shared memory segment '%s'", strerror(errno)); in PHP_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2517 if (errno == EACCES) {
/PHP-7.4/sapi/cli/
H A Dphp_cli.c266 } while (ret <= 0 && errno == EAGAIN && sapi_cli_select(STDOUT_FILENO)); in sapi_cli_single_write()
318 if (fflush(stdout)==EOF && errno!=EBADF) { in sapi_cli_flush()
H A Dphp_cli_server.c280 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-7.4/ext/standard/tests/file/
H A Dbug81223.phpt20 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
23 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
/PHP-7.4/Zend/
H A Dzend_alloc.c433 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
439 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
477 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap()
496 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_munmap()
1852 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
2910 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
2957 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
H A Dzend_virtual_cwd.c311 errno = ERANGE; /* Is this OK? */ in virtual_getcwd()
1029 errno = EINVAL; in virtual_file_ex()
1078 errno = ENAMETOOLONG; in virtual_file_ex()
1148 errno = ENOENT; in virtual_file_ex()
1222 errno = ENOENT; in virtual_chdir_file()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c225 errno = EAGAIN; in php_openssl_handle_ssl_error()
287 errno = 0; in php_openssl_handle_ssl_error()
1993 } else if (errno == EAGAIN) { in php_openssl_enable_crypto()
2123 if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) { in php_openssl_sockop_io()
2126 if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) { in php_openssl_sockop_io()
2132 stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle)); in php_openssl_sockop_io()
/PHP-7.4/sapi/fpm/fpm/events/
H A Dport.c133 if (errno != EINTR && errno != ETIME) { in fpm_event_port_wait()
134 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_port_wait()

Completed in 137 milliseconds

12345678910>>...16