Home
last modified time | relevance | path

Searched refs:S_ISLNK (Results 1 – 7 of 7) sorted by last modified time

/PHP-8.1/ext/spl/
H A Dspl_directory.c1485 } else if (!S_ISLNK(Z_LVAL_P(return_value))) { in PHP_METHOD()
/PHP-8.1/ext/session/
H A Dmod_files.c188 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
/PHP-8.1/win32/
H A Dglob.c572 (S_ISLNK(sb.st_mode) &&
/PHP-8.1/ext/standard/
H A Dfilestat.c847 || !S_ISLNK(ssb.sb.st_mode)) { in php_stat()
918 if (S_ISLNK(ssb.sb.st_mode)) { in php_stat()
944 RETURN_BOOL(S_ISLNK(ssb.sb.st_mode)); in php_stat()
/PHP-8.1/Zend/
H A Dzend_virtual_cwd.c905 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
H A Dzend_virtual_cwd.h365 #ifndef S_ISLNK
366 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) macro
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c499 if (S_ISLNK(stat_sb->st_mode)) { in phar_fancy_stat()
519 RETURN_BOOL(S_ISLNK(stat_sb->st_mode)); in phar_fancy_stat()

Completed in 84 milliseconds