Home
last modified time | relevance | path

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

1234567

/PHP-8.2/ext/phar/tests/
H A D022.phpt2 Phar: stream stat
H A Dphar_setdefaultstub.phpt317 $stat[7] . ")");
612 $stat[7] . ")");
907 $stat[7] . ")");
H A Dphar_createdefaultstub.phpt297 $stat[7] . ")");
591 $stat[7] . ")");
893 $stat[7] . ")");
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt42 $link->stat();
/PHP-8.2/ext/dba/
H A Ddba_db2.c43 struct stat check_stat; in DBA_OPEN_FUNC()
H A Ddba_db3.c55 struct stat check_stat;
H A Ddba_db4.c69 struct stat check_stat;
/PHP-8.2/ext/fileinfo/libmagic/
H A Dis_json.c448 struct stat st; in main()
H A Dder.c432 struct stat st; in main()
H A Dfile.h475 struct stat;
/PHP-8.2/ext/standard/tests/file/
H A Dtouch_variation5.phpt141 $temp = stat($path);
H A Dtouch_variation5-win32.phpt141 $temp = stat($path);
H A Dtouch_variation6-win32.phpt147 $temp = stat($path);
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.h140 # define php_sys_stat stat
/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c1668 zend_stat_t stat = {0}; in PHP_FUNCTION() local
1669 …RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
/PHP-8.2/ext/session/
H A Dmod_files.c156 struct stat sbuf = {0}; in ps_files_open()
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-8.2/ext/phar/tests/files/
H A Dinclude_path2.phar262 $stat[7] . ")");
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
H A Dopenssl256.phar262 $stat[7] . ")");
H A Dopenssl512.phar262 $stat[7] . ")");
/PHP-8.2/ext/opcache/
H A Dconfig.m4254 #include <sys/stat.h>
/PHP-8.2/ext/mysqli/
H A Dmysqli_api.c1684 zend_string *stat; in PHP_FUNCTION() local
1691 if (mysqlnd_stat(mysql->mysql, &stat) == PASS) in PHP_FUNCTION()
1693 RETURN_STR(stat); in PHP_FUNCTION()

Completed in 96 milliseconds

1234567