Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 25 of 45) sorted by last modified time

12

/PHP-5.5/win32/build/
H A Dconfutils.js612 var dirs = path.split(';');
616 for (i = 0; i < dirs.length; i++) {
617 items = glob(dirs[i] + "\\" + pattern);
1440 var dirs = build_dir.split("\\");
1442 for (i = 0; i < dirs.length; i++) {
1443 d += dirs[i];
H A Dmkdist.php463 $dirs = array( variable
469 foreach ($dirs as $dir) {
/PHP-5.5/
H A Dserver-tests.php141 $dirs = preg_split('/[\\/]/',$path);
142 $path = $dirs[0];
143 for($i = 1;$i < count($dirs);$i++) {
144 $path .= '/'.$dirs[$i];
775 $dirs = '';
777 $dirs .= "$test_dir\n ";
793 "Test Dirs : $dirs\n".
817 $dirs = array();
822 $dirs[dirname($file)] = dirname($newlocation);
829 foreach ($dirs as $src=>$new) {
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php341 $dirs = array(); variable
353 $dirs[] = $argv[$i];
356 $dirs[] = PHPDIR;
359 foreach($dirs as $dir) {
371 foreach ($dirs as $dir) {
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dunlink_variation10.phpt29 $dirs = array(
47 foreach($dirs as $dirToUnlink) {
H A Dtempnam_variation2-win32.phpt14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dtempnam_variation2.phpt14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dtempnam_variation7-win32.phpt30 /* Non-existing dirs */
H A Dtempnam_variation7.phpt30 /* Non-existing dirs */
H A Drmdir_variation3-win32.phpt27 $dirs = array(
59 foreach($dirs as $dir) {
H A Drmdir_variation3.phpt20 $dirs = array(
49 foreach($dirs as $dir) {
H A Drename_variation1-win32.phpt20 // rename dirs across directories
H A Drename_variation1.phpt15 // rename dirs across directories
H A Drename_variation12-win32.phpt17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Drename_variation12.phpt17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dsymlink_link_linkinfo_is_link_basic2.phpt2 Test symlink(), linkinfo(), link() and is_link() functions: basic functionality - link to dirs
H A Dreadfile_variation6.phpt16 // this doesn't create the include dirs in this directory
H A Dreadfile_variation7.phpt16 // this doesn't create the include dirs in this directory
H A Dmkdir_variation5-win32.phpt27 $dirs = array(
59 foreach($dirs as $dir) {
H A Dmkdir_variation5.phpt25 $dirs = array(
54 foreach($dirs as $dir) {
H A Dis_dir_variation1.phpt10 /* Testing is_dir() with base and sub dirs */
H A Dfiletype_basic.phpt11 echo "*** Testing filetype() with files and dirs ***\n";
19 *** Testing filetype() with files and dirs ***
H A Dfile_get_contents_variation1.phpt17 // this doesn't create the include dirs in this directory
H A Dfile_get_contents_variation2.phpt18 // this doesn't create the include dirs in this directory

Completed in 39 milliseconds

12