Home
last modified time | relevance | path

Searched refs:pname (Results 76 – 100 of 136) sorted by path

123456

/php-src/ext/phar/tests/
H A Dphar_gobyebye.phpt16 $pname = 'phar://' . $fname;
18 file_put_contents($pname . '/foo/hi', '<?php
27 include $pname . '/foo/hi';
H A Dphar_gzip.phpt12 $pname = 'phar://' . $fname;
H A Dphar_metadata_read.phpt11 $pname = 'phar://' . $fname;
23 var_dump(file_get_contents($pname.'/'.$name));
44 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_write.phpt11 $pname = 'phar://' . $fname;
22 var_dump(file_get_contents($pname.'/'.$name));
42 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_write2.phpt11 $pname = 'phar://' . $fname;
19 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_write3.phpt16 $pname = 'phar://' . $fname;
25 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_write4.phpt24 $pname = 'phar://' . $fname;
32 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_mount.phpt10 $pname = 'phar://' . $fname;
22 Phar::mount("' . addslashes($pname) . '/testit1", "' . addslashes(__FILE__) . '");
31 Phar::mount($pname . '/testit1', __FILE__);
45 Phar::mount($pname . '/oops', '/home/oops/../../etc/passwd:');
49 Phar::mount($pname . '/testit2', $pname . '/testit1');
H A Dphar_offset_check.phpt12 $pname = 'phar://'.$fname;
H A Dphar_offset_get_error.phpt12 $pname = 'phar://'.$fname;
28 include($pname . $iname);
H A Dphar_oo_compressallbz2.phpt12 $pname = 'phar://' . $fname;
24 var_dump(file_get_contents($pname . '/a'));
26 var_dump(file_get_contents($pname . '/b'));
28 var_dump(file_get_contents($pname . '/c'));
33 var_dump(file_get_contents($pname . '/a'));
36 var_dump(file_get_contents($pname . '/b'));
39 var_dump(file_get_contents($pname . '/c'));
H A Dphar_oo_compressallgz.phpt12 $pname = 'phar://' . $fname;
24 var_dump(file_get_contents($pname . '/a'));
26 var_dump(file_get_contents($pname . '/b'));
28 var_dump(file_get_contents($pname . '/c'));
33 var_dump(file_get_contents($pname . '/a'));
36 var_dump(file_get_contents($pname . '/b'));
39 var_dump(file_get_contents($pname . '/c'));
H A Dphar_oo_compressed_001.phpt12 $pname = 'phar://' . $fname;
24 var_dump(file_get_contents($pname . '/a'));
26 var_dump(file_get_contents($pname . '/b'));
28 var_dump(file_get_contents($pname . '/c'));
38 var_dump(file_get_contents($pname . '/a'));
40 var_dump(file_get_contents($pname . '/b'));
42 var_dump(file_get_contents($pname . '/c'));
44 var_dump(file_get_contents($pname . '/d'));
H A Dphar_oo_compressed_001b.phpt12 $pname = 'phar://' . $fname;
24 var_dump(file_get_contents($pname . '/a'));
26 var_dump(file_get_contents($pname . '/b'));
28 var_dump(file_get_contents($pname . '/c'));
38 var_dump(file_get_contents($pname . '/a'));
40 var_dump(file_get_contents($pname . '/b'));
42 var_dump(file_get_contents($pname . '/c'));
44 var_dump(file_get_contents($pname . '/d'));
H A Dphar_oo_compressed_002.phpt12 $pname = 'phar://' . $fname;
24 var_dump(file_get_contents($pname . '/a'));
26 var_dump(file_get_contents($pname . '/b'));
28 var_dump(file_get_contents($pname . '/c'));
33 file_put_contents($pname . '/b', 'new b');
35 file_put_contents($pname . '/d', 'new d');
39 var_dump(file_get_contents($pname . '/a'));
41 var_dump(file_get_contents($pname . '/b'));
43 var_dump(file_get_contents($pname . '/c'));
45 var_dump(file_get_contents($pname . '/d'));
[all …]
H A Dphar_oo_compressed_002b.phpt12 $pname = 'phar://' . $fname;
24 var_dump(file_get_contents($pname . '/a'));
26 var_dump(file_get_contents($pname . '/b'));
28 var_dump(file_get_contents($pname . '/c'));
33 file_put_contents($pname . '/b', 'new b');
35 file_put_contents($pname . '/d', 'new d');
39 var_dump(file_get_contents($pname . '/a'));
41 var_dump(file_get_contents($pname . '/b'));
43 var_dump(file_get_contents($pname . '/c'));
45 var_dump(file_get_contents($pname . '/d'));
[all …]
H A Dphar_oo_getmodified.phpt12 $pname = 'phar://' . $fname;
H A Dphar_oo_iswriteable.phpt12 $pname = 'phar://hio';
13 $file = '<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>';
16 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
H A Dphar_oo_uncompressall.phpt12 $pname = 'phar://' . $fname;
24 var_dump(file_get_contents($pname . '/a'));
26 var_dump(file_get_contents($pname . '/b'));
28 var_dump(file_get_contents($pname . '/c'));
33 var_dump(file_get_contents($pname . '/a'));
36 var_dump(file_get_contents($pname . '/b'));
39 var_dump(file_get_contents($pname . '/c'));
44 var_dump(file_get_contents($pname . '/a'));
46 var_dump(file_get_contents($pname . '/b'));
48 var_dump(file_get_contents($pname . '/c'));
H A Dphar_running.phpt10 $pname = 'phar://' . $fname;
17 include $pname . '/index.php';
H A Dphar_setalias.phpt11 $pname = 'phar://' . $fname;
H A Dphar_setalias2.phpt11 $pname = 'phar://' . $fname;
H A Dphar_stub.phpt11 $pname = 'phar://' . $fname;
H A Dphar_stub_error.phpt11 $pname = 'phar://' . $fname;
H A Dphar_stub_write.phpt11 $pname = 'phar://' . $fname;

Completed in 30 milliseconds

123456