Home
last modified time | relevance | path

Searched refs:stat (Results 151 – 173 of 173) sorted by relevance

1234567

/PHP-8.3/ext/mysqli/
H A Dmysqli_api.c1684 zend_string *stat; in PHP_FUNCTION() local
1691 if (mysqlnd_stat(mysql->mysql, &stat) == PASS) in PHP_FUNCTION()
1693 RETURN_STR(stat); in PHP_FUNCTION()
H A Dmysqli.stub.php1006 public function stat(): string|false {}
H A Dmysqli_arginfo.h978 ZEND_ME_MAPPING(stat, mysqli_stat, arginfo_class_mysqli_stat, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt57 'stat' => true,
/PHP-8.3/
H A DUPGRADING.INTERNALS71 directory entry type. This can be used to avoid additional stat calls for
H A Dconfigure.ac430 sys/stat.h \
555 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_rdev])
H A DUPGRADING664 . stat() access operations like file_exists() and similar will now use real
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c916 PHAR_INTERCEPT(stat); in phar_intercept_functions_init()
952 PHAR_RELEASE(stat); in phar_intercept_functions_shutdown()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c1072 struct stat st; in init_request_info()
1125 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) { in init_request_info()
H A Dfpm_conf.c169 struct stat sb; in fpm_conf_is_dir()
171 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
/PHP-8.3/main/
H A Dphp_streams.h131 int (*stat)(php_stream *stream, php_stream_statbuf *ssb); member
/PHP-8.3/ext/standard/
H A Dfilestat.c1085 FileFunction(PHP_FN(stat), FS_STAT) in FileFunction()
H A Dbasic_functions.stub.php2894 function stat(string $filename): array|false {}
H A Dbasic_functions_arginfo.h2590 ZEND_FUNCTION(stat);
3230 ZEND_FE(stat, arginfo_stat)
/PHP-8.3/sapi/fpm/
H A Dconfig.m4239 #include <sys/stat.h>
/PHP-8.3/main/streams/
H A Dstreams.c872 if (stream->ops->stat == NULL) { in _php_stream_stat()
876 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c1072 !stream->ops->stat) { in zend_get_file_handle_timestamp()
1079 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
2629 struct stat buf; in accel_activate()
2631 if (stat("/", &buf) != 0) { in accel_activate()
/PHP-8.3/ext/sockets/
H A Dconversions.c1446 struct stat statbuf; in to_zval_read_fd_array()
/PHP-8.3/build/
H A Dphp.m41156 #include <sys/stat.h>
1190 #include <sys/stat.h>
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c2321 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c862 struct stat st; in readSecret()
/PHP-8.3/ext/ffi/
H A Dffi.c3253 struct stat buf; in zend_ffi_load()
3265 if (stat(filename, &buf) != 0) { in zend_ffi_load()
/PHP-8.3/ext/soap/
H A Dphp_sdl.c1552 struct stat st; in get_sdl_from_cache()

Completed in 219 milliseconds

1234567