Home
last modified time | relevance | path

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

12345678

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_statistics.h118 …ats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, mysqlnd_stat_trigg…
/PHP-7.1/ext/opcache/
H A Dconfig.m4158 #include <sys/stat.h>
213 #include <sys/stat.h>
282 #include <sys/stat.h>
/PHP-7.1/ext/standard/
H A Drandom.c136 struct stat st; in php_random_bytes()
/PHP-7.1/ext/dba/
H A Ddba_db2.c53 struct stat check_stat; in DBA_OPEN_FUNC()
H A Ddba_db3.c65 struct stat check_stat;
H A Ddba_db4.c79 struct stat check_stat;
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt41 $link->stat();
/PHP-7.1/ext/mbstring/libmbfl/
H A Dconfig.h.in44 /* Define to 1 if you have the <sys/stat.h> header file. */
/PHP-7.1/ext/standard/tests/file/
H A D006_error.phpt82 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
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.1/ext/phar/tests/
H A D022.phpt2 Phar: stream stat
H A Dphar_createdefaultstub.phpt298 $stat[7] . ")");
592 $stat[7] . ")");
894 $stat[7] . ")");
H A Dphar_setdefaultstub.phpt318 $stat[7] . ")");
613 $stat[7] . ")");
908 $stat[7] . ")");
/PHP-7.1/ext/phar/
H A Dshortarc.php268 $stat[7] . ")");
/PHP-7.1/ext/mbstring/oniguruma/
H A Dconfig.h.in45 /* Define to 1 if you have the <sys/stat.h> header file. */
/PHP-7.1/ext/mcrypt/tests/
H A Dblowfish.phpt14 print "key plain crypt guess stat\n";
56 key plain crypt guess stat
/PHP-7.1/
H A Drun-tests.php1136 $stat = proc_get_status($proc);
1138 if ($stat['signaled']) {
1139 $data .= "\nTermsig=" . $stat['stopsig'] . "\n";
1141 if ($stat["exitcode"] > 128 && $stat["exitcode"] < 160) {
1142 $data .= "\nTermsig=" . ($stat["exitcode"] - 128) . "\n";
/PHP-7.1/Zend/
H A DZend.m4274 #include <sys/stat.h>
319 #include <sys/stat.h>
H A Dzend_virtual_cwd.h139 # define php_sys_stat stat
/PHP-7.1/ext/mysqli/
H A Dmysqli_api.c2272 zend_string *stat; local
2274 char *stat; local
2283 if ((stat = (char *)mysql_stat(mysql->mysql)))
2285 RETURN_STRING(stat);
2287 if (mysqlnd_stat(mysql->mysql, &stat) == PASS)
2289 RETURN_STR(stat);
/PHP-7.1/ext/session/
H A Dmod_files.c160 struct stat sbuf; in ps_files_open()
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");

Completed in 62 milliseconds

12345678