Home
last modified time | relevance | path

Searched refs:dir (Results 226 – 250 of 529) sorted by relevance

12345678910>>...22

/php-src/ext/pdo/tests/
H A Dpdo_031.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_36798.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_52098.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_020.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dgh8626.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_44159.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_032.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_71885.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
12 require_once $dir . 'pdo_test.inc';
H A Dbug_73234.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
10 require_once $dir . 'pdo_test.inc';
H A Dbug_38253.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_44409.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_019.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_024.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Ddebug_emulated_prepares.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_65946.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
/php-src/ext/standard/tests/general_functions/
H A Dinclude_path.phpt17 var_dump(set_include_path(".:/path/to/dir"));
42 string(14) ".:/path/to/dir"
H A Dbug44295-win.phpt10 $dir = 'c:\\not\\exists\\here';
17 $iter = new DirectoryIterator($dir);
/php-src/ext/phar/tests/
H A Ddir.phpt23 mkdir($pname . '/another/dir/');
24 var_dump($phar['another/dir']->isDir());
25 rmdir($pname . '/another/dir/');
28 var_dump(file_exists($pname . '/another/dir/'));
30 var_dump(file_exists($pname3 . '/another/dir/'));
47 rmdir($pname . '/another/dir');
84 Warning: rmdir(): phar error: cannot rmdir directory "phar://%sdir.phar.php/another/dir", write ope…
H A D018.phpt21 $dir = opendir('phar://hio/');
22 while (false !== ($a = readdir($dir))) {
H A Dstat2_5.3.phpt26 echo "dir\n";
49 string(3) "dir"
53 dir
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt11 $dir = "file_get_contents_variation2";
12 mkdir($file_path."/".$dir);
13 $filename = $file_path."/".$dir."/"."file_get_contents_variation2.tmp";
15 ini_set( 'include_path',$file_path."/".$dir );
H A Dcopy_variation17.phpt15 $dir = $file_path."/copy_variation17";
16 mkdir($dir);
26 $dest_file_name = $dir."/copy_copy_variation17.tmp";
H A Dsymlink_link_linkinfo_is_link_variation8.phpt2 …inkinfo(), link() and is_link() functions : usage variations - try link with same name in diff. dir
14 /* creating link to a file in different dir with the same name as the file */
34 // delete temp dir
54 // delete temp dir
/php-src/ext/spl/tests/
H A Diterator_002.phpt39 $dir = new RecursiveIteratorIterator(new CrashIterator(new RecursiceArrayIterator($array)), Recursi…
41 foreach ($dir as $file) {
/php-src/win32/build/
H A Dconfig.w32.phpize.in27 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
67 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
85 // Find the php_build dir - it contains headers and libraries
87 …p.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not s…
106 STDOUT.WriteLine("Build dir: " + get_define('BUILD_DIR'));
117 /* default is as a sibling of the php_build dir */
134 into the build dir and used to automatically load the shared extensions.", "no");

Completed in 52 milliseconds

12345678910>>...22