Home
last modified time | relevance | path

Searched refs:stat (Results 126 – 150 of 169) sorted by relevance

1234567

/PHP-7.0/ext/phar/tests/
H A D022.phpt2 Phar: stream stat
H A Dphar_setdefaultstub.phpt318 $stat[7] . ")");
613 $stat[7] . ")");
908 $stat[7] . ")");
H A Dphar_createdefaultstub.phpt298 $stat[7] . ")");
592 $stat[7] . ")");
894 $stat[7] . ")");
/PHP-7.0/ext/dba/
H A Ddba_db3.c65 struct stat check_stat;
H A Ddba_db4.c79 struct stat check_stat;
/PHP-7.0/ext/mbstring/libmbfl/
H A Dconfig.h.in44 /* Define to 1 if you have the <sys/stat.h> header file. */
/PHP-7.0/ext/phar/
H A Dshortarc.php268 $stat[7] . ")");
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_statistics.h163 …ats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, mysqlnd_stat_trigg…
/PHP-7.0/ext/mbstring/oniguruma/
H A Dconfig.h.in45 /* Define to 1 if you have the <sys/stat.h> header file. */
/PHP-7.0/
H A Drun-tests.php1164 $stat = proc_get_status($proc);
1166 if ($stat['signaled']) {
1167 $data .= "\nTermsig=" . $stat['stopsig'] . "\n";
1169 if ($stat["exitcode"] > 128 && $stat["exitcode"] < 160) {
1170 $data .= "\nTermsig=" . ($stat["exitcode"] - 128) . "\n";
/PHP-7.0/Zend/
H A DZend.m4274 #include <sys/stat.h>
319 #include <sys/stat.h>
H A Dzend_virtual_cwd.h138 # define php_sys_stat stat
/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c2276 zend_string *stat; local
2278 char *stat; local
2287 if ((stat = (char *)mysql_stat(mysql->mysql)))
2289 RETURN_STRING(stat);
2291 if (mysqlnd_stat(mysql->mysql, &stat) == PASS)
2293 RETURN_STR(stat);
/PHP-7.0/ext/standard/tests/file/
H A Dtouch_variation5.phpt147 $temp = stat($path);
H A Dtouch_variation5-win32.phpt147 $temp = stat($path);
H A Dtouch_variation6-win32.phpt153 $temp = stat($path);
/PHP-7.0/ext/spl/internal/
H A Dsplfileobject.inc200 * @return array of file stat information
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-7.0/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.0/ext/session/
H A Dmod_files.c160 struct stat sbuf; in ps_files_open()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt208 [%u|b%"stat"]=>
H A Dmysqli_class_mysqli_reflection.phpt1098 Inspecting method 'stat'
1313 Inspecting property 'stat'
1352 Default property 'stat'

Completed in 60 milliseconds

1234567