Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation8.phpt2 Test lstat() and stat() functions: usage variations - creating file/subdir
12 /* Prototype: array lstat ( string $filename );
H A Dlstat_stat_variation10.phpt2 Test lstat() and stat() functions: usage variations - effects of is_dir()
9 /* Prototype: array lstat ( string $filename );
H A D001-win32-mb.phpt41 $ls = lstat ($fname);
44 echo "$fname lstat and stat differ at element $i\n";
H A Dlstat_stat_variation18.phpt2 Test lstat() and stat() functions: usage variations - dir/file name stored in object
5 /* Prototype: array lstat ( string $filename );
H A D001-win32.phpt38 $ls = lstat ('test.file');
41 echo "test.file lstat and stat differ at element $i\n";
H A Dlstat_stat_variation19.phpt2 Test lstat() and stat() functions: usage variations - dir/file names in array
5 /* Prototype: array lstat ( string $filename );
H A Dfile.inc575 Compares two stat values, stat value should be obtained by stat/lstat
/PHP-7.4/ext/phar/tests/
H A Dstat.phpt21 echo "lstat\n";
22 var_dump(lstat("dir/file1.txt"));
131 lstat
H A Dpharfileinfo_chmod.phpt23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h143 # define php_sys_lstat lstat
321 #define VCWD_LSTAT(path, buff) lstat(path, buff)
/PHP-7.4/win32/
H A Dioutil.h744 …32_ioutil_stat_ex_w(const wchar_t *path, size_t path_len, php_win32_ioutil_stat_t *buf, int lstat);
747 …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
758 ret = php_win32_ioutil_stat_ex_w(pathw, pathw_len, buf, lstat); in php_win32_ioutil_stat_ex()
H A Dioutil.c975 …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
979 …DWORD flags_and_attrs = lstat ? FILE_FLAG_BACKUP_SEMANTICS|FILE_FLAG_OPEN_REPARSE_POINT : FILE_FLA… in php_win32_ioutil_stat_ex_w()
994 if (lstat && data.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in php_win32_ioutil_stat_ex_w()
/PHP-7.4/main/
H A Dphp.h110 # define lstat(x, y) php_sys_lstat(x, y) macro
/PHP-7.4/ext/session/
H A Dmod_files.c190 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c1037 PHAR_INTERCEPT(lstat); in phar_intercept_functions_init()
1073 PHAR_RELEASE(lstat); in phar_intercept_functions_shutdown()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1996 - * On 4.2BSD and similar systems, use lstat() to identify symlinks.
2000 - ret = lstat(fn, sb);
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3272 PHP_NAMED_FE(lstat, php_if_lstat, arginfo_lstat)

Completed in 53 milliseconds

12