Home
last modified time | relevance | path

Searched refs:isDir (Results 1 – 18 of 18) sorted by relevance

/PHP-7.2/ext/spl/tests/
H A Dfileobject_checktype_basic.phpt2 SPL: SplFileObject::isFile/isDir/isLink
10 var_dump($s->isDir());
H A Dbug55701.phpt179 echo "->isDir()... ";
182 $o->isDir();
319 ->isDir()... ran normally (expected)
/PHP-7.2/ext/phar/tests/tar/
H A Ddir.phpt21 var_dump($phar['test']->isDir());
22 var_dump($phar['test/']->isDir());
25 var_dump($phar['another/dir']->isDir());
/PHP-7.2/ext/phar/tests/zip/
H A Ddir.phpt20 var_dump($phar['test']->isDir());
21 var_dump($phar['test/']->isDir());
24 var_dump($phar['another/dir']->isDir());
H A Dunixzip.phpt10 if ($b->isDir()) {
H A Dodt.phpt11 if ($b->isDir()) {
H A D033.phpt31 var_dump($phar['test']->isDir());
/PHP-7.2/ext/phar/tests/
H A Dbug46060.phpt20 var_dump($phar['blah']->isDir(), $phar['test']->isDir());
H A Dphar_oo_003.phpt18 if ($ent->isDir()) {
H A Ddir.phpt20 var_dump($phar['test']->isDir());
21 var_dump($phar['test/']->isDir());
24 var_dump($phar['another/dir']->isDir());
H A D033.phpt26 var_dump($a['dir']->isDir());
H A D024-opcache-win32.phpt46 $fn = ($fi->isDir() ? 'rmdir' : 'unlink');
H A Dphar_oo_004.phpt21 var_dump($ent->isDir());
H A Dphar_oo_002.phpt28 var_dump($ent->isDir());
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt37 if (!$item->isDir()) {
44 if ($item->isDir()) {
/PHP-7.2/ext/spl/
H A Dspl.php939 function isDir() {/**/} function in SplFileInfo
H A Dspl_directory.c1232 FileInfoFunction(isDir, FS_IS_DIR) in FileInfoFunction()
1955 SPL_ME(SplFileInfo, isDir, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-7.2/win32/build/
H A Dmkdist.php475 if ($file->isDir() || $file == 'phar.php') {

Completed in 29 milliseconds