Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.3/ext/standard/tests/image/
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.3/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.3/ext/standard/tests/file/
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 Ddisk_free_space_basic.phpt21 $dir = "/disk_free_space";
22 mkdir($file_path.$dir);
24 $space1 = disk_free_space($file_path.$dir);
27 $fh = fopen($file_path.$dir."/disk_free_space.tmp", "a");
33 $space2 = disk_free_space($file_path.$dir);
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 ***
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-5.3/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.3/ext/phar/tests/
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.3/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.3/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.3/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.3/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.3/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.3/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-5.3/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-5.3/ext/spl/
H A Dspl_directory.c95 if (intern->u.dir.dirp) { in spl_filesystem_object_free_storage()
223 if (!intern->u.dir.dirp || !php_stream_readdir(intern->u.dir.dirp, &intern->u.dir.entry)) { in spl_filesystem_dir_read()
255 intern->u.dir.index = 0; in spl_filesystem_dir_open()
794 intern->u.dir.index++; in SPL_METHOD()
1531 if (intern->u.dir.sub_path && intern->u.dir.sub_path[0]) { in SPL_METHOD()
1532 …subdir->u.dir.sub_path_len = spprintf(&subdir->u.dir.sub_path, 0, "%s%c%s", intern->u.dir.sub_path… in SPL_METHOD()
1534 subdir->u.dir.sub_path_len = strlen(intern->u.dir.entry.d_name); in SPL_METHOD()
1535 subdir->u.dir.sub_path = estrndup(intern->u.dir.entry.d_name, subdir->u.dir.sub_path_len); in SPL_METHOD()
1556 RETURN_STRINGL(intern->u.dir.sub_path, intern->u.dir.sub_path_len, 1); in SPL_METHOD()
1717 object->u.dir.index++; in spl_filesystem_dir_it_move_forward()
[all …]
/PHP-5.3/ext/standard/
H A Dphp_dir.h25 PHP_MINIT_FUNCTION(dir);
26 PHP_RINIT_FUNCTION(dir);

Completed in 86 milliseconds

12345678910>>...21