Home
last modified time | relevance | path

Searched refs:alias (Results 26 – 50 of 176) sorted by relevance

12345678

/PHP-5.5/ext/phar/tests/
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 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…
/PHP-5.5/ext/phar/tests/tar/
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 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 Ddelete.phpt12 $alias = 'phar://' . $fname;
22 echo file_get_contents($alias . '/a') . "\n";
24 echo file_get_contents($alias . '/a') . "\n";
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_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 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_existing_c.phpt15 $alias = 'phar://' . $fname;
33 $fp = fopen($alias . '/b/c.php', 'wb');
37 include $alias . '/b/c.php';
/PHP-5.5/ext/phar/tests/zip/
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';
34 unlink($alias . '/b/c.php');
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 Drefcount1.phpt14 $alias = 'phar://' . $fname;
31 $fp = fopen($alias . '/b/c.php', 'wb');
35 $b = fopen($alias . '/b/c.php', 'rb');
41 unlink($alias . '/b/c.php');
44 include $alias . '/b/c.php';
H A Dopen_for_write_existing.phpt12 $alias = 'phar://' . $fname;
28 $fp = fopen($alias . '/b/c.php', 'wb');
31 include $alias . '/b/c.php';
H A Dopen_for_write_newfile_c.phpt15 $alias = 'phar://' . $fname;
33 $fp = fopen($alias . '/b/new.php', 'wb');
37 include $alias . '/b/c.php';
38 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');
35 include $alias . '/b/c.php';
36 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';
/PHP-5.5/Zend/tests/
H A Dclass_alias_013.phpt2 Testing alias of alias
/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/Zend/tests/traits/
H A Dbug54441.phpt19 …tal error: The modifiers for the trait alias dontKnow() need to be changed in the same statment in…
/PHP-5.5/ext/phar/
H A Dutil.c983 if (alias && alias_len) { in phar_get_archive()
998 PHAR_G(last_alias) = alias; in phar_get_archive()
1011 if (alias && alias_len) { in phar_get_archive()
1033 PHAR_G(last_alias) = alias; in phar_get_archive()
1054 if (alias && alias_len) { in phar_get_archive()
1072 PHAR_G(last_alias) = fd->alias; in phar_get_archive()
1085 if (alias_len != fd->alias_len || memcmp(fd->alias, alias, alias_len)) { in phar_get_archive()
1096 PHAR_G(last_alias) = fd->alias; in phar_get_archive()
1145 if (alias && alias_len) { in phar_get_archive()
2042 if (phar->alias) {
[all …]
/PHP-5.5/ext/spl/internal/
H A Dsplqueue.inc17 * - enqueue() is an alias of push()
18 * - dequeue() is an alias of shift()
52 * @note dequeue is an alias of push()
62 * @note enqueue is an alias of shift()

Completed in 63 milliseconds

12345678