Home
last modified time | relevance | path

Searched refs:files (Results 101 – 125 of 765) sorted by relevance

12345678910>>...31

/PHP-8.1/ext/phar/tests/
H A Drefcount1.phpt14 $files = array();
15 $files['a.php'] = '<?php echo "This is a\n"; ?>';
16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
18 include 'files/phar_test.inc';
H A Dphar_oo_uncompressall.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A D016b.phpt15 $files = array();
16 $files['a'] = array('cont'=>'a','flags'=>0x00001000, 'clen' => 1);
17 include 'files/phar_test.inc';
H A Drmdir.phpt16 $files = array();
17 $files['a/x'] = 'a';
18 include 'files/phar_test.inc';
H A Ddelete_in_phar_confirm.phpt15 $files = array();
16 $files['a.php'] = '<?php echo "This is a\n"; ?>';
17 $files['b.php'] = '<?php echo "This is b\n"; ?>';
18 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 include 'files/phar_test.inc';
H A D027.phpt13 $files = array();
14 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
17 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
18 $files['e.php'] = '<?php echo "This is e\n"; ?>';
20 include 'files/phar_test.inc';
H A Ddelete.phpt16 $files = array();
17 $files['a'] = 'a';
18 include 'files/phar_test.inc';
H A D011.phpt17 $files = array();
18 $files['a'] = array('cont'=>'a','ulen'=>1,'clen'=>2);
19 include 'files/phar_test.inc';
H A Drename.phpt16 $files = array();
17 $files['a'] = 'a';
18 include 'files/phar_test.inc';
H A Dphar_oo_nosig.phpt10 require_once 'files/phar_oo_test.inc';
17 unlink(__DIR__ . '/files/phar_oo_test.phar.php');
H A Dphar_ctx_001.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Drename_dir.phpt17 $files = array();
18 $files['a/x'] = 'a';
19 include 'files/phar_test.inc';
/PHP-8.1/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt17 $files = array();
19 $files['a.php'] = '<?php echo "This is a\n"; ?>';
20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 foreach ($files as $n => $file) {
H A Drefcount1.phpt18 $files = array();
20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
24 foreach ($files as $n => $file) {
H A Dcorrupt_005.phpt8 new PharData(__DIR__ . '/files/encrypted.zip');
14 phar error: Cannot process encrypted zip files in zip-based phar "%sencrypted.zip"
/PHP-8.1/Zend/tests/
H A Dget_required_files.phpt9 $files = get_required_files();
10 var_dump($files);
/PHP-8.1/ext/standard/tests/file/
H A Dfilesize_variation1-win32-mb.phpt2 Test filesize() function: usage variations - size of files
15 echo "*** Checking filesize() with different size of files ***\n";
28 *** Checking filesize() with different size of files ***
H A Dfilesize_variation1-win32.phpt2 Test filesize() function: usage variations - size of files
15 echo "*** Checking filesize() with different size of files ***\n";
28 *** Checking filesize() with different size of files ***
H A Dfilesize_variation1.phpt2 Test filesize() function: usage variations - size of files
15 echo "*** Checking filesize() with different size of files ***\n";
28 *** Checking filesize() with different size of files ***
H A Dfiletype_basic.phpt5 echo "*** Testing filetype() with files and dirs ***\n";
13 *** Testing filetype() with files and dirs ***
/PHP-8.1/ext/zip/examples/
H A Dextract.php20 $files = array('test', 'testdir/test2'); variable
21 if (!$zip->extractTo("./testext/path/to", $files)) {
/PHP-8.1/ext/phar/tests/bug64931/
H A Dbug64931.phpt52 CAUGHT: Cannot create any files in magic ".phar" directory
53 CAUGHT: Cannot create any files in magic ".phar" directory
54 CAUGHT: Cannot create any files in magic ".phar" directory
55 CAUGHT: Cannot create any files in magic ".phar" directory
/PHP-8.1/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {
/PHP-8.1/ext/zip/tests/
H A Dbug80863.phpt18 $files = [
23 foreach ($files as &$file);
27 $zip->extractTo($target, $files);
/PHP-8.1/sapi/phpdbg/tests/
H A Dbug76801.phpt2 include()ing files should not raise "too many open files" error

Completed in 55 milliseconds

12345678910>>...31