Home
last modified time | relevance | path

Searched refs:alias (Results 101 – 125 of 176) sorted by path

12345678

/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt15 $alias = 'phar://' . $fname;
33 $fp = fopen($alias . '/b/c.php', 'wb');
37 include $alias . '/b/c.php';
H A Dopen_for_write_existing_c_5_2.phpt13 $alias = 'phar://' . $fname;
31 $fp = fopen($alias . '/b/c.php', 'wb');
35 include $alias . '/b/c.php';
H A Dopen_for_write_newfile.phpt12 $alias = 'phar://' . $fname;
29 $fp = fopen($alias . '/b/new.php', 'wb');
33 include $alias . '/b/c.php';
34 include $alias . '/b/new.php';
H A Dopen_for_write_newfile_b.phpt15 $alias = 'phar://' . $fname;
39 $fp = fopen($alias . '/b/new.php', 'wb');
43 include $alias . '/b/c.php';
44 include $alias . '/b/new.php';
H A Dopen_for_write_newfile_b_5_2.phpt13 $alias = 'phar://' . $fname;
37 $fp = fopen($alias . '/b/new.php', 'wb');
41 include $alias . '/b/c.php';
42 include $alias . '/b/new.php';
H A Dopen_for_write_newfile_c.phpt15 $alias = 'phar://' . $fname;
33 $fp = fopen($alias . '/b/new.php', 'wb');
36 include $alias . '/b/c.php';
37 include $alias . '/b/new.php';
H A Dopen_for_write_newfile_c_5_2.phpt13 $alias = 'phar://' . $fname;
31 $fp = fopen($alias . '/b/new.php', 'wb');
34 include $alias . '/b/c.php';
35 include $alias . '/b/new.php';
H A Dphar_setalias2.phpt52 alias "test" is already used for archive "%sphar_setalias2.phar.tar" and cannot be used for other a…
H A Drefcount1.phpt14 $alias = 'phar://' . $fname;
25 $files['.phar/alias.txt'] = 'hio';
33 $fp = fopen($alias . '/b/c.php', 'wb');
38 $b = fopen($alias . '/b/c.php', 'rb');
44 unlink($alias . '/b/c.php');
47 include $alias . '/b/c.php';
H A Drefcount1_5_2.phpt14 $alias = 'phar://' . $fname;
31 $fp = fopen($alias . '/b/c.php', 'wb');
37 $b = fopen($alias . '/b/c.php', 'rb');
43 unlink($alias . '/b/c.php');
46 include $alias . '/b/c.php';
H A Drename.phpt12 $alias = 'phar://' . $fname;
31 echo file_get_contents($alias . '/a') . "\n";
32 rename($alias . '/a', $alias . '/b');
33 echo file_get_contents($alias . '/b') . "\n";
34 echo file_get_contents($alias . '/a') . "\n";
H A Drename_dir.phpt12 $alias = 'phar://' . $fname;
31 echo file_get_contents($alias . '/a/x') . "\n";
32 rename($alias . '/a', $alias . '/b');
33 echo file_get_contents($alias . '/b/x') . "\n";
34 echo file_get_contents($alias . '/a/x') . "\n";
H A Drequire_hash.phpt14 $alias = 'phar://' . $fname;
H A Drmdir.phpt12 $alias = 'phar://' . $fname;
32 echo file_get_contents($alias . '/a/x') . "\n";
33 var_dump(rmdir($alias . '/a'));
34 echo file_get_contents($alias . '/a/x') . "\n";
35 unlink($alias . '/a/x');
36 var_dump(rmdir($alias . '/a'));
H A Dtar_003.phpt14 $alias = 'phar://' . $fname;
27 echo file_get_contents($alias . '/internal/file/here');
30 $tar = opendir($alias . '/');
36 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
43 $tar = opendir($alias . '/');
45 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
H A Dtar_004.phpt17 $alias = 'phar://' . $fname;
H A Dtar_004U.phpt17 $alias = 'phar://' . $fname;
H A Dtar_bz2.phpt18 $alias = 'phar://' . $fname;
38 include $alias;
H A Dtar_bz2U.phpt18 $alias = 'phar://' . $fname;
38 include $alias;
H A Dtar_nostub.phpt13 $alias = 'phar://' . $fname;
/PHP-5.5/ext/phar/tests/
H A Dtest_alias_unset.phpt41 Cannot open archive "%stest_alias_unset.2.phar.php", alias is already in use by existing archive
44 …failed to open stream: Cannot open archive "%stest_alias_unset.phar.php", alias is already in use …
/PHP-5.5/ext/phar/tests/zip/
H A D033.phpt13 $alias = 'phar://hio';
16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
H A D033a.phpt12 $alias = 'phar://hio';
15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
H A Dalias_acrobatics.phpt2 Phar: alias edge cases
42 alias "foo" is already used for archive "%salias_acrobatics.phar.zip" cannot be overloaded with "%s…
44 phar error: Unable to add zip-based phar "%salias_acrobatics.2.phar.zip" with implicit alias, alias
45 alias "another" is already used for archive "%salias_acrobatics.phar.zip" cannot be overloaded with…
H A Dbadalias.phpt20 phar error: invalid alias "hi/there" in zip-based phar "%sbadalias1.phar.zip"
21 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias2.phar.zip"
22 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias3.phar.zip"
23 phar error: invalid alias "hi;there" in zip-based phar "%sbadalias4.phar.zip"
24 phar error: invalid alias "hi:there" in zip-based phar "%sbadalias5.phar.zip"

Completed in 48 milliseconds

12345678