Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/opcache/
H A Dconfig.m4250 #include <sys/stat.h>
H A DZendAccelerator.c1035 !stream->ops->stat) { in zend_get_file_handle_timestamp()
1042 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
2656 struct stat buf; in accel_activate()
2658 if (stat("/", &buf) != 0) { in accel_activate()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt56 'stat' => true,
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php395 public function stat(): string|false {} function in mysqli
H A Dmysqli_arginfo.h1022 ZEND_ME_MAPPING(stat, mysqli_stat, arginfo_class_mysqli_stat, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c1026 PHAR_INTERCEPT(stat); in phar_intercept_functions_init()
1062 PHAR_RELEASE(stat); in phar_intercept_functions_shutdown()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c1055 struct stat st; in init_request_info()
1108 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) { in init_request_info()
H A Dfpm_conf.c165 struct stat sb; in fpm_conf_is_dir()
167 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
/PHP-8.1/main/
H A Dphp_streams.h126 int (*stat)(php_stream *stream, php_stream_statbuf *ssb); member
/PHP-8.1/sapi/fpm/
H A Dconfig.m4239 #include <sys/stat.h>
/PHP-8.1/ext/standard/
H A Dfilestat.c1090 FileFunction(PHP_FN(stat), FS_STAT) in FileFunction()
H A Dbasic_functions.stub.php1219 function stat(string $filename): array|false {} function
H A Dbasic_functions_arginfo.h2605 ZEND_FUNCTION(stat);
3247 ZEND_FE(stat, arginfo_stat)
/PHP-8.1/main/streams/
H A Dstreams.c841 if (stream->ops->stat == NULL) { in _php_stream_stat()
845 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
/PHP-8.1/
H A Dconfigure.ac415 sys/stat.h \
528 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_rdev])
H A DNEWS1229 . Fixed bug GH-8781 (ZipArchive::close deletes zip file without updating stat
/PHP-8.1/ext/sockets/
H A Dconversions.c1427 struct stat statbuf; in to_zval_read_fd_array()
/PHP-8.1/build/
H A Dphp.m41156 #include <sys/stat.h>
1190 #include <sys/stat.h>
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c2307 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c861 struct stat st; in readSecret()
/PHP-8.1/ext/ffi/
H A Dffi.c3175 struct stat buf; in zend_ffi_load()
3187 if (stat(filename, &buf) != 0) { in zend_ffi_load()
/PHP-8.1/ext/soap/
H A Dphp_sdl.c1552 struct stat st; in get_sdl_from_cache()

Completed in 162 milliseconds

1234567