Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/tests/
H A Dfileobject_checktype_basic.phpt2 SPL: SplFileObject::isFile/isDir/isLink
10 var_dump($s->isDir());
/PHP-5.5/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-5.5/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-5.5/ext/phar/tests/
H A Dbug46060.phpt20 var_dump($phar['blah']->isDir(), $phar['test']->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 Dphar_oo_003.phpt18 if ($ent->isDir()) {
H A D033.phpt26 var_dump($a['dir']->isDir());
H A Dphar_oo_004.phpt22 var_dump($ent->isDir());
H A Dphar_oo_004U.phpt22 var_dump($ent->isDir());
H A Dphar_oo_002.phpt29 var_dump($ent->isDir());
H A Dphar_oo_002U.phpt29 var_dump($ent->isDir());
/PHP-5.5/ext/spl/
H A Dspl.php939 function isDir() {/**/} function in SplFileInfo
H A Dspl_directory.c1236 FileInfoFunction(isDir, FS_IS_DIR) in FileInfoFunction()
1970 SPL_ME(SplFileInfo, isDir, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-5.5/win32/build/
H A Dmkdist.php441 if ($file->isDir() || $file == 'phar.php') {

Completed in 27 milliseconds