Home
last modified time | relevance | path

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

12345678

/php-src/ext/phar/tests/tar/
H A Dalias_acrobatics.phpt2 Phar: alias edge cases
41 alias "foo" is already used for archive "%salias_acrobatics.phar.tar" cannot be overloaded with "%s…
43 phar error: Unable to add tar-based phar "%salias_acrobatics.2.phar.tar", alias is already in use
44 alias "another" is already used for archive "%salias_acrobatics.phar.tar" cannot be overloaded with…
H A Ddelete_in_phar_confirm.phpt13 $alias = 'phar://' . $fname;
22 include $alias . '/a.php';
23 include $alias . '/b.php';
24 include $alias . '/b/c.php';
26 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_b.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
32 include $alias . '/b/c.php';
33 include $alias . '/b/new.php';
H A Dopen_for_write_newfile_c.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
31 include $alias . '/b/c.php';
32 include $alias . '/b/new.php';
H A Dopen_for_write_existing_b.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
32 include $alias . '/b/c.php';
H A Dopen_for_write_existing_c.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
32 include $alias . '/b/c.php';
/php-src/ext/phar/tests/zip/
H A Ddelete_in_phar_confirm.phpt13 $alias = 'phar://' . $fname;
22 include $alias . '/a.php';
23 include $alias . '/b.php';
24 include $alias . '/b/c.php';
27 unlink($alias . '/b/c.php');
H A Drefcount1.phpt12 $alias = 'phar://' . $fname;
29 $fp = fopen($alias . '/b/c.php', 'wb');
33 $b = fopen($alias . '/b/c.php', 'rb');
39 unlink($alias . '/b/c.php');
42 include $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;
28 $fp = fopen($alias . '/b/c.php', 'wb');
31 include $alias . '/b/c.php';
H A Dopen_for_write_newfile_c.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
32 include $alias . '/b/c.php';
33 include $alias . '/b/new.php';
H A Dopen_for_write_newfile_b.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
32 include $alias . '/b/c.php';
33 include $alias . '/b/new.php';
H A Dopen_for_write_existing_b.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
31 include $alias . '/b/c.php';
H A Dopen_for_write_existing_c.phpt12 $alias = 'phar://' . $fname;
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
31 include $alias . '/b/c.php';
/php-src/Zend/tests/traits/
H A Dlanguage018.phpt2 abstract alias
15 Fatal error: Cannot use "abstract" as method modifier in trait alias in %s on line %d
/php-src/ext/phar/
H A Dphar_object.stub.php76 …nt $flags = FilesystemIterator::SKIP_DOTS|FilesystemIterator::UNIX_PATHS, ?string $alias = null) {} argument
190 public function setAlias(string $alias): bool {} argument
229 final public static function loadPhar(string $filename, ?string $alias = null): bool {} argument
231 final public static function mapPhar(?string $alias = null, int $offset = 0): bool {} argument
242 ?string $alias = null, ?string $index = null, ?string $fileNotFoundScript = null, argument
249 … = FilesystemIterator::SKIP_DOTS|FilesystemIterator::UNIX_PATHS, ?string $alias = null, int $forma… argument
455 public function setAlias(string $alias): bool {} argument
518 final public static function loadPhar(string $filename, ?string $alias = null): bool {} argument
521 final public static function mapPhar(?string $alias = null, int $offset = 0): bool {} argument
537 ?string $alias = null, ?string $index = null, ?string $fileNotFoundScript = null, argument
H A Dutil.c980 if (alias && alias_len) { in phar_get_archive()
995 PHAR_G(last_alias) = alias; in phar_get_archive()
1008 if (alias && alias_len) { in phar_get_archive()
1029 PHAR_G(last_alias) = alias; in phar_get_archive()
1049 if (alias && alias_len) { in phar_get_archive()
1067 PHAR_G(last_alias) = fd->alias; in phar_get_archive()
1080 if (alias_len != fd->alias_len || memcmp(fd->alias, alias, alias_len)) { in phar_get_archive()
1091 PHAR_G(last_alias) = fd->alias; in phar_get_archive()
1139 if (alias && alias_len) { in phar_get_archive()
2060 if (phar->alias) { in phar_copy_cached_phar()
[all …]
/php-src/ext/phar/tests/files/
H A Dphar_test.inc49 if (!isset($alias)) $alias = 'hio';
53 …unt($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V…
/php-src/ext/phar/tests/cache_list/files/
H A Dphar_test.inc49 if (!isset($alias)) $alias = 'hio';
53 …unt($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V…
/php-src/Zend/tests/
H A Dclass_alias_013.phpt2 Testing alias of alias
/php-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt22 // deprecated alias 'pg_lounlink',
24 // deprecated alias 'pg_loopen',
26 // deprecated alias 'pg_loexport',
31 // deprecated alias 'pg_errormessage',
44 // deprecated alias 'pg_locreate',
46 // deprecated alias 'pg_loimport',
48 // deprecated alias 'pg_setclientencoding',
50 // deprecated alias 'pg_clientencoding',
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.c361 for (const char **alias = (*encoding)->aliases; *alias; alias++) { in mbfl_name2encoding_ex() local
362 if (strcasecmp(*alias, name) == 0) { in mbfl_name2encoding_ex()
/php-src/ext/phar/tests/
H A D029.phpt2 Phar::loadPhar overloading alias names
12 $alias = '';
48 alias "copy" is already used for archive "%s029.1.phar.php" cannot be overloaded with "%s029.2.phar…

Completed in 29 milliseconds

12345678