Home
last modified time | relevance | path

Searched refs:isdir (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/standard/tests/file/
H A Dbug24482.phpt34 echo "opendir/readdir/isdir found:\n";
/PHP-7.1/win32/build/
H A Dconfutils.js2731 isdir = FSO.FolderExists(dir + src);
2733 if (isdir) {
2747 isdir = FSO.FolderExists(path);
2749 if (isdir) {
/PHP-7.1/
H A Dltmain.sh5845 isdir=no
5856 -d) isdir=yes ;;
5917 test -d "$dest" && isdir=yes
5918 if test "$isdir" = yes; then

Completed in 25 milliseconds