Home
last modified time | relevance | path

Searched refs:mkdir (Results 151 – 175 of 481) sorted by relevance

12345678910>>...20

/php-src/ext/phar/tests/
H A Dbug72321.phpt8 mkdir("test72321");
H A Dbug69279a.phpt9 mkdir(__DIR__ . '/bug69279a');
H A Dphar_buildfromdirectory6.phpt11 mkdir(__DIR__.'/testdir6', 0777);
H A Dbug76584.phpt17 mkdir(__DIR__ . '/76584');
H A Dphar_dotted_path.phpt13 mkdir($dir, 0777);
/php-src/ext/standard/tests/dir/
H A Dgetcwd_basic-win32-mb.phpt19 mkdir($directory);
/php-src/ext/standard/tests/file/
H A Dbug65701.phpt10 mkdir($file_path);
H A Dunlink_variation10.phpt19 mkdir($workDir);
21 mkdir($dirToLinkTo);
H A Dfile_get_contents_variation7.phpt11 mkdir($absMainDir);
13 mkdir($absSubDir);
H A Dfile_variation8.phpt11 mkdir($absMainDir);
13 mkdir($absSubDir);
H A Dbug77552.phpt15 mkdir($target, 0777, true);
H A Dchroot_001.phpt24 mkdir("chroot_001_x");
/php-src/ext/zip/tests/
H A Dbug70350.phpt9 mkdir($dir);
H A Dbug70103.phpt9 mkdir($dir); chmod($dir, 0777);
/php-src/.github/actions/install-linux-x32/
H A Daction.yml9 mkdir -p /etc/php.d
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite5.phar.inc10 mkdir($d);
H A Dwrite6.phar4 mkdir($d);
H A Dnophar.phar167 @mkdir($temp, 0777, true);
172 @mkdir($temp, 0777, true);
177 @mkdir(dirname($temp . '/' . $path), 0777, true);
181 @mkdir($temp . '/' . $path, 0777);
202 if (is_dir('/temp') || mkdir('/temp')) {
H A Dopenssl.phar167 @mkdir($temp, 0777, true);
172 @mkdir($temp, 0777, true);
177 @mkdir(dirname($temp . '/' . $path), 0777, true);
181 @mkdir($temp . '/' . $path, 0777);
202 if (is_dir('/temp') || mkdir('/temp')) {
/php-src/ext/spl/tests/
H A DDirectoryIterator_getInode_basic.phpt19 mkdir('test_dir_ptfi');
H A Dbug68825.phpt14 if (!mkdir($dir)) {
H A Ddit_004.phpt6 @mkdir($dir = __DIR__ . '/dit_004');
/php-src/ext/phar/tests/files/
H A Dopenssl.phar167 @mkdir($temp, 0777, true);
172 @mkdir($temp, 0777, true);
177 @mkdir(dirname($temp . '/' . $path), 0777, true);
181 @mkdir($temp . '/' . $path, 0777);
202 if (is_dir('/temp') || mkdir('/temp')) {
H A Dopenssl256.phar167 @mkdir($temp, 0777, true);
172 @mkdir($temp, 0777, true);
177 @mkdir(dirname($temp . '/' . $path), 0777, true);
181 @mkdir($temp . '/' . $path, 0777);
202 if (is_dir('/temp') || mkdir('/temp')) {
H A Dopenssl512.phar167 @mkdir($temp, 0777, true);
172 @mkdir($temp, 0777, true);
177 @mkdir(dirname($temp . '/' . $path), 0777, true);
181 @mkdir($temp . '/' . $path, 0777);
202 if (is_dir('/temp') || mkdir('/temp')) {

Completed in 48 milliseconds

12345678910>>...20