Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/dba/
H A Ddba_db3.c63 struct stat check_stat;
H A Ddba_db4.c77 struct stat check_stat;
/PHP-7.4/
H A Drun-tests.php1269 $stat = proc_get_status($proc);
1271 if ($stat['signaled']) {
1272 $data .= "\nTermsig=" . $stat['stopsig'] . "\n";
1274 if ($stat["exitcode"] > 128 && $stat["exitcode"] < 160) {
1275 $data .= "\nTermsig=" . ($stat["exitcode"] - 128) . "\n";
1276 …} else if (defined('PHP_WINDOWS_VERSION_MAJOR') && (($stat["exitcode"] >> 28) & 0b1111) === 0b1100…
1278 $data .= "\nTermsig=" . $stat["exitcode"] . "\n";
H A DUPGRADING85 . The undocumented mysqli::$stat property has been removed in favor of
86 mysqli::stat().
721 - stat:
722 . The stat implementation has been refactored.
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_json.c441 struct stat st; in main()
H A Dder.c396 struct stat st; in main()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c2277 zend_string *stat; local
2279 char *stat; local
2288 if ((stat = (char *)mysql_stat(mysql->mysql)))
2290 RETURN_STRING(stat);
2292 if (mysqlnd_stat(mysql->mysql, &stat) == PASS)
2294 RETURN_STR(stat);
H A Dmysqli_fe.c590 PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params)
/PHP-7.4/ext/opcache/
H A Dconfig.m4153 #include <sys/stat.h>
/PHP-7.4/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.4/Zend/
H A Dzend_virtual_cwd.h142 # define php_sys_stat stat
/PHP-7.4/ext/phar/tests/
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.4/ext/standard/
H A Dstreamsfuncs.c1649 zend_stat_t stat = {0}; in PHP_FUNCTION() local
1650 …RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
/PHP-7.4/ext/session/
H A Dmod_files.c160 struct stat sbuf; in ps_files_open()
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-7.4/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.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt56 'stat' => true,
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c1038 PHAR_INTERCEPT(stat); in phar_intercept_functions_init()
1074 PHAR_RELEASE(stat); in phar_intercept_functions_shutdown()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1064 struct stat st; in init_request_info()
1117 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) { in init_request_info()

Completed in 85 milliseconds

1234567