Home
last modified time | relevance | path

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

/PHP-5.6/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();
322 ->isDir()... ran normally (expected)
/PHP-5.6/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.6/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.6/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.6/ext/spl/
H A Dspl.php939 function isDir() {/**/} function in SplFileInfo
H A Dspl_directory.c1237 FileInfoFunction(isDir, FS_IS_DIR) in FileInfoFunction()
1971 SPL_ME(SplFileInfo, isDir, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-5.6/win32/build/
H A Dmkdist.php441 if ($file->isDir() || $file == 'phar.php') {

Completed in 31 milliseconds