Home
last modified time | relevance | path

Searched refs:mkdir (Results 1 – 25 of 470) sorted by last modified time

12345678910>>...19

/PHP-7.3/
H A Dconfigure.ac171 $php_shtool mkdir -p libs
1252 $php_shtool mkdir -p $phplibdir
1570 $php_shtool mkdir -p pear/scripts
1571 $php_shtool mkdir -p scripts
1572 $php_shtool mkdir -p scripts/man1
1598 test -d TSRM || $php_shtool mkdir TSRM
1601 test -d Zend || $php_shtool mkdir Zend
H A Drun-tests.php1505mkdir(dirname($copy_file), 0777, true) or error("Cannot create output directory - " . dirname($cop…
H A Dacinclude.m4139 test -d include || $php_shtool mkdir include
921 $php_shtool mkdir -p $1
926 $php_shtool mkdir -p $BUILD_DIR
2450 $php_shtool mkdir -p ext/iconv
3029 @test -d "$dtrace_lib_dir" || mkdir $dtrace_lib_dir
H A Dserver-tests.php137 @mkdir($path,$mode);
H A Dltmain.sh90 mkdir="mkdir"
184 $mkdir "$my_tmpdir"
340 $show "$mkdir $my_gentop"
341 $run $mkdir "$my_gentop"
368 $show "$mkdir $my_xdir"
369 $run $mkdir "$my_xdir"
950 $show "$mkdir ${xdir}$objdir"
951 $run $mkdir ${xdir}$objdir
5414 $mkdir \"\$progdir\"
5555 $show "$mkdir $gentop"
[all …]
/PHP-7.3/ext/zip/tests/
H A Dbug81420.phpt12 mkdir($destination);
/PHP-7.3/ext/phar/tests/
H A Dbug81211.phpt15 mkdir(__DIR__ . '/bug81211');
16 mkdir(__DIR__ . '/bug81211/foobar');
17 mkdir(__DIR__ . '/bug81211/foo');
H A Dbug76584.phpt19 mkdir(__DIR__ . '/76584');
/PHP-7.3/build/
H A Dlibtool.m41139 mkdir conftest
1141 mkdir out
1213 mkdir .libs 2>/dev/null
1467 test -d \$dldir || mkdir -p \$dldir~
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c1836 retval = mkdir(new_state.cwd, mode); in virtual_mkdir()
/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c181 if (mkdir(filename, S_IRWXU) < 0 && errno != EEXIST) {
/PHP-7.3/ext/standard/tests/file/
H A Drealpath_basic4.phpt6 @mkdir("$file_path/realpath_basic/home/test", 0777, true);
/PHP-7.3/win32/build/
H A Dmkdist.php21 @mkdir($dist_dir);
22 @mkdir("$dist_dir/ext");
23 @mkdir("$dist_dir/dev");
24 @mkdir("$dist_dir/extras");
25 @mkdir($pecl_dir);
347 if (!mkdir("$dest", 0777, true)) {
394 if (!mkdir($dest)) {
425 mkdir($dest . '/tests', 0775, true);
488 mkdir($test_dir);
508 mkdir("$dist_dir/PEAR");
[all …]
H A DMakefile145 @if not exist $(BUILD_DIR) mkdir $(BUILD_DIR)
147 @for %D in ($(BUILD_DIRS_SUB)) do @if not exist %D @mkdir %D > NUL
148 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL
236 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul
240 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
241 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul
258 @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX)
259 @if not exist $(PHP_PREFIX)\ext mkdir $(PHP_PREFIX)\ext
/PHP-7.3/ext/standard/
H A Dfile.c1336 PHP_FUNCTION(mkdir) in PHP_FUNCTION() argument
H A Dbasic_functions.c3149 PHP_FE(mkdir, arginfo_mkdir)
/PHP-7.3/ext/spl/tests/
H A Dbug68825.phpt17 mkdir($dir);
H A Dbug78863.phpt6 mkdir($dir);
8 mkdir("$dir/sub");
/PHP-7.3/ext/fileinfo/
H A Dgenerate_patch.sh3 mkdir libmagic.orig
/PHP-7.3/tests/security/
H A Dopen_basedir_mkdir.phpt15 test_open_basedir_before("mkdir");
17 var_dump(mkdir("../bad/blah"));
18 var_dump(mkdir("../blah"));
19 var_dump(mkdir("../bad/./blah"));
20 var_dump(mkdir("./.././blah"));
22 var_dump(mkdir($initdir."/test/ok/blah"));
24 test_open_basedir_after("mkdir");
32 *** Testing open_basedir configuration [mkdir] ***
39 Warning: mkdir(): open_basedir restriction in effect. File(../bad/blah) is not within the allowed p…
42 Warning: mkdir(): open_basedir restriction in effect. File(../blah) is not within the allowed path(…
[all …]
/PHP-7.3/scripts/
H A Dphpize.in145 test -d build || mkdir build
H A Dphpize.m4197 test -d modules || $php_shtool mkdir modules
/PHP-7.3/sapi/fpm/tests/
H A Dtester.inc727 mkdir(self::CONF_DIR);
/PHP-7.3/main/
H A Dphp.h116 # define mkdir(a, b) _mkdir(a) macro
/PHP-7.3/ext/zlib/tests/
H A Dgzopen_variation5.phpt21 mkdir($thisTestDir);

Completed in 106 milliseconds

12345678910>>...19