Home
last modified time | relevance | path

Searched refs:S_ISLNK (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_virtual_cwd.h375 #ifndef S_ISLNK
376 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) macro
H A Dzend_virtual_cwd.c906 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
/PHP-8.3/ext/standard/
H A Dfilestat.c844 || !S_ISLNK(ssb.sb.st_mode)) { in php_stat()
913 if (S_ISLNK(stat_sb->st_mode)) { in php_stat()
939 RETURN_BOOL(S_ISLNK(stat_sb->st_mode)); in php_stat()
/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.c391 if (S_ISLNK(stat_sb->st_mode)) { in phar_fancy_stat()
411 RETURN_BOOL(S_ISLNK(stat_sb->st_mode)); in phar_fancy_stat()
/PHP-8.3/win32/
H A Dglob.c547 (S_ISLNK(sb.st_mode) && in glob2()
/PHP-8.3/ext/spl/
H A Dspl_directory.c1504 } else if (!S_ISLNK(Z_LVAL_P(return_value))) { in PHP_METHOD()

Completed in 27 milliseconds