Home
last modified time | relevance | path

Searched refs:pname (Results 76 – 100 of 156) sorted by relevance

1234567

/PHP-5.5/ext/phar/tests/
H A Dphar_metadata_writeU.phpt14 $pname = 'phar://' . $fname;
25 var_dump(file_get_contents($pname.'/'.$name));
45 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_running.phpt10 $pname = 'phar://' . $fname;
18 include $pname . '/index.php';
H A Dtest_alias_unset.phpt10 $pname = 'phar://' . $fname;
24 $a = fopen($pname . '/file1.txt', 'r'); // this works because there are no references to $fname2 op…
34 $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref exists
H A Dpharfileinfo_chmod.phpt10 $pname = 'phar://' . $fname;
23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
H A D016b.phpt11 $pname = 'phar://' . $fname;
19 echo file_get_contents($pname . '/a');
H A Dfgc_edgecases.phpt16 $pname = 'phar://' . $fname;
24 mkdir($pname . '/oops');
26 file_put_contents($pname . '/foo/hi', '<?php
41 include $pname . '/foo/hi';
H A Dmkdir.phpt10 $pname = 'phar://' . $fname;
16 mkdir($pname . '/a');
19 rmdir($pname . '/a');
H A Dphar_metadata_read.phpt14 $pname = 'phar://' . $fname;
26 var_dump(file_get_contents($pname.'/'.$name));
47 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_readU.phpt14 $pname = 'phar://' . $fname;
26 var_dump(file_get_contents($pname.'/'.$name));
47 var_dump(file_get_contents($pname.'/'.$name));
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_gobyebye.phpt15 $pname = 'phar://' . $fname;
17 file_put_contents($pname . '/foo/hi', '<?php
26 include $pname . '/foo/hi';
H A D017.phpt13 $pname = 'phar://' . $fname;
24 include $pname;
H A D017U.phpt13 $pname = 'phar://' . $fname;
24 include $pname;
H A Dphar_offset_get_error.phpt13 $pname = 'phar://'.$fname;
29 include($pname . $iname);
H A Dphar_extract2.phpt11 $pname = 'phar://' . $fname;
19 $phar->mount($pname . '/mount', __FILE__);
H A Dphar_gobyebye-win32.phpt14 $pname = 'phar://' . $fname;
16 file_put_contents($pname . '/foo/hi', '<?php
25 include $pname . '/foo/hi';
H A Dphar_gzip.phpt17 $pname = 'phar://' . $fname;
45 $a = stat($pname . '/test');
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_oo_test.inc6 $pname = 'phar://' . $fname;
7 $file = '<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>';
/PHP-5.5/ext/phar/tests/files/
H A Dphar_oo_test.inc6 $pname = 'phar://' . $fname;
7 $file = (binary)'<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>';
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_magicU.phpt14 $pname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
26 include $pname;
H A Dphar_magic.phpt14 $pname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
29 include $pname;
H A Dmetadata_write_commit.phpt15 $pname = 'phar://' . $fname;
49 var_dump(file_get_contents($pname.'/'.$name));
H A Dmetadata_write_commitU.phpt15 $pname = 'phar://' . $fname;
49 var_dump(file_get_contents($pname.'/'.$name));
/PHP-5.5/ext/phar/tests/tar/
H A Dall.phpt17 $pname = 'phar://' . $fname;
34 var_dump(file_exists($fname), file_exists($pname . '/a'));
H A DallU.phpt17 $pname = 'phar://' . $fname;
34 var_dump(file_exists($fname), file_exists($pname . '/a'));

Completed in 31 milliseconds

1234567