Home
last modified time | relevance | path

Searched refs:DirectoryIterator (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.2/ext/spl/tests/
H A DDirectoryIterator_empty_constructor.phpt2 DirectoryIterator: Test empty value to DirectoryIterator constructor
8 $it = new DirectoryIterator("");
13 #0 %s(%d): DirectoryIterator->__construct('')
H A Dbug54291.phpt2 Bug #54291 (Crash iterating DirectoryIterator for dir name starting with \0)
5 $dir = new DirectoryIterator("\x00/abc");
8 Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct() expects parameter …
10 #0 %s(%d): DirectoryIterator->__construct('\x00/abc')
H A Dbug51068.phpt2 SPL: glob wrapper interactions with DirectoryIterator
8 $iter = new DirectoryIterator('glob://*.51068');
13 $iter = new DirectoryIterator('glob://bug.51068.dir/*.51068');
18 $iter = new DirectoryIterator('glob://bug.51068.dir');
H A Dbug78863.phpt2 Bug #78863 (DirectoryIterator class silently truncates after a null byte)
11 $it = new DirectoryIterator(__DIR__ . "/bug78863\0/sub");
19 Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct() expects parameter …
21 #0 %s(%d): DirectoryIterator->__construct('%s')
H A DDirectoryIterator_getExtension_basic.phpt2 SPL: DirectoryIterator::getExtension() basic test
11 $dir = __DIR__ . DIRECTORY_SEPARATOR . md5('DirectoryIterator::getExtension') . DIRECTORY_SEPARATOR;
23 foreach (new DirectoryIterator($dir) as $file) {
36 $dir = __DIR__ . DIRECTORY_SEPARATOR . md5('DirectoryIterator::getExtension') . DIRECTORY_SEPARAT…
H A Ddit_002.phpt2 SPL: DirectoryIterator defaults
9 'DirectoryIterator' => 0,
48 ===DirectoryIterator===
49 DirectoryIterator
H A DDirectoryIterator_getBasename_pass_array.phpt2 DirectoryIterator::getBasename() - Pass unexpected array
10 $dir = new DirectoryIterator($targetDir.DIRECTORY_SEPARATOR);
23 Warning: DirectoryIterator::getBasename() expects parameter 1 to be string, array given in %s on li…
H A Ddit_001.phpt8 $d = new DirectoryIterator('.');
16 object(DirectoryIterator)#%d (4) {
21 %s"glob"%s"DirectoryIterator":private]=>
H A Dbug61828.phpt5 $x = new DirectoryIterator('.');
10 Warning: DirectoryIterator::__construct(): Directory object is already initialized in %sbug61828.ph…
H A DDirectoryIterator_by_reference.phpt2 DirectoryIterator: test that you cannot use iterator with reference
8 $it = new DirectoryIterator(__DIR__);
H A Dbug70561.phpt2 Bug #70561 (DirectoryIterator::seek should throw OutOfBoundsException)
5 $di = new DirectoryIterator(__DIR__ . '/..');
H A Dbug42364.phpt2 Bug #42364 (Crash when using getRealPath with DirectoryIterator)
5 $it = new DirectoryIterator(dirname(__FILE__));
H A Dbug68825.phpt2 Bug #68825 (Exception in DirectoryIterator::getLinkTarget())
9 $di = new \DirectoryIterator($dir);
H A Ddit_004.phpt2 SPL: DirectoryIterator and clone
5 $a = new DirectoryIterator(__DIR__);
H A DDirectoryIterator_getBasename_basic_test.phpt2 DirectoryIterator::getBasename() - Basic Test
10 $dir = new DirectoryIterator($targetDir.DIRECTORY_SEPARATOR);
H A Ddit_001_noglob.phpt8 $d = new DirectoryIterator('.');
16 object(DirectoryIterator)#%d (3) {
H A DDirectoryIterator_getGroup_basic.phpt2 SPL: DirectoryIterator test getGroup
18 $dir = new DirectoryIterator($dirname);
H A DDirectoryIterator_getOwner_basic.phpt2 SPL: DirectoryIterator test getOwner
18 $dir = new DirectoryIterator($dirname);
H A Ddit_006.phpt2 SPL: DirectoryIterator and seek
5 $di = new DirectoryIterator(__DIR__."/..");
H A Dbug61418.phpt13 $dirIterator = new DirectoryIterator(__DIR__);
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_bug73971.phpt26 echo "\ntest DirectoryIterator\n";
27 $dir = new DirectoryIterator($base);
50 test DirectoryIterator
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt17 $iter = new DirectoryIterator($dir);
28 in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): %s (code: 3)
H A Dbug44295.phpt17 $iter = new DirectoryIterator($dir);
28 in catch: DirectoryIterator::__construct(/this/path/does/not/exist): failed to open dir: No such fi…
/PHP-7.2/ext/phar/tests/
H A Dphar_oo_004.phpt2 Phar and DirectoryIterator
15 $it = new DirectoryIterator('phar://'.$fname);
29 class MyDirectoryIterator extends DirectoryIterator
H A Dbug70433.phpt17 ["glob":"DirectoryIterator":private]=>

Completed in 20 milliseconds

12