Home
last modified time | relevance | path

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

1234567

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c111 struct stat st; in create_tempfile()
130 if ((stat(dir, &st) == 0) && S_ISDIR(st.st_mode)) in create_tempfile()
/PHP-8.3/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.3/ext/phar/tests/
H A D022.phpt2 Phar: stream stat
H A Dphar_createdefaultstub.phpt297 $stat[7] . ")");
591 $stat[7] . ")");
893 $stat[7] . ")");
H A Dphar_setdefaultstub.phpt317 $stat[7] . ")");
612 $stat[7] . ")");
907 $stat[7] . ")");
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt42 $link->stat();
/PHP-8.3/ext/fileinfo/libmagic/
H A Dis_json.c479 struct stat st; in main()
H A Dder.c444 struct stat st; in main()
H A Dfile.h497 struct stat;
/PHP-8.3/Zend/
H A Dzend_virtual_cwd.h150 # define php_sys_stat stat
/PHP-8.3/ext/standard/tests/file/
H A Dtouch_variation5-win32.phpt141 $temp = stat($path);
H A Dtouch_variation5.phpt141 $temp = stat($path);
H A Dtouch_variation6-win32.phpt147 $temp = stat($path);
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c1692 zend_stat_t stat = {0}; in PHP_FUNCTION() local
1693 …RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
/PHP-8.3/ext/session/
H A Dmod_files.c156 struct stat sbuf = {0}; in ps_files_open()
/PHP-8.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-8.3/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.3/ext/opcache/
H A Dconfig.m4237 #include <sys/stat.h>

Completed in 50 milliseconds

1234567