Home
last modified time | relevance | path

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

12345678

/PHP-7.1/ext/phar/tests/files/
H A Dinclude_path2.phar262 $stat[7] . ")");
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt208 [%u|b%"stat"]=>
H A Dmysqli_class_mysqli_reflection.phpt1105 Inspecting method 'stat'
1320 Inspecting property 'stat'
1359 Default property 'stat'
/PHP-7.1/ext/spl/internal/
H A Dsplfileobject.inc200 * @return array of file stat information
/PHP-7.1/ext/openssl/tests/
H A Dbug65538.phar262 $stat[7] . ")");
/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c1084 PHAR_INTERCEPT(stat); in phar_intercept_functions_init()
1120 PHAR_RELEASE(stat); in phar_intercept_functions_shutdown()
/PHP-7.1/ext/mysqli/
H A Dmysqli_fe.c596 PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params)
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c865 !stream->ops->stat) { in zend_get_file_handle_timestamp()
872 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
2147 struct stat buf; in accel_activate()
2149 if (stat("/", &buf) != 0) { in accel_activate()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1128 struct stat st;
1186 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
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-7.1/main/
H A Dphp_streams.h130 int (*stat)(php_stream *stream, php_stream_statbuf *ssb); member
/PHP-7.1/main/streams/
H A Dstreams.c818 if (stream->ops->stat == NULL) { in _php_stream_stat()
822 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
/PHP-7.1/sapi/fpm/
H A Dconfig.m4245 #include <sys/stat.h>
/PHP-7.1/
H A Dconfigure.in514 sys/stat.h \
588 dnl Check for members of the stat structure
H A Dacinclude.m41223 #include <sys/stat.h>
1253 #include <sys/stat.h>
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_structs.h300 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
/PHP-7.1/ext/sockets/
H A Dconversions.c1413 struct stat statbuf; in to_zval_read_fd_array()
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c2189 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c821 struct stat st; in readSecret()
/PHP-7.1/ext/soap/
H A Dphp_sdl.c1539 struct stat st; in get_sdl_from_cache()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3228 PHP_NAMED_FE(stat, php_if_stat, arginfo_stat)
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c33189 struct stat statbuf;
33949 struct stat buf;
33967 struct stat buf;
36106 struct stat buf;
36307 struct stat buf;
38175 struct stat buf;
38742 struct stat buf;
38816 struct stat buf;
39557 struct stat buf;
39748 struct stat buf;
[all …]
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic15505 >>4 uleshort >0 \b, stat=0x%4x
15510 >>4 uleshort >0 \b, stat=0x%04x
15515 >>4 uleshort >0 \b, stat=0x%04x
15535 >>>4 uleshort >0 \b, stat=0x%04x
15547 >>0x4004 uleshort >0 \b, stat=0x%04x
15555 >>0x8004 uleshort >0 \b, stat=0x%04x
15563 >>0x3C004 uleshort >0 \b, stat=0x%04x

Completed in 499 milliseconds

12345678