Home
last modified time | relevance | path

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

1234567

/PHP-7.4/main/
H A Dphp_streams.h128 int (*stat)(php_stream *stream, php_stream_statbuf *ssb); member
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c167 struct stat sb; in fpm_conf_is_dir()
169 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
/PHP-7.4/
H A Dconfigure.ac452 sys/stat.h \
553 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_rdev])
H A DNEWS1524 . Fixed bug #67348 (Reading $dbc->stat modifies $dbc->affected_rows).
2270 . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
/PHP-7.4/sapi/fpm/
H A Dconfig.m4239 #include <sys/stat.h>
/PHP-7.4/main/streams/
H A Dstreams.c843 if (stream->ops->stat == NULL) { in _php_stream_stat()
847 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1009 !stream->ops->stat) { in zend_get_file_handle_timestamp()
1016 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
2389 struct stat buf; in accel_activate()
2391 if (stat("/", &buf) != 0) { in accel_activate()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h305 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
/PHP-7.4/ext/sockets/
H A Dconversions.c1417 struct stat statbuf; in to_zval_read_fd_array()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt1103 Inspecting method 'stat'
/PHP-7.4/build/
H A Dphp.m41174 #include <sys/stat.h>
1207 #include <sys/stat.h>
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2312 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c852 struct stat st; in readSecret()
/PHP-7.4/ext/ffi/
H A Dffi.c3134 struct stat buf; in zend_ffi_load()
3146 if (stat(filename, &buf) != 0) { in zend_ffi_load()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1551 struct stat st; in get_sdl_from_cache()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3271 PHP_NAMED_FE(stat, php_if_stat, arginfo_stat)

Completed in 134 milliseconds

1234567