Home
last modified time | relevance | path

Searched refs:dir (Results 126 – 150 of 527) sorted by relevance

12345678910>>...22

/PHP-8.2/ext/pdo/tests/
H A Dpdo_quote_empty_string.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_43663.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_50458.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_34687.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_79106.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (!$dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_79106_collision.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (!$dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_36428.phpt8 $dir = getenv('REDIR_TEST_DIR');
9 if (false == $dir) die('skip no driver');
10 require_once $dir . 'pdo_test.inc';
H A Dbug_39398.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_40285.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_72788.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5809.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5772.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/file/
H A Dfilegroup_error.phpt8 /* Non-existing file or dir */
9 var_dump( filegroup("/no/such/file/dir") );
20 Warning: filegroup(): stat failed for /no/such/file/dir in %s on line %d
H A Dfileinode_error.phpt7 /* Non-existing file or dir */
8 var_dump( fileinode("/no/such/file/dir") );
18 Warning: fileinode(): stat failed for /no/such/file/dir in %s on line %d
H A Ddisk_free_space_basic.phpt19 $dir = "/disk_free_space";
20 mkdir($file_path.$dir);
22 $space1 = disk_free_space($file_path.$dir);
25 $fh = fopen($file_path.$dir."/disk_free_space.tmp", "a");
31 $space2 = disk_free_space($file_path.$dir);
H A Dfileowner_error.phpt7 /* Non-existing file or dir */
8 var_dump( fileowner("/no/such/file/dir") );
19 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
H A Drename_variation12.phpt11 /* Creating unique files in various dirs by passing relative paths to $dir arg */
47 $dir = $allDirs[$i];
50 $res = rename($dir."/".$fromFile, $dir."/".$toFile);
53 $res = rename($dir."/".$toFile, $dir."/".$fromFile);
H A Dfile_put_contents_variation7.phpt9 $mainDir = "filePutContentsVar7.dir";
46 $dir = $allDirs[$i];
48 $res = file_put_contents($dir."/".$filename, ($data . $i));
57 unlink($dir."/".$filename);
88 Warning: file_put_contents(%sfilePutContentsVar7.dir/filePutContentsVar7Sub/..///filePutContentsVar…
93 Warning: file_put_contents(%sfilePutContentsVar7.dir/filePutContentsVar7Sub/BADDIR/FileGetContentsV…
H A Dbug41655_2.phpt7 $dir = __DIR__;
8 $a=glob($dir . "/test*csv");
/PHP-8.2/ext/filter/tests/
H A D041.phpt10 abc=dir; def=true; abc=root; xyz="foo bar";
24 string(3) "dir"
31 string(3) "dir"
/PHP-8.2/ext/phar/tests/
H A Dphar_dotted_path.phpt12 $dir = __DIR__ . '/broken.dirname';
13 mkdir($dir, 0777);
15 $fname = $dir . '/dotted_path.phar';
H A D019.phpt25 $dir = opendir('phar://hio/b');
27 if ($dir) {
28 while (false !== ($a = readdir($dir))) {
/PHP-8.2/ext/phar/tests/zip/
H A Dunixzip.phpt10 echo "dir " . $b->getPathName() . "\n";
21 dir phar://%s/zip.zip%cempty
25 dir phar://%s/zip.zip%cnotempty
/PHP-8.2/ext/standard/tests/dir/
H A Dopendir_variation5.phpt13 * remove the execute permission from the parent dir and test opendir() on child dir
23 * |-> child_dir ( child dir)
46 // remove the execute permission from parent dir, allowing all permission for sub dir
47 chmod($sub_dir_path, 0777); // all permission to sub dir
/PHP-8.2/ext/standard/tests/streams/
H A Dbug49936_win32.phpt13 $dir = 'ftp://your:self@localhost/';
15 var_dump(opendir($dir));
16 var_dump(opendir($dir));

Completed in 31 milliseconds

12345678910>>...22