Home
last modified time | relevance | path

Searched refs:alias (Results 76 – 100 of 176) sorted by path

12345678

/PHP-5.5/ext/phar/tests/
H A D029.phpt2 Phar::loadPhar overloading alias names
12 $alias = '';
49 alias "copy" is already used for archive "%s029.1.phar.php" cannot be overloaded with "%s029.2.phar…
H A D030.phpt2 Phar::loadPhar ignoring alias
H A Dalias_acrobatics.phpt2 Phar: alias edge cases
42 alias "foo" is already used for archive "%salias_acrobatics.phar" cannot be overloaded with "%salia…
44 Cannot open archive "%salias_acrobatics.2.phar", alias is already in use by existing archive
45 alias "another" is already used for archive "%salias_acrobatics.phar" cannot be overloaded with "%s…
H A Dbadparameters.phpt146 A Phar alias cannot be set in a plain tar archive
H A Dinvalid_alias.phpt2 Phar: set alias with invalid alias containing / \ : or ;
41 Invalid alias "hi/" specified for phar "%sinvalid_alias.phar"
42 Invalid alias "hi\l" specified for phar "%sinvalid_alias.phar"
43 Invalid alias "hil;" specified for phar "%sinvalid_alias.phar"
44 Invalid alias ":hil" specified for phar "%sinvalid_alias.phar"
H A Dinvalid_setstubalias.phpt2 Phar: invalid set alias or stub via array access
19 $p['.phar/alias.txt'] = 'hi';
30 $p['.phar/alias.txt'] = 'hi';
44 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.tar", use setAlias
46 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias
H A Dphar_buildfromiterator4.phpt46 '.phar/alias.txt' => basename(__FILE__, 'php') . 'phpt',
H A Dphar_convert_again.phpt185 A Phar alias cannot be set in a plain zip archive
200 A Phar alias cannot be set in a plain tar archive
H A Dphar_offset_check.phpt2 Phar: disallow stub and alias setting via offset*() methods
28 $phar->offsetGet('.phar/alias.txt');
50 $phar->offsetSet('.phar/alias.txt', 'dolly');
58 $phar->offsetUnset('.phar/alias.txt');
71 Entry .phar/alias.txt does not exist
75 Cannot set alias ".phar/alias.txt" directly in phar "%sphar_offset_check.phar.php", use setAlias
H A Dphar_setalias2.phpt49 alias "test" is already used for archive "%sphar_setalias2.phar.php" and cannot be used for other a…
50 alias "test" is already used for archive "%sphar_setalias2.phar.php" cannot be overloaded with "%sn…
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';
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_test.inc51 if (!isset($alias)) $alias = 'hio';
55 …unt($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V…
/PHP-5.5/ext/phar/tests/files/
H A Dphar_test.inc51 if (!isset($alias)) $alias = 'hio';
55 …unt($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V…
/PHP-5.5/ext/phar/tests/tar/
H A D033.phpt12 $alias = 'phar://hio';
15 $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.tar" cannot be overloaded with "%s…
44 phar error: Unable to add tar-based phar "%salias_acrobatics.2.phar.tar", alias is already in use
45 alias "another" is already used for archive "%salias_acrobatics.phar.tar" cannot be overloaded with…
H A Dbadalias.phpt20 phar error: invalid alias "hi/thereaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." in tar-based phar…
21 phar error: invalid alias "hi\there" in tar-based phar "%sbadalias2.phar.tar"
22 phar error: invalid alias "hi;there" in tar-based phar "%sbadalias3.phar.tar"
23 phar error: invalid alias "hi:there" in tar-based phar "%sbadalias4.phar.tar"
24 phar error: tar-based phar "%sbadalias5.phar.tar" has alias that is larger than 511 bytes, cannot p…
H A Ddelete.phpt12 $alias = 'phar://' . $fname;
22 echo file_get_contents($alias . '/a') . "\n";
24 echo file_get_contents($alias . '/a') . "\n";
H A Ddelete_in_phar.phpt12 $alias = 'phar://' . $fname;
29 include $alias . '/a.php';
30 include $alias . '/b.php';
31 include $alias . '/b/c.php';
32 unlink($alias . '/b/c.php');
37 include $alias . '/a.php';
38 include $alias . '/b.php';
39 include $alias . '/b/c.php';
H A Ddelete_in_phar_b.phpt12 $alias = 'phar://' . $fname;
22 include $alias . '/a.php';
23 include $alias . '/b.php';
24 include $alias . '/b/c.php';
25 unlink($alias . '/b/c.php');
30 include $alias . '/a.php';
31 include $alias . '/b.php';
32 include $alias . '/b/c.php';
H A Ddelete_in_phar_confirm.phpt12 $alias = 'phar://' . $fname;
29 include $alias . '/a.php';
30 include $alias . '/b.php';
31 include $alias . '/b/c.php';
33 unlink($alias . '/b/c.php');
H A Dexists_as_phar.phpt13 $alias = 'phar://hio';
16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
H A Dopen_for_write_existing.phpt12 $alias = 'phar://' . $fname;
29 $fp = fopen($alias . '/b/c.php', 'wb');
33 include $alias . '/b/c.php';
H A Dopen_for_write_existing_b.phpt15 $alias = 'phar://' . $fname;
39 $fp = fopen($alias . '/b/c.php', 'wb');
43 include $alias . '/b/c.php';
H A Dopen_for_write_existing_b_5_2.phpt13 $alias = 'phar://' . $fname;
37 $fp = fopen($alias . '/b/c.php', 'wb');
41 include $alias . '/b/c.php';

Completed in 59 milliseconds

12345678