Home
last modified time | relevance | path

Searched refs:addEmptyDir (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/archivers/php81-zip/php-8.1.1/ext/zip/tests/
H A Doo_addemptydir.phpt2 ziparchive::addEmptyDir
20 $zip->addEmptyDir('emptydir');
22 $zip->addEmptyDir('emptydir');
24 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
H A Doo_add_encoding.phpt2 ziparchive::addEmptyDir with encoding option
22 $zip->addEmptyDir('foo');
23 $zip->addEmptyDir(chr(0x82), ZipArchive::FL_ENC_CP437);
24 $zip->addEmptyDir('è', ZipArchive::FL_ENC_UTF_8);
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
9 var_dump($archive->addEmptyDir('test'));
11 var_dump($archive->addEmptyDir('test'));
/dports/www/mod_php81/php-8.1.1/ext/zip/tests/
H A Doo_add_encoding.phpt2 ziparchive::addEmptyDir with encoding option
22 $zip->addEmptyDir('foo');
23 $zip->addEmptyDir(chr(0x82), ZipArchive::FL_ENC_CP437);
24 $zip->addEmptyDir('è', ZipArchive::FL_ENC_UTF_8);
H A Doo_addemptydir.phpt2 ziparchive::addEmptyDir
20 $zip->addEmptyDir('emptydir');
22 $zip->addEmptyDir('emptydir');
24 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
9 var_dump($archive->addEmptyDir('test'));
11 var_dump($archive->addEmptyDir('test'));
/dports/lang/php81/php-8.1.1/ext/zip/tests/
H A Doo_add_encoding.phpt2 ziparchive::addEmptyDir with encoding option
22 $zip->addEmptyDir('foo');
23 $zip->addEmptyDir(chr(0x82), ZipArchive::FL_ENC_CP437);
24 $zip->addEmptyDir('è', ZipArchive::FL_ENC_UTF_8);
H A Doo_addemptydir.phpt2 ziparchive::addEmptyDir
20 $zip->addEmptyDir('emptydir');
22 $zip->addEmptyDir('emptydir');
24 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
9 var_dump($archive->addEmptyDir('test'));
11 var_dump($archive->addEmptyDir('test'));
/dports/archivers/php80-zip/php-8.0.15/ext/zip/tests/
H A Doo_add_encoding.phpt2 ziparchive::addEmptyDir with encoding option
21 $zip->addEmptyDir('foo');
22 $zip->addEmptyDir(chr(0x82), ZipArchive::FL_ENC_CP437);
23 $zip->addEmptyDir('è', ZipArchive::FL_ENC_UTF_8);
H A Doo_addemptydir.phpt2 ziparchive::addEmptyDir
22 $zip->addEmptyDir('emptydir');
24 $zip->addEmptyDir('emptydir');
26 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
/dports/www/mod_php80/php-8.0.15/ext/zip/tests/
H A Doo_add_encoding.phpt2 ziparchive::addEmptyDir with encoding option
21 $zip->addEmptyDir('foo');
22 $zip->addEmptyDir(chr(0x82), ZipArchive::FL_ENC_CP437);
23 $zip->addEmptyDir('è', ZipArchive::FL_ENC_UTF_8);
H A Doo_addemptydir.phpt2 ziparchive::addEmptyDir
22 $zip->addEmptyDir('emptydir');
24 $zip->addEmptyDir('emptydir');
26 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
/dports/lang/php80/php-8.0.15/ext/zip/tests/
H A Doo_add_encoding.phpt2 ziparchive::addEmptyDir with encoding option
21 $zip->addEmptyDir('foo');
22 $zip->addEmptyDir(chr(0x82), ZipArchive::FL_ENC_CP437);
23 $zip->addEmptyDir('è', ZipArchive::FL_ENC_UTF_8);
H A Doo_addemptydir.phpt2 ziparchive::addEmptyDir
22 $zip->addEmptyDir('emptydir');
24 $zip->addEmptyDir('emptydir');
26 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
/dports/archivers/php81-phar/php-8.1.1/ext/phar/tests/
H A Dbug77322.phpt2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)
8 $zip->addEmptyDir('/');
12 $tar->addEmptyDir('/');
/dports/www/mod_php81/php-8.1.1/ext/phar/tests/
H A Dbug77322.phpt2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)
8 $zip->addEmptyDir('/');
12 $tar->addEmptyDir('/');
/dports/lang/php81/php-8.1.1/ext/phar/tests/
H A Dbug77322.phpt2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)
8 $zip->addEmptyDir('/');
12 $tar->addEmptyDir('/');
/dports/archivers/php74-zip/php-7.4.27/ext/zip/tests/
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
11 var_dump($archive->addEmptyDir('test'));
13 var_dump($archive->addEmptyDir('test'));
/dports/archivers/php80-phar/php-8.0.15/ext/phar/tests/
H A Dbug77322.phpt2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)
10 $zip->addEmptyDir('/');
14 $tar->addEmptyDir('/');
/dports/archivers/php73-zip/php-7.3.33/ext/zip/tests/
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
11 var_dump($archive->addEmptyDir('test'));
13 var_dump($archive->addEmptyDir('test'));
/dports/archivers/php74-phar/php-7.4.27/ext/phar/tests/
H A Dbug77322.phpt2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)
10 $zip->addEmptyDir('/');
14 $tar->addEmptyDir('/');
/dports/lang/php73/php-7.3.33/ext/zip/tests/
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
11 var_dump($archive->addEmptyDir('test'));
13 var_dump($archive->addEmptyDir('test'));
/dports/lang/php74/php-7.4.27/ext/phar/tests/
H A Dbug77322.phpt2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)
10 $zip->addEmptyDir('/');
14 $tar->addEmptyDir('/');
/dports/lang/php74/php-7.4.27/ext/zip/tests/
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
11 var_dump($archive->addEmptyDir('test'));
13 var_dump($archive->addEmptyDir('test'));

12345678910>>...18