Home
last modified time | relevance | path

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

1234567

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt57 'stat' => true,
/PHP-8.2/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.2/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.2/ext/mysqli/
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.2/main/
H A Dphp_streams.h126 int (*stat)(php_stream *stream, php_stream_statbuf *ssb); member
/PHP-8.2/ext/random/
H A Drandom.c560 struct stat st;
/PHP-8.2/ext/standard/
H A Dfilestat.c1114 FileFunction(PHP_FN(stat), FS_STAT) in FileFunction()
H A Dbasic_functions.stub.php2133 function stat(string $filename): array|false {}
H A Dbasic_functions_arginfo.h2587 ZEND_FUNCTION(stat);
3224 ZEND_FE(stat, arginfo_stat)
/PHP-8.2/
H A Dconfigure.ac427 sys/stat.h \
540 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_rdev])
/PHP-8.2/sapi/fpm/
H A Dconfig.m4263 #include <sys/stat.h>
/PHP-8.2/main/streams/
H A Dstreams.c855 if (stream->ops->stat == NULL) { in _php_stream_stat()
859 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c1078 !stream->ops->stat) { in zend_get_file_handle_timestamp()
1085 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
2655 struct stat buf; in accel_activate()
2657 if (stat("/", &buf) != 0) { in accel_activate()
/PHP-8.2/ext/sockets/
H A Dconversions.c1437 struct stat statbuf; in to_zval_read_fd_array()
/PHP-8.2/build/
H A Dphp.m41156 #include <sys/stat.h>
1190 #include <sys/stat.h>
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c2321 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c861 struct stat st; in readSecret()
/PHP-8.2/ext/ffi/
H A Dffi.c3226 struct stat buf; in zend_ffi_load()
3238 if (stat(filename, &buf) != 0) { in zend_ffi_load()
/PHP-8.2/ext/soap/
H A Dphp_sdl.c1554 struct stat st; in get_sdl_from_cache()

Completed in 183 milliseconds

1234567