Home
last modified time | relevance | path

Searched refs:alias (Results 51 – 75 of 184) sorted by relevance

12345678

/PHP-5.6/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt15 $alias = 'phar://' . $fname;
33 $fp = fopen($alias . '/b/c.php', 'wb');
36 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');
34 include $alias . '/b/c.php';
H A Dopen_for_write_existing_b.phpt15 $alias = 'phar://' . $fname;
39 $fp = fopen($alias . '/b/c.php', 'wb');
42 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');
40 include $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 D033a.phpt12 $alias = 'phar://hio';
15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-5.6/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 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…
/PHP-5.6/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_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';
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 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"; ?>';
/PHP-5.6/ext/phar/
H A Dphar.c209 if (phar->alias && phar->alias != phar->fname) { in PHP_INI_END()
210 pefree(phar->alias, phar->is_persistent); in PHP_INI_END()
211 phar->alias = NULL; in PHP_INI_END()
994 if (alias && alias_len && (alias_len != (int)tmp_len || strncmp(alias, buffer, tmp_len)))
1011 alias = buffer;
1014 } else if (!alias_len || !alias) {
1016 alias = NULL;
1203 mydata->alias = alias ?
1425 alias = NULL;
1449 mydata->alias = alias ? estrndup(alias, alias_len) : estrndup(mydata->fname, fname_len);
[all …]
H A Dphp_phar.h37 PHP_PHAR_API int phar_resolve_alias(char *alias, int alias_len, char **filename, int *filename_len …
/PHP-5.6/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
8 is_writeable() is an alias of is_writable()
/PHP-5.6/Zend/tests/
H A Dclass_alias_004.phpt2 Testing creation of alias using an existing interface name
H A Dclass_alias_010.phpt2 Trying use an existing alias name in class declaration
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
H A Dclass_alias_003.phpt2 Testing declaration of alias to 'static'
/PHP-5.6/Zend/tests/traits/
H A Dlanguage018.phpt2 abstract alias
H A Dlanguage019.phpt2 final alias
/PHP-5.6/Zend/tests/use_const/
H A Dconflicting_use_alias.phpt2 use and use const with the same alias

Completed in 31 milliseconds

12345678