Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-7.4/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 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) {
H A Dopen_for_write_existing_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_existing_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 Drmdir.phpt10 include __DIR__ . '/files/tarmaker.php.inc';
20 $files = array();
21 $files['a/x'] = 'a';
23 foreach ($files as $n => $file) {
H A Drename.phpt10 include __DIR__ . '/files/tarmaker.php.inc';
20 $files = array();
21 $files['a'] = 'a';
23 foreach ($files as $n => $file) {
/PHP-7.4/ext/phar/tests/
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 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 Dopen_for_write_existing_b.phpt16 $files = array();
17 $files['a.php'] = '<?php echo "This is a\n"; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 include 'files/phar_test.inc';
H A Dopen_for_write_existing_c.phpt16 $files = array();
17 $files['a.php'] = '<?php echo "This is a\n"; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 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_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 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_stub_write_file.phpt16 $files = array();
17 $files['a'] = 'a';
18 $files['b'] = 'b';
19 $files['c'] = 'c';
21 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 Dbug65414.phpt2 Bug #65414 Injection (A1) in .phar files magic .phar directory
32 .phar/injected-1.txt:Cannot create any files in magic ".phar" directory
33 /.phar/injected-2.txt:Cannot create any files in magic ".phar" directory
35 /.phar/:Cannot create any files in magic ".phar" directory
H A D015b.phpt14 $files = array();
15 $files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da00000097…
16 include 'files/phar_test.inc';
/PHP-7.4/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) {
/PHP-7.4/
H A D.gitignore1 # These files are generated during building or development and are intentionally
7 # Common files ignored across the repository
16 # Swap files created by editors and tools to indicate a locked file
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
141 # Lexer files generated by re2c
156 # PHP parser files generated by bison during the build process
203 # Miscellaneous files generated by Windows build sytem
[all …]
/PHP-7.4/ext/phar/tests/zip/
H A Dopen_for_write_existing_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_existing_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 Dphar_setalias.phpt21 $files = array();
23 $files['a'] = 'a';
24 $files['b'] = 'b';
25 $files['c'] = 'c';
27 foreach ($files as $n => $file) {
/PHP-7.4/scripts/dev/
H A Dcredits21 sapi/.../CREDITS files
30 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
31 awk "$awkprog" $files | LC_ALL=C sort -f | uniq >> $file

Completed in 112 milliseconds

12345678910>>...31