Home
last modified time | relevance | path

Searched refs:errno (Results 351 – 375 of 389) sorted by relevance

1...<<111213141516

/PHP-8.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation3.phpt20 function foo($errno, $errstr, $errfile, $errline) {
23 echo "$errno: $errstr\n";
H A Dgettype_settype_variation4.phpt22 function foo($errno, $errstr, $errfile, $errline) {
25 echo "$errno: $errstr\n";
/PHP-8.2/ext/standard/
H A Ddns.c133 php_error_docref(NULL, E_WARNING, "Unable to fetch host [%d]: %s", errno, strerror(errno)); in PHP_FUNCTION()
H A Dftp_fopen_wrapper.c480 errno = ENOENT; in php_stream_url_wrap_ftp()
506 errno = EEXIST; in php_stream_url_wrap_ftp()
H A Dbasic_functions.c1213 } else if (errno == EINTR) {
1218 } else if (errno == EINVAL) {
1262 if (errno == EINTR) {
2429 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
H A Dcrypt_sha256.c559 errno = ERANGE; in php_sha256_crypt_r()
H A Dstreamsfuncs.c866 errno, strerror(errno), max_fd); in PHP_FUNCTION()
H A Dcrypt_sha512.c606 errno = ERANGE; in php_sha512_crypt_r()
/PHP-8.2/ext/opcache/jit/vtune/
H A Dittnotify_config.h322 #define __itt_system_error() errno
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt365 $stmt->errno, $stmt->error);
369 printf("[2006] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_class_mysqli_properties_no_conn.phpt60 $mysqli->errno;
/PHP-8.2/Zend/
H A Dzend_alloc.c451 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_munmap()
487 fprintf(stderr, "\nmmap() fixed failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
535 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap()
H A Dzend_strtod.c1947 errno = ERANGE;
2030 errno = ERANGE;
2059 errno = ERANGE;
2911 errno = ERANGE;
3588 errno = ERANGE;
/PHP-8.2/sapi/fpm/tests/
H A Dfcgi.inc271 $errno,
279 $errno,
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c4647 fprintf(stderr, "mprotect() failed [%d] %s\n", errno, strerror(errno)); in zend_jit_unprotect()
4678 fprintf(stderr, "mprotect() failed [%d] %s\n", errno, strerror(errno)); in zend_jit_protect()
4956 fprintf(stderr, "mprotect() failed [%d] %s\n", errno, strerror(errno)); in zend_jit_startup()
4960 fprintf(stderr, "mprotect() failed [%d] %s\n", errno, strerror(errno)); in zend_jit_startup()
/PHP-8.2/sapi/fpm/fpm/
H A Dzlog.c209 saved_errno = errno; in vzlog()
/PHP-8.2/main/streams/
H A Dxp_socket.c654 strerror(errno)); in php_tcp_sockop_bind()
H A Dstreams.c206 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
1632 switch (errno) { in _php_stream_copy_to_stream_ex()
/PHP-8.2/win32/
H A Dioutil.c239 if (errno == EMFILE) { in php_win32_ioutil_open_w()
/PHP-8.2/ext/ldap/
H A Dldap_arginfo.h180 ZEND_ARG_TYPE_INFO(0, errno, IS_LONG, 0)
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ps.c1430 MYSQLND_METHOD(mysqlnd_stmt, errno)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
1962 MYSQLND_METHOD(mysqlnd_stmt, errno),
H A Dmysqlnd_connection.c2279 errno, strerror(errno), max_fd);
/PHP-8.2/build/
H A Dphp.m41159 #include <errno.h>
1168 if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) return 1;
1193 #include <errno.h>
1202 if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) return 1;
/PHP-8.2/main/
H A Drfc1867.c1064 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
H A Dmain.c1739 int errno_save = errno; in sigchld_handler()
1744 errno = errno_save; in sigchld_handler()

Completed in 161 milliseconds

1...<<111213141516