Home
last modified time | relevance | path

Searched refs:rmdir (Results 426 – 449 of 449) sorted by last modified time

1...<<1112131415161718

/php-src/ext/phar/tests/cache_list/files/
H A Dopenssl.phar278 is_dir($f) ? @rmdir($f) : @unlink($f);
285 @rmdir($temp);
H A Dwrite3.phar4 rmdir("phar://" . __FILE__ . "/test");
H A Dwrite3.phar.inc10 rmdir("phar://" . __FILE__ . "/test");
/php-src/ext/phar/tests/
H A Ddir.phpt2 Phar: mkdir/rmdir test
25 rmdir($pname . '/another/dir/');
44 rmdir('phar://');
45 rmdir('phar://' . __DIR__ . '/unknown.phar/hi');
47 rmdir($pname . '/another/dir');
49 rmdir($pname);
50 rmdir($pname . '/');
82 Warning: rmdir(): phar error: cannot remove directory "hi" in phar "%sunknown.phar", directory does…
84 Warning: rmdir(): phar error: cannot rmdir directory "phar://%sdir.phar.php/another/dir", write ope…
86 Warning: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does n…
[all …]
H A Dbug70019.phpt20 rmdir($dir);
H A Dbug72321.phpt21 rmdir(__DIR__."/test72321");
H A Dbug76584.phpt31 rmdir(__DIR__ . '/76584');
H A Dbug79912.phpt32 @rmdir(__DIR__ . "/bug79912");
H A Dbug13727.phpt33 rmdir($fileDir);
H A Dbug52013.phpt33 rmdir(__DIR__ . '/testdir');
H A Dbug54289.phpt63 $value->isFile() ? unlink($value) : rmdir($value);
/php-src/ext/phar/tests/cache_list/
H A Dcopyonwrite5.phar.phpt15 rmdir(__DIR__ . '/copyonwrite5');
H A Dcopyonwrite6.phar.phpt16 rmdir(__DIR__ . '/copyonwrite6');
/php-src/ext/phar/
H A Dshortarc.php284 is_dir($f) ? @rmdir($f) : @unlink($f);
291 @rmdir($temp);
/php-src/ext/openssl/tests/
H A Dgh9310.phpt156 @rmdir($baseDir);
H A Dbug76296.phpt19 @rmdir(__DIR__ . '/bug76296_openbasedir');
/php-src/ext/opcache/tests/
H A Drevalidate_path_01.phpt30 @rmdir($link);
45 @rmdir($link);
67 @rmdir($link);
73 @rmdir($dir1);
74 @rmdir($dir2);
H A Dbug78185.phpt33 rmdir($p);
/php-src/ext/libxml/tests/
H A Dbug61367-read.phpt51 rmdir('test_bug_61367-read/base');
52 rmdir('test_bug_61367-read');
H A Dbug61367-write.phpt36 rmdir('test_bug_61367-write/base');
37 rmdir('test_bug_61367-write');
/php-src/ext/fileinfo/tests/
H A Dbug61964-mb.phpt38 rmdir($dir . "/test-inner-folder私はガラスを食べられます");
44 rmdir($dir);
H A Dbug61964.phpt38 rmdir($dir . "/test-inner-folder");
44 rmdir($dir);
/php-src/ext/curl/tests/
H A Dbug61948.phpt21 rmdir("$base_dir/foo");
22 rmdir($base_dir);
/php-src/ext/com_dotnet/tests/
H A Dbug78650.phpt20 @rmdir(__DIR__ . '/bug78650/foo/bar');
21 @rmdir(__DIR__ . '/bug78650/foo');
22 rmdir(__DIR__ . '/bug78650/baz/bar');
23 rmdir(__DIR__ . '/bug78650/baz');
24 rmdir(__DIR__ . '/bug78650');

Completed in 34 milliseconds

1...<<1112131415161718