Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-7.0/ext/pdo/tests/
H A Dbug_72788.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_39398.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 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 Dpecl_bug_5772.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpecl_bug_5809.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_34687.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_61292.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-7.0/ext/standard/tests/file/
H A Dcopy_variation12.phpt2 Test copy() function: usage variations - dir as source (Bug #42111)
16 /* Test copy(): Trying to create a copy of an existing dir */
20 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
42 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Dlstat_stat_variation17.phpt2 Test lstat() and stat() functions: usage variations - effects changing permissions of dir
19 /* test the effects on stats by changing permissions of a dir */
25 echo "*** Testing lstat() on a dir after changing its access permission ***\n";
51 *** Testing lstat() on a dir after changing its access permission ***
H A Ddisk_free_space_basic.phpt25 $dir = "/disk_free_space";
26 mkdir($file_path.$dir);
28 $space1 = disk_free_space($file_path.$dir);
31 $fh = fopen($file_path.$dir."/disk_free_space.tmp", "a");
37 $space2 = disk_free_space($file_path.$dir);
H A Dbug41655_2.phpt7 $dir = dirname(__FILE__);
8 $a=glob($dir . "/test*csv");
H A Drename_variation12.phpt17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
53 $dir = $allDirs[$i];
56 $res = rename($dir."/".$fromFile, $dir."/".$toFile);
59 $res = rename($dir."/".$toFile, $dir."/".$fromFile);
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
61 _splitpath(filename, drive, dir, fname, ext); in file_os2_apptype()
63 (*dir == '\0') ? "./" : dir, in file_os2_apptype()
/PHP-7.0/ext/simplexml/
H A Dconfig.m48 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
9 [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no)
/PHP-7.0/ext/soap/
H A Dconfig.m48 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
9 [ --with-libxml-dir=DIR SOAP: libxml2 install prefix], no, no)
/PHP-7.0/ext/phar/tests/zip/
H A Dunixzip.phpt11 echo "dir " . $b->getPathName() . "\n";
23 dir phar://%s/zip.zip%cempty
27 dir phar://%s/zip.zip%cnotempty
/PHP-7.0/ext/phar/tests/
H A D019.phpt25 $dir = opendir('phar://hio/b');
27 if ($dir) {
28 while (false !== ($a = readdir($dir))) {
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug44295.phpt10 $dir = '/this/path/does/not/exist';
17 $iter = new DirectoryIterator($dir);
28 in catch: DirectoryIterator::__construct(/this/path/does/not/exist): failed to open dir: No such fi…
/PHP-7.0/ext/standard/
H A Dphp_dir.h25 PHP_MINIT_FUNCTION(dir);
26 PHP_RINIT_FUNCTION(dir);
/PHP-7.0/ext/spl/tests/
H A Darray_009.phpt8 $dir = new RecursiveIteratorIterator(new RecursiveArrayIterator($array), RecursiveIteratorIterator:…
10 foreach ($dir as $file) {
/PHP-7.0/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
14 /path/to/temp/dir
/PHP-7.0/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt13 * Source code: ext/standard/dir.c
56 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
61 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
68 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
73 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
H A Dscandir_error2.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
36 Warning: scandir(%s/idonotexist): failed to open dir: %s in %s on line %d
43 Warning: scandir(/idonotexist): failed to open dir: %s in %s on line %d
/PHP-7.0/ext/zip/tests/
H A Doo_setcomment.phpt23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
30 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
68 string(15) "dir/entry2d.txt"
/PHP-7.0/tests/security/
H A Dopen_basedir_scandir.phpt32 Warning: scandir(../bad): failed to open dir: %s in %s on line %d
39 Warning: scandir(../bad/bad.txt): failed to open dir: %s in %s on line %d
46 Warning: scandir(..): failed to open dir: %s in %s on line %d
53 Warning: scandir(../): failed to open dir: %s in %s on line %d
60 Warning: scandir(/): failed to open dir: %s in %s on line %d
67 Warning: scandir(../bad/.): failed to open dir: %s in %s on line %d
74 Warning: scandir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
81 Warning: scandir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d

Completed in 56 milliseconds

12345678910>>...22