Home
last modified time | relevance | path

Searched refs:lstat (Results 26 – 44 of 44) sorted by relevance

12

/PHP-8.3/ext/standard/tests/file/
H A Dlstat_stat_variation13.phpt2 Test lstat() and stat() functions: usage variations - file opened using w and r mode
H A Dlstat_stat_variation4.phpt2 Test lstat() and stat() functions: usage variations - effects of touch() on file
H A Dlstat_stat_variation10.phpt2 Test lstat() and stat() functions: usage variations - effects of is_dir()
H A Dlstat_stat_variation21.phpt2 Test lstat() and stat() functions: usage variations - effects of truncate()
H A Dlstat_stat_variation5.phpt2 Test lstat() and stat() functions: usage variations - effects of touch() on dir
H A Dlstat_stat_variation8.phpt2 Test lstat() and stat() functions: usage variations - creating file/subdir
H A Dlstat_stat_variation18.phpt2 Test lstat() and stat() functions: usage variations - dir/file name stored in object
H A Dlstat_stat_variation19.phpt2 Test lstat() and stat() functions: usage variations - dir/file names in array
H A Dfile.inc575 Compares two stat values, stat value should be obtained by stat/lstat
/PHP-8.3/Zend/
H A Dzend_virtual_cwd.h151 # define php_sys_lstat lstat
330 #define VCWD_LSTAT(path, buff) lstat(path, buff)
/PHP-8.3/win32/
H A Dioutil.h741 …32_ioutil_stat_ex_w(const wchar_t *path, size_t path_len, php_win32_ioutil_stat_t *buf, int lstat);
744 …line static int php_win32_ioutil_stat_ex(const char *path, php_win32_ioutil_stat_t *buf, int lstat) in php_win32_ioutil_stat_ex() argument
755 ret = php_win32_ioutil_stat_ex_w(pathw, pathw_len, buf, lstat); in php_win32_ioutil_stat_ex()
H A Dioutil.c972 …n32_ioutil_stat_ex_w(const wchar_t *path, size_t path_len, php_win32_ioutil_stat_t *buf, int lstat) in php_win32_ioutil_stat_ex_w() argument
976 …DWORD flags_and_attrs = lstat ? FILE_FLAG_BACKUP_SEMANTICS|FILE_FLAG_OPEN_REPARSE_POINT : FILE_FLA… in php_win32_ioutil_stat_ex_w()
991 if (lstat && data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in php_win32_ioutil_stat_ex_w()
/PHP-8.3/main/
H A Dphp.h100 # define lstat(x, y) php_sys_lstat(x, y) macro
/PHP-8.3/ext/session/
H A Dmod_files.c186 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c915 PHAR_INTERCEPT(lstat); in phar_intercept_functions_init()
951 PHAR_RELEASE(lstat); in phar_intercept_functions_shutdown()
/PHP-8.3/ext/standard/
H A Dfilestat.c1081 FileFunction(PHP_FN(lstat), FS_LSTAT) in FileFunction()
H A Dbasic_functions.stub.php2900 function lstat(string $filename): array|false {}
H A Dbasic_functions_arginfo.h2591 ZEND_FUNCTION(lstat);
3231 ZEND_FE(lstat, arginfo_lstat)
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1636 - * On 4.2BSD and similar systems, use lstat() to identify symlinks.
1640 - ret = lstat(fn, sb);

Completed in 88 milliseconds

12