Home
last modified time | relevance | path

Searched refs:dir (Results 51 – 75 of 595) sorted by last modified time

12345678910>>...24

/PHP-7.3/ext/zlib/tests/
H A Dreading_include_path.inc2 $thisTestDir = "zlibVariation.dir";
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 Dgzfile_variation15.phpt51 gzwrite($h, "This is a file in working dir");
67 gzwrite($h, "This is a file in script dir");
70 //should read the file in script dir
100 string(29) "This is a file in working dir"
105 string(28) "This is a file in script dir"
/PHP-7.3/ext/zip/tests/
H A Doo_namelocate.phpt22 $zip->addFromString('dir/entry2d.txt', 'entry #2');
H A Doo_rename.phpt22 $zip->addFromString('dir/entry2.txt', 'entry #2');
42 if (!$zip->renameName('dir/entry2.txt', 'dir3/ren_entry2.txt')) {
43 echo "failed name dir/entry2.txt\n";
53 2 dir/entry2.txt
H A Doo_setcomment.phpt22 $zip->addFromString('dir/entry2d.txt', 'entry #2');
29 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
67 string(15) "dir/entry2d.txt"
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 Dutils.inc10 function rmdir_rf($dir) {
11 if ($handle = opendir($dir)) {
14 if (is_dir($dir . '/' . $item)) {
15 rmdir_rf($dir . '/' . $item);
17 unlink($dir . '/' . $item);
22 rmdir($dir);
H A Dbug14962.phpt10 $dir = dirname(__FILE__);
12 $fullpath = $dir . '/' . $file;
14 $za->open($dir . '/__14962.zip', ZIPARCHIVE::CREATE);
18 if (!is_file($dir . "/__14962.zip")) {
22 $za->open($dir . '/__14962.zip');
23 $za->extractTo($dir, NULL);
30 unlink($dir . '/' . '__14962.zip');
H A Doo_getnameindex.phpt22 $zip->addFromString('dir/entry2d.txt', 'entry #2');
45 string(15) "dir/entry2d.txt"
H A Dbug70350.phpt10 $dir = dirname(__FILE__)."/bug70350";
11 mkdir($dir);
13 $archive->open("$dir/a.zip",ZipArchive::CREATE);
18 $archive2->open("$dir/a.zip");
19 $archive2->extractTo($dir);
21 var_dump(file_exists("$dir/down2/"));
26 $dir = dirname(__FILE__)."/bug70350";
27 rmdir("$dir/down2");
28 unlink("$dir/a.zip");
29 rmdir($dir);
H A Doo_addpattern.phpt25 $dir = realpath($dirname);
26 $options = array('add_path' => 'baz/', 'remove_path' => $dir);
27 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
H A Doo_delete.phpt21 $zip->addFromString('dir/entry2.txt', 'entry #2');
45 if ($zip->deleteName('dir/entry2.txt')) {
/PHP-7.3/ext/zlib/
H A Dconfig0.m46 PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined,
7 [ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no)
/PHP-7.3/ext/zip/
H A Dconfig.m47 PHP_ARG_WITH(zlib-dir, for the location of libz,
8 [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, no)
11 PHP_ARG_WITH(pcre-dir, pcre install prefix,
12 [ --with-pcre-dir ZIP: pcre install prefix], no, no)
45 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…
/PHP-7.3/ext/xmlwriter/
H A Dconfig.m47 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
8 [ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
/PHP-7.3/ext/xmlreader/
H A Dconfig.m47 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
8 [ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no)
/PHP-7.3/ext/xmlrpc/
H A Dconfig.m412 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
13 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
16 PHP_ARG_WITH(libexpat-dir, libexpat dir for XMLRPC-EPI,
17 [ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)],no,no)
19 PHP_ARG_WITH(iconv-dir, iconv dir for XMLRPC-EPI,
20 [ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI],no,no)
29 dnl Default to libxml2 if --with-libexpat-dir is not used
43 AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>])
58 AC_MSG_ERROR([XML-RPC support requires libexpat. Use --with-libexpat-dir=<DIR> (deprecated!)])
98 dnl queue.h or base64.h. Distributions have to create dir
/PHP-7.3/ext/wddx/
H A Dconfig.m47 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
8 [ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no)
11 PHP_ARG_WITH(libexpat-dir, libexpat dir for WDDX,
12 [ --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)],no,no)
17 dnl Default to libxml2 if --with-libexpat-dir is not used
30 AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>])
35 dnl Check for expat only if --with-libexpat-dir is used.
/PHP-7.3/ext/xml/
H A Dconfig.m47 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
8 [ --with-libxml-dir=DIR XML: libxml2 install prefix], no, no)
11 PHP_ARG_WITH(libexpat-dir, libexpat install dir,
12 [ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)], no, no)
17 dnl Default to libxml2 if --with-libexpat-dir is not used.
29 AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>])
34 dnl Check for expat only if --with-libexpat-dir is used.
/PHP-7.3/ext/standard/tests/streams/
H A Dopendir-003.phpt23 Warning: opendir(ftps://127.0.0.1:%d/bogusdir): failed to open dir: FTP server reports 250 /bogusdi…
H A Dstream_get_meta_data_dir_basic.phpt6 $dir = opendir(dirname(__FILE__));
7 var_dump(stream_get_meta_data($dir));
8 closedir($dir);
10 $dirObject = dir(dirname(__FILE__));
25 string(3) "dir"
43 string(3) "dir"
H A Dbug40459.phpt36 function mkdir($dir, $mode, $options)
41 function rmdir($dir, $options)
H A Dbug49936.phpt11 $dir = 'ftp://your:self@localhost/';
13 var_dump(@opendir($dir));
14 var_dump(@opendir($dir));
H A Dbug60602.phpt14 $cmd = (substr(PHP_OS, 0, 3) == 'WIN') ? 'dir' : 'ls';

Completed in 117 milliseconds

12345678910>>...24