Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.2/ext/pdo/tests/
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 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 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 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_44159.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 Dbug_65946.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 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_34630.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_64172.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_021.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
/PHP-8.2/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-8.2/ext/spl/tests/
H A Diterator_002.phpt39 $dir = new RecursiveIteratorIterator(new CrashIterator(new RecursiceArrayIterator($array)), Recursi…
41 foreach ($dir as $file) {
/PHP-8.2/ext/phar/tests/
H A D018.phpt21 $dir = opendir('phar://hio/');
22 while (false !== ($a = readdir($dir))) {
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 Dstat2_5.3.phpt26 echo "dir\n";
49 string(3) "dir"
53 dir
/PHP-8.2/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-8.2/ext/fileinfo/libmagic/
H A Dcdf.c679 dir->dir_len = ns * nd; in cdf_read_dir()
681 CDF_CALLOC(dir->dir_len, sizeof(dir->dir_tab[0]))); in cdf_read_dir()
682 if (dir->dir_tab == NULL) in cdf_read_dir()
686 efree(dir->dir_tab); in cdf_read_dir()
712 efree(dir->dir_tab); in cdf_read_dir()
776 if (i == dir->dir_len) { in cdf_read_short_stream()
780 d = &dir->dir_tab[i]; in cdf_read_short_stream()
837 d = &dir->dir_tab[i - 1]; in cdf_read_user_stream()
1388 const cdf_dir_t *dir) in cdf_dump_dir() argument
1401 d = &dir->dir_tab[i]; in cdf_dump_dir()
[all …]
/PHP-8.2/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");
/PHP-8.2/
H A Drun-tests.php746 foreach ($optionals as $dir) {
747 if (is_dir($dir)) {
748 $test_dirs[] = $dir;
757 foreach ($test_dirs as $dir) {
758 find_files(TEST_PHP_SRCDIR . "/{$dir}", $dir == 'ext');
761 foreach ($user_tests as $dir) {
762 find_files($dir, $dir == 'ext');

Completed in 53 milliseconds

12345678910>>...22