Searched refs:stat (Results 151 – 172 of 172) sorted by relevance
1234567
/PHP-8.1/ext/opcache/ |
H A D | config.m4 | 250 #include <sys/stat.h>
|
H A D | ZendAccelerator.c | 1035 !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 D | mysqli_class_mysqli_interface.phpt | 56 'stat' => true,
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 395 public function stat(): string|false {} function in mysqli
|
H A D | mysqli_arginfo.h | 1022 ZEND_ME_MAPPING(stat, mysqli_stat, arginfo_class_mysqli_stat, ZEND_ACC_PUBLIC)
|
/PHP-8.1/ext/phar/ |
H A D | func_interceptors.c | 1026 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 D | fpm_main.c | 1055 struct stat st; in init_request_info() 1108 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) { in init_request_info()
|
H A D | fpm_conf.c | 165 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 D | php_streams.h | 126 int (*stat)(php_stream *stream, php_stream_statbuf *ssb); member
|
/PHP-8.1/sapi/fpm/ |
H A D | config.m4 | 239 #include <sys/stat.h>
|
/PHP-8.1/ext/standard/ |
H A D | filestat.c | 1090 FileFunction(PHP_FN(stat), FS_STAT) in FileFunction()
|
H A D | basic_functions.stub.php | 1219 function stat(string $filename): array|false {} function
|
H A D | basic_functions_arginfo.h | 2605 ZEND_FUNCTION(stat); 3247 ZEND_FE(stat, arginfo_stat)
|
/PHP-8.1/main/streams/ |
H A D | streams.c | 841 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 D | configure.ac | 415 sys/stat.h \ 528 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_rdev])
|
H A D | NEWS | 1229 . Fixed bug GH-8781 (ZipArchive::close deletes zip file without updating stat
|
/PHP-8.1/ext/sockets/ |
H A D | conversions.c | 1427 struct stat statbuf; in to_zval_read_fd_array()
|
/PHP-8.1/build/ |
H A D | php.m4 | 1156 #include <sys/stat.h> 1190 #include <sys/stat.h>
|
/PHP-8.1/ext/openssl/ |
H A D | xp_ssl.c | 2307 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
|
/PHP-8.1/sapi/litespeed/ |
H A D | lsapilib.c | 861 struct stat st; in readSecret()
|
/PHP-8.1/ext/ffi/ |
H A D | ffi.c | 3175 struct stat buf; in zend_ffi_load() 3187 if (stat(filename, &buf) != 0) { in zend_ffi_load()
|
/PHP-8.1/ext/soap/ |
H A D | php_sdl.c | 1552 struct stat st; in get_sdl_from_cache()
|
Completed in 179 milliseconds
1234567