Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-5.4/ext/standard/tests/dir/
H A Dopendir_error2-win32.phpt13 * Source code: ext/standard/dir.c
38 Warning: opendir(%s/idonotexist): failed to open dir: %s in %s on line %d
45 Warning: opendir(idonotexist): failed to open dir: %s in %s on line %d
H A Dscandir_variation3.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
17 $dir = dirname(__FILE__) . '/scandir_variation3';
18 mkdir($dir);
94 var_dump( scandir($dir, $sorting_order, $input) );
103 $dir = dirname(__FILE__) . '/scandir_variation3';
104 rmdir($dir);
H A Dopendir_variation7.phpt22 * Source code: ext/standard/dir.c
60 // try to remove the dir if exists & create
62 chmod ($dir_path, 0777); // change dir permission to allow all operation
67 // change the dir permisson to test dir on it
/PHP-5.4/ext/pdo/tests/
H A Dpdo_019.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_032.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_021.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_34630.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_031.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_034.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.4/ext/phar/tests/
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');
85 Warning: rmdir(): phar error: cannot rmdir directory "phar://%sdir.phar.php/another/dir", write ope…
H A D018U.phpt24 $dir = opendir('phar://hio/');
25 while (false !== ($a = readdir($dir))) {
H A D018.phpt24 $dir = opendir('phar://hio/');
25 while (false !== ($a = readdir($dir))) {
/PHP-5.4/ext/fileinfo/libmagic/
H A Dcdf.c611 dir->dir_len = ns * nd; in cdf_read_dir()
613 calloc(dir->dir_len, sizeof(dir->dir_tab[0]))); in cdf_read_dir()
614 if (dir->dir_tab == NULL) in cdf_read_dir()
618 free(dir->dir_tab); in cdf_read_dir()
644 free(dir->dir_tab); in cdf_read_dir()
704 if (i == dir->dir_len) in cdf_read_short_stream()
706 d = &dir->dir_tab[i]; in cdf_read_short_stream()
750 d = &dir->dir_tab[i - 1]; in cdf_read_summary_info()
1147 const cdf_dir_t *dir) in cdf_dump_dir() argument
1159 d = &dir->dir_tab[i]; in cdf_dump_dir()
[all …]
/PHP-5.4/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt18 $dir = new DirectoryIterator($dirname);
20 $actual = $dir->getGroup();
H A DDirectoryIterator_getOwner_basic.phpt18 $dir = new DirectoryIterator($dirname);
20 $actual = $dir->getOwner();
/PHP-5.4/ext/filter/tests/
H A D015.phpt12 'http://www.example/img/dir/',
13 'http://www.example/img/dir',
57 string(27) "http://www.example/img/dir/"
58 string(26) "http://www.example/img/dir"
/PHP-5.4/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt20 $dir = "file_get_contents_variation2";
21 mkdir($file_path."/".$dir);
22 $filename = $file_path."/".$dir."/"."file_get_contents_variation2.tmp";
24 ini_set( 'include_path',$file_path."/".$dir );
H A Dfile_get_contents_variation8-win32.phpt34 "/no/such/file/dir" => "/no/such/file/dir",
89 -- Filename: /no/such/file/dir --
91 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
H A Dreadfile_variation10-win32.phpt33 "/no/such/file/dir" => "/no/such/file/dir",
80 -- Filename: /no/such/file/dir --
82 Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on lin…
H A Dcopy_variation17.phpt20 $dir = $file_path."/copy_variation17";
21 mkdir($dir);
31 $dest_file_name = $dir."/copy_copy_variation17.tmp";
/PHP-5.4/ext/snmp/
H A Dconfig.m48 PHP_ARG_WITH(openssl-dir,OpenSSL dir for SNMP,
9 [ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt10 $dir = 'c:\\not\\exists\\here';
17 $iter = new DirectoryIterator($dir);
/PHP-5.4/win32/build/
H A Dconfutils.js1383 dir = dir.replace(new RegExp("/", "g"), "\\");
1430 srcs_line = dir + "\\" + src;
1601 var i, dir, bd, last;
1605 dir = get_define("BUILD_DIR");
1609 if (!FSO.FolderExists(dir)) {
1610 FSO.CreateFolder(dir);
2198 if (dir.length > 0 && dir.substr(dir.length - 1) != '/' && dir.substr(dir.length - 1) != '\\') {
2199 dir += '/';
2201 dir = dir.replace(new RegExp("/", "g"), "\\");
2207 isdir = FSO.FolderExists(dir + src);
[all …]
/PHP-5.4/ext/zip/tests/
H A Doo_getnameindex.phpt23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
46 string(15) "dir/entry2d.txt"
/PHP-5.4/ext/ftp/
H A Dftp.h128 int ftp_chdir(ftpbuf_t *ftp, const char *dir);
136 char* ftp_mkdir(ftpbuf_t *ftp, const char *dir);
139 int ftp_rmdir(ftpbuf_t *ftp, const char *dir);

Completed in 44 milliseconds

12345678910>>...22