Home
last modified time | relevance | path

Searched refs:dir (Results 251 – 275 of 606) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-7.1/ext/spl/tests/
H A DDirectoryIterator_getOwner_basic.phpt18 $dir = new DirectoryIterator($dirname);
20 $actual = $dir->getOwner();
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt10 $dir = 'c:\\not\\exists\\here';
17 $iter = new DirectoryIterator($dir);
/PHP-7.1/ext/phar/tests/
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-7.1/ext/fileinfo/libmagic/
H A Dcdf.c627 dir->dir_len = ns * nd; in cdf_read_dir()
629 calloc(dir->dir_len, sizeof(dir->dir_tab[0]))); in cdf_read_dir()
630 if (dir->dir_tab == NULL) in cdf_read_dir()
634 free(dir->dir_tab); in cdf_read_dir()
660 free(dir->dir_tab); in cdf_read_dir()
722 if (i == dir->dir_len) in cdf_read_short_stream()
724 d = &dir->dir_tab[i]; in cdf_read_short_stream()
769 d = &dir->dir_tab[i - 1]; in cdf_read_user_stream()
1263 const cdf_dir_t *dir) in cdf_dump_dir() argument
1276 d = &dir->dir_tab[i]; in cdf_dump_dir()
[all …]
/PHP-7.1/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-7.1/ext/zip/tests/
H A Doo_setcompression.phpt24 $zip->addFromString('dir/entry3.txt', $txt);
31 var_dump($zip->setCompressionName('dir/entry3.txt', ZipArchive::CM_STORE));
68 dir/entry3.txt: stored
H A Doo_getnameindex.phpt23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
46 string(15) "dir/entry2d.txt"
/PHP-7.1/ext/pdo/tests/
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';
H A Dbug_64172.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_013.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_015.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-7.1/ext/standard/tests/file/
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 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 );
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 Dtempnam_variation3-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
19 echo "Failed, cannot create temp dir $filepath\n";
40 "/no/such/file/dir",
64 /* creating the files in existing dir */
H A Dcopy_variation17.phpt20 $dir = $file_path."/copy_variation17";
21 mkdir($dir);
31 $dest_file_name = $dir."/copy_copy_variation17.tmp";
H A Dstat_basic-win32-mb.phpt23 // creating dir
26 // stat of the dir created
39 // now new stat of the dir after file is created
56 echo "-- comparing difference in dir stats before and after creating file in it --\n";
78 -- comparing difference in dir stats before and after creating file in it --
/PHP-7.1/ext/standard/tests/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
H A Dscandir_variation3-win32-mb.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
13 * Source code: ext/standard/dir.c
23 $dir = dirname(__FILE__) . '/私はガラスを食べられますscandir_variation3';
24 mkdir($dir);
100 var_dump( scandir($dir, $sorting_order, $input) );
109 $dir = dirname(__FILE__) . '/私はガラスを食べられますscandir_variation3';
110 rmdir($dir);

Completed in 29 milliseconds

1...<<11121314151617181920>>...25