Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/standard/tests/file/
H A Dmkdir_variation5.phpt54 foreach($dirs as $dir) {
55 echo "-- creating $dir --\n";
56 $res = mkdir($dir);
59 rmdir($dir);
H A Dtempnam_variation2-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
66 echo "temp dir\n";
128 File created in => temp dir
140 File created in => temp dir
147 File created in => temp dir
169 File created in => temp dir
H A Dtempnam_variation2.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
66 echo "temp dir\n";
128 File created in => temp dir
140 File created in => temp dir
147 File created in => temp dir
169 File created in => temp dir
H A Dtempnam_variation8-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
65 echo "temp dir\n";
122 File created in => temp dir
129 File created in => temp dir
151 File created in => temp dir
H A Dfile_get_contents_file_put_contents_variation2.phpt19 $dir = "file_get_contents_variation2";
20 mkdir($file_path."/".$dir);
21 $filename = $file_path."/".$dir."/"."file_get_contents_variation2.tmp";
23 ini_set( 'include_path',$file_path."/".$dir );
/PHP-7.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 D018.phpt23 $dir = opendir('phar://hio/');
24 while (false !== ($a = readdir($dir))) {
/PHP-7.4/ext/pdo/tests/
H A Dbug_52098.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_65946.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 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_012.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 Ddebug_emulated_prepares.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 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-7.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt68 gzwrite($h, "This is a file in working dir");
80 //should read the file in working dir
88 gzwrite($h, "This is a file in script dir");
91 //should read the file in script dir
114 This is a file in working dir
115 This is a file in script dir
158 This is a file in working dir
159 This is a file in script dir
/PHP-7.4/ext/xmlrpc/
H A Dconfig.m413 PHP_ARG_WITH([iconv-dir],
14 [iconv dir for XMLRPC-EPI],
15 [AS_HELP_STRING([--with-iconv-dir=DIR],
16 [XMLRPC-EPI: iconv dir for XMLRPC-EPI])],
80 dnl base64.h. Distributions have to create dir for xmlrpc-epi because of
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt10 $dir = 'c:\\not\\exists\\here';
17 $iter = new DirectoryIterator($dir);
/PHP-7.4/ext/gettext/
H A Dgettext.c53 ZEND_ARG_INFO(0, dir)
258 char *domain, *dir; in PHP_NAMED_FUNCTION() local
262 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &domain, &domain_len, &dir, &dir_len) == FAILURE)… in PHP_NAMED_FUNCTION()
273 if (dir[0] != '\0' && strcmp(dir, "0")) { in PHP_NAMED_FUNCTION()
274 if (!VCWD_REALPATH(dir, dir_name)) { in PHP_NAMED_FUNCTION()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c663 dir->dir_len = ns * nd; in cdf_read_dir()
665 CDF_CALLOC(dir->dir_len, sizeof(dir->dir_tab[0]))); in cdf_read_dir()
666 if (dir->dir_tab == NULL) in cdf_read_dir()
670 efree(dir->dir_tab); in cdf_read_dir()
696 efree(dir->dir_tab); in cdf_read_dir()
760 if (i == dir->dir_len) { in cdf_read_short_stream()
764 d = &dir->dir_tab[i]; in cdf_read_short_stream()
821 d = &dir->dir_tab[i - 1]; in cdf_read_user_stream()
1372 const cdf_dir_t *dir) in cdf_dump_dir() argument
1385 d = &dir->dir_tab[i]; in cdf_dump_dir()
[all …]
/PHP-7.4/ext/zip/tests/
H A Doo_setcompression.phpt23 $zip->addFromString('dir/entry3.txt', $txt);
30 var_dump($zip->setCompressionName('dir/entry3.txt', ZipArchive::CM_STORE));
67 dir/entry3.txt: stored
H A Doo_getnameindex.phpt22 $zip->addFromString('dir/entry2d.txt', 'entry #2');
45 string(15) "dir/entry2d.txt"
/PHP-7.4/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt19 $dir = new DirectoryIterator($dirname);
21 $actual = $dir->getGroup();
H A DDirectoryIterator_getOwner_basic.phpt19 $dir = new DirectoryIterator($dirname);
21 $actual = $dir->getOwner();
/PHP-7.4/ext/ftp/
H A Dconfig.m47 PHP_ARG_WITH([openssl-dir],
9 [AS_HELP_STRING([[--with-openssl-dir]],

Completed in 42 milliseconds

12345678910>>...23