Home
last modified time | relevance | path

Searched refs:files (Results 51 – 75 of 765) sorted by relevance

12345678910>>...31

/PHP-8.1/ext/phar/tests/
H A Dopen_for_write_existing_b.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_dotted_path.phpt19 $files = array();
20 $files['a'] = 'this is a';
21 $files['b'] = 'this is b';
23 include 'files/phar_test.inc';
H A D020.phpt16 $files = array();
17 $files['a'] = 'a';
18 $files['b/a'] = 'b';
19 $files['b/c/d'] = 'c';
20 $files['bad/c'] = 'd';
21 include 'files/phar_test.inc';
H A Ddelete_in_phar_b.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_convert_tar.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b'] = 'b';
21 $files['c'] = 'c';
23 include 'files/phar_test.inc';
H A Dphar_convert_zip.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b'] = 'b';
21 $files['c'] = 'c';
23 include 'files/phar_test.inc';
H A Dphar_stub_write.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Dphar_setalias2.phpt14 $files = array();
15 $files['a'] = 'a';
16 $files['b'] = 'b';
17 $files['c'] = 'c';
19 include 'files/phar_test.inc';
H A D012.phpt16 $files = array();
17 $files['a'] = 'a';
19 include 'files/phar_test.inc';
H A D015.phpt14 $files = array();
15 $files['a'] = array('cont'=>'a','comp'=>chr(75) . chr(4) . chr(0) /* 'a' gzdeflated */, 'flags'=>0x…
16 include 'files/phar_test.inc';
H A D015b.phpt14 $files = array();
15 $files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da00000097…
16 include 'files/phar_test.inc';
H A Ddelete_in_phar.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 Dphar_oo_compressed_001.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Dphar_oo_compressed_001b.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A D024-opcache-win32.phpt30 $files = array();
31 $files['a.php'] = '<?php echo "This is a\n"; ?>';
32 $files['b.php'] = '<?php echo "This is b\n"; ?>';
33 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
35 include 'files/phar_test.inc';
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_setalias2.phpt17 $files = array();
19 $files['a'] = 'a';
20 $files['b'] = 'b';
21 $files['c'] = 'c';
23 foreach ($files as $n => $file) {
H A Dopen_for_write_existing_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 Dopen_for_write_existing_c.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.phpt10 include __DIR__ . '/files/tarmaker.php.inc';
18 $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"; ?>';
23 $files['.phar/alias.txt'] = 'hio';
25 foreach ($files as $n => $file) {
/PHP-8.1/
H A D.gitignore7 # Common files ignored across the repository
19 # Various temporary generated files
29 # Libtool library files generated during build process
35 # Library object files generated during build process
41 # Standard object files generated during build process
44 # Dependency files generated during build process
137 # Lexer files generated by re2c
167 # Extensions files
170 # Miscellaneous extensions files
205 # Miscellaneous files generated by Windows build system
[all …]
/PHP-8.1/ext/standard/tests/http/
H A Dserver.inc41 * $files is an iterable of files or callable generator yielding files.
45 function http_server($files, &$output = null) {
51 if (is_callable($files)) {
52 $files = $files($server);
55 foreach($files as $file) {
/PHP-8.1/ext/phar/tests/zip/
H A Dopen_for_write_existing_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 Dopen_for_write_existing_c.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 Dphar_setalias.phpt21 $files = array();
23 $files['a'] = 'a';
24 $files['b'] = 'b';
25 $files['c'] = 'c';
27 foreach ($files as $n => $file) {
/PHP-8.1/ext/spl/tests/
H A DDirectoryIterator_getExtension_basic.phpt11 $files = array('test.txt', 'test.extension', 'test');
12 foreach ($files as $file) {
34 $files = array('test.txt', 'test.extension', 'test');
35 foreach ($files as $file) {

Completed in 28 milliseconds

12345678910>>...31