Home
last modified time | relevance | path

Searched refs:rmdir (Results 76 – 100 of 449) sorted by path

12345678910>>...18

/php-src/ext/spl/tests/
H A DDirectoryIterator_getExtension_basic.phpt38 rmdir($dir);
H A DDirectoryIterator_getGroup_basic.phpt30 rmdir($dirname);
H A DDirectoryIterator_getInode_basic.phpt26 rmdir('test_dir_ptfi');
H A DDirectoryIterator_getOwner_basic.phpt30 rmdir($dirname);
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt38 rmdir($dir);
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt41 rmdir($dir);
H A DRecursiveDirectoryIterator_hasChildren.phpt34 rmdir($dir . DIRECTORY_SEPARATOR . 'symlink');
38 rmdir($dir);
H A Dbug42364.phpt26 rmdir(__DIR__ . '/bug42364');
H A Dbug51068.phpt28 rmdir('bug.51068.dir');
H A Dbug64228.phpt14 @rmdir($empty_dir);
H A Dbug65069.phpt46 rmdir($dirname);
H A Dbug66405.phpt52 rmdir($td . '/testsubdir');
53 rmdir($td);
H A Dbug68557.phpt36 rmdir(__DIR__ . DIRECTORY_SEPARATOR . 'tmp');
H A Dbug68825.phpt33 rmdir($dir);
H A Dbug77263.phpt36 rmdir("$dir/subdir");
37 rmdir($dir);
H A Dbug78863.phpt28 rmdir("$dir/sub");
30 rmdir($dir);
H A Ddit_004.phpt28 rmdir($dir);
H A Dfilesystemiterator_no_skip_dots.phpt23 rmdir($dir);
/php-src/ext/standard/
H A Dbasic_functions.stub.php2772 function rmdir(string $directory, $context = null): bool {}
H A Dbasic_functions_arginfo.h2642 ZEND_FUNCTION(rmdir);
3278 ZEND_FE(rmdir, arginfo_rmdir)
H A Dfile.c1169 PHP_FUNCTION(rmdir) in PHP_FUNCTION() argument
/php-src/ext/standard/tests/dir/
H A Dbug72625.phpt38 rmdir($tmp);
H A Dbug73877.phpt39 rmdir($junk0);
40 rmdir($dir0);
41 rmdir($dir1);
42 rmdir($base);
H A Dchdir_basic-win32-mb.phpt42 rmdir("$base_dir_path/私はガラスを食べられますlevel_one/私はガラスを食べられますlevel_two");
43 rmdir("$base_dir_path/私はガラスを食べられますlevel_one");
44 rmdir($base_dir_path);
H A Dchdir_basic.phpt34 rmdir("$file_path/level1_one/level1_two");
35 rmdir("$file_path/level1_one");

Completed in 53 milliseconds

12345678910>>...18