Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-7.4/ext/phar/tests/zip/
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 Dopen_for_write_newfile_b.phpt19 $files = array();
21 $files['a.php'] = '<?php echo "This is a\n"; ?>';
22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
25 foreach ($files as $n => $file) {
H A Dopen_for_write_newfile_c.phpt19 $files = array();
21 $files['a.php'] = '<?php echo "This is a\n"; ?>';
22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
25 foreach ($files as $n => $file) {
H A Dcorrupt_005.phpt8 new PharData(__DIR__ . '/files/encrypted.zip');
15 phar error: Cannot process encrypted zip files in zip-based phar "%sencrypted.zip"
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug76801.phpt2 include()ing files should not raise "too many open files" error
/PHP-7.4/ext/phar/tests/
H A Ddelete.phpt16 $files = array();
17 $files['a'] = 'a';
18 include 'files/phar_test.inc';
H A Drmdir.phpt16 $files = array();
17 $files['a/x'] = '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 D027.phpt15 $files = array();
16 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>';
17 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
18 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
19 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
20 $files['e.php'] = '<?php echo "This is e\n"; ?>';
22 include 'files/phar_test.inc';
H A Drename.phpt16 $files = array();
17 $files['a'] = 'a';
18 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 Dphar_decompress.phpt16 $files = array();
17 $files['a'] = 'a';
18 $files['b'] = 'b';
19 $files['c'] = 'c';
21 include 'files/phar_test.inc';
H A Dphar_oo_nosig.phpt10 require_once 'files/phar_oo_test.inc';
18 unlink(__DIR__ . '/files/phar_oo_test.phar.php');
H A Drename_dir.phpt17 $files = array();
18 $files['a/x'] = 'a';
19 include 'files/phar_test.inc';
H A D033a.phpt14 $files = array();
15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
16 include 'files/phar_test.inc';
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A DREADME.md16 * `.c` files may include `*_private.h`.
17 * `.h` files may not include `*_private.h`
20 private functions that are nonetheless shared between source files without
/PHP-7.4/ext/session/tests/
H A Dbug55688.phpt7 session.save_handler=files
10 ini_set('session.save_handler', 'files');
H A Drfc1867_sid_invalid.phpt19 session.save_handler=files
53 Warning: Unknown: Failed to read session data: files (path: ) in Unknown on line 0
55 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of s…
59 Warning: Unknown: Failed to read session data: files (path: ) in Unknown on line 0
61 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of s…
101 ["files"]=>
/PHP-7.4/Zend/tests/
H A Dbug78340.phpt7 public static $files= [];
12 $this->bytes= self::$files[$path];
46 lib::$files['lib://test.php']= '<?php /* '.$fill.' */ function test() { echo "Works!\n"; }';
/PHP-7.4/ext/zip/tests/
H A Dbug80863.phpt20 $files = [
25 foreach ($files as &$file);
29 $zip->extractTo($target, $files);
/PHP-7.4/ext/phar/tests/bug64931/
H A Dbug64931.phpt53 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
56 CAUGHT: Cannot create any files in magic ".phar" directory
/PHP-7.4/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt19 $files = array();
21 $files['a.php'] = '<?php echo "This is a\n"; ?>';
22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
25 foreach ($files as $n => $file) {
H A Dopen_for_write_newfile_c.phpt19 $files = array();
21 $files['a.php'] = '<?php echo "This is a\n"; ?>';
22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
25 foreach ($files as $n => $file) {
/PHP-7.4/ext/standard/tests/file/
H A Dfilesize_variation1-win32-mb.phpt2 Test filesize() function: usage variations - size of files
21 echo "*** Checking filesize() with different size of files ***\n";
34 *** Checking filesize() with different size of files ***
H A Dfilesize_variation1-win32.phpt2 Test filesize() function: usage variations - size of files
21 echo "*** Checking filesize() with different size of files ***\n";
34 *** Checking filesize() with different size of files ***

Completed in 30 milliseconds

12345678910>>...31