Home
last modified time | relevance | path

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

/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_checktype_basic.phpt2 SPL: SplFileObject::isFile/isDir/isLink
10 var_dump($s->isDir());
/php-src/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.phpt9 if ($b->isDir()) {
H A Dodt.phpt10 if ($b->isDir()) {
H A D033.phpt31 var_dump($phar['test']->isDir());
/php-src/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-src/ext/phar/tests/
H A Dbug46060.phpt21 var_dump($phar['blah']->isDir(), $phar['test']->isDir());
H A Dphar_oo_003.phpt17 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.phpt47 $fn = ($fi->isDir() ? 'rmdir' : 'unlink');
H A Dphar_oo_004.phpt18 var_dump($ent->isDir());
H A Dphar_oo_002.phpt25 var_dump($ent->isDir());
/php-src/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt37 if (!$item->isDir()) {
44 if ($item->isDir()) {
/php-src/ext/spl/tests/
H A DGlobIterator_internal_null_pointer.phpt40 echo "Test isDir()\n";
41 var_dump($o->isDir());
91 Test isDir()
H A Dbug55701.phpt179 echo "->isDir()... ";
182 $o->isDir();
320 ->isDir()... ran normally (expected)
/php-src/ext/spl/
H A Dspl_directory.stub.php65 public function isDir(): bool {} function in SplFileInfo
H A Dspl_directory_arginfo.h294 ZEND_METHOD(SplFileInfo, isDir);
386 ZEND_ME(SplFileInfo, isDir, arginfo_class_SplFileInfo_isDir, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1242 FileInfoFunction(isDir, FS_IS_DIR) in FileInfoFunction()
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc141 $todo = ($fileinfo->isDir() ? 'rmdir' : 'unlink');
/php-src/win32/build/
H A Dmkdist.php488 if ($file->isDir() || $file == 'phar.php') {

Completed in 32 milliseconds