Home
last modified time | relevance | path

Searched refs:dir (Results 101 – 125 of 528) sorted by relevance

12345678910>>...22

/PHP-5.5/ext/phar/tests/
H A Dfopen5.2.phpt19 $a = fopen("dir/file1.txt", "r");
27 $a['dir/file1.txt'] = 'hi';
28 $a['dir/file2.txt'] = 'hi2';
29 $a['dir/file3.txt'] = 'hi3';
31 set_include_path("phar://" . __FILE__ . "/dir" . PATH_SEPARATOR . "phar://" . __FILE__);
H A D027.phpt28 $dir = opendir($phar . $base);
33 while (false !== ($entry = readdir($dir))) {
48 echo "fseek on dir handle\n";
52 echo "fwrite on dir handle\n";
78 fseek on dir handle
85 fwrite on dir handle
90 Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at …
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
H A D027U.phpt28 $dir = opendir($phar . $base);
33 while (false !== ($entry = readdir($dir))) {
48 echo "fseek on dir handle\n";
52 echo "fwrite on dir handle\n";
78 fseek on dir handle
85 fwrite on dir handle
90 Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at …
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
H A Dphar_dotted_path.phpt12 $dir = dirname(__FILE__) . '/broken.dirname';
13 mkdir($dir, 0777);
15 $fname = $dir . '/dotted_path.phar';
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation6.phpt13 * Source code: ext/standard/dir.c
54 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
57 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
62 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
65 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation8.phpt22 /* test the effects on stats with creating file/subdir in a dir
26 mkdir("$file_path/lstat_stat_variation8/"); // temp dir
28 // creating and deleting subdir and files in the dir
29 echo "*** Testing stat() on dir after subdir and file is created in it ***\n";
57 *** Testing stat() on dir after subdir and file is created in it ***
H A Dstat_variation3-win32.phpt2 Test stat() functions: usage variations - effects of creating/deleting the dir/file
17 /* test the effects of creating & deleting of subdir/file on the stats of dir/file */
24 mkdir("$file_path/stat_variation3/"); // temp dir
28 // creating and deleting subdir and files in the dir
29 echo "-- Testing stat() on dir after subdir and file is created in it --\n";
71 -- Testing stat() on dir after subdir and file is created in it --
H A Dcopy_variation12-win32.phpt2 Test copy() function: usage variations - dir as source
15 /* Test copy(): Trying to create a copy of an existing dir */
19 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
41 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Dfiletype_error.phpt8 dir, block, link, file, and unknown.
12 /* non-existing file or dir */
13 print( filetype("/no/such/file/dir") );
29 Warning: filetype(): Lstat failed for /no/such/file/dir in %s on line %d
H A Dbug41655_2.phpt7 $dir = dirname(__FILE__);
8 $a=glob($dir . "/test.*");
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 ***
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_246x247.phpt10 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
13 while (($file = readdir($dir)) !== FALSE) {
18 closedir($dir);
H A Dgetimagesize_384x385.phpt10 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
13 while (($file = readdir($dir)) !== FALSE) {
18 closedir($dir);
/PHP-5.5/ext/openssl/tests/
H A Dbug37820.phpt10 $dir = dirname(__FILE__);
11 $file_pub = $dir . '/bug37820cert.pem';
12 $file_key = $dir . '/bug37820key.pem';
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_dir_basic.phpt11 $inputFileName = dirname(__FILE__)."/dir.gz";
23 Warning: opendir(compress.zlib://%s/dir.gz): failed to open dir: not implemented in %s on line %d
H A Dreadgzfile_variation15.phpt53 gzwrite($h, "This is a file in working dir");
64 //should read the file in working dir
71 gzwrite($h, "This is a file in script dir");
74 //should read the file in script dir
91 file content:This is a file in working dir
92 file content:This is a file in script dir
/PHP-5.5/ext/ftp/
H A Dconfig.m48 PHP_ARG_WITH(openssl-dir,OpenSSL dir for FTP,
9 [ --with-openssl-dir[=DIR] FTP: openssl install prefix], no, no)
/PHP-5.5/ext/libxml/
H A Dconfig0.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir[=DIR] LIBXML: libxml2 install prefix], no, no)
/PHP-5.5/ext/xmlwriter/
H A Dconfig.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
/PHP-5.5/ext/filter/tests/
H A D041.phpt9 abc=dir; def=true; abc=root; xyz="foo bar";
23 string(3) "dir"
30 string(3) "dir"
/PHP-5.5/ext/xmlreader/
H A Dconfig.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no)
/PHP-5.5/ext/pdo/tests/
H A Dbug_40285.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_50458.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.5/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)

Completed in 26 milliseconds

12345678910>>...22