Home
last modified time | relevance | path

Searched refs:mkdir (Results 326 – 350 of 361) sorted by relevance

1...<<1112131415

/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt29 mkdir($dirname, 0777, true);
H A Dlstat_stat_variation19.phpt26 mkdir("$file_path/lstat_stat_variation19"); // temp dir
H A Dfopen_variation14.phpt26 mkdir($testDir);
H A Dlstat_stat_basic.phpt29 mkdir($dirname);
H A Drename_variation13-win32.phpt46 if (!mkdir($file_path)) {
H A Drmdir_variation2.phpt114 @mkdir($dirname);
H A Dunlink_variation8.phpt25 mkdir($workDir);
H A Dmkdir_rmdir_variation1.phpt2 Test mkdir() and rmdir() functions: usage variations - perms(0000-0777)
21 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
25 echo "*** Testing mkdir() and rmdir() for different permissions ***\n";
34 var_dump( mkdir("$file_path/mkdir_variation1/", $mode, true) );
42 *** Testing mkdir() and rmdir() for different permissions ***
H A Dfopen_variation14-win32.phpt27 mkdir($testDir);
H A Dumask_variation1.phpt47 mkdir($dirname);
H A Dumask_variation2.phpt47 mkdir($dirname);
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dcommon.inc137 mkdir($name);
/PHP-5.5/
H A DMakefile.global1 mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
H A Dconfigure.in200 $php_shtool mkdir -p libs
1180 $php_shtool mkdir -p $phplibdir
1518 $php_shtool mkdir -p pear/scripts
1519 $php_shtool mkdir -p scripts
1520 $php_shtool mkdir -p scripts/man1
1545 test -d TSRM || $php_shtool mkdir TSRM
1548 test -d Zend || $php_shtool mkdir Zend
H A DREADME.SELF-CONTAINED-EXTENSIONS37 $ mkdir /tmp/newext
H A Dacinclude.m4141 test -d include || $php_shtool mkdir include
930 $php_shtool mkdir -p $1
935 $php_shtool mkdir -p $BUILD_DIR
2439 $php_shtool mkdir -p ext/iconv
2991 @test -d "$dtrace_lib_dir" || mkdir $dtrace_lib_dir
H A DREADME.RELEASE_PROCESS42 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
/PHP-5.5/scripts/
H A Dphpize.m4197 test -d modules || $php_shtool mkdir modules
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation3.phpt18 mkdir($dir);
H A Ddir_variation2.phpt21 @mkdir($directory);
H A Dopendir_variation2.phpt20 mkdir($path);
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h308 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode)
H A Dtsrm_virtual_cwd.c1779 retval = mkdir(new_state.cwd); in virtual_mkdir()
1781 retval = mkdir(new_state.cwd, mode); in virtual_mkdir()
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1696 test ! -d "$ac_dir" && mkdir "$ac_dir"
1838 test ! -d "$ac_dir" && mkdir "$ac_dir"
/PHP-5.5/ext/odbc/
H A Dconfig.m4120 $srcdir/build/shtool mkdir -f -p ext/odbc

Completed in 67 milliseconds

1...<<1112131415