Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/phar/tests/tar/
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.5/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"; ?>';
H A D033.phpt13 $alias = 'phar://hio';
16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-5.5/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()
982 if (alias && alias_len && (alias_len != (int)tmp_len || strncmp(alias, buffer, tmp_len)))
1000 alias = buffer;
1003 } else if (!alias_len || !alias) {
1005 alias = NULL;
1192 mydata->alias = alias ?
1414 alias = NULL;
1438 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 …
H A Dgdbhelp27 printf "%i (alias ", $temp.refcount
28 ____print_str $temp.alias $temp.alias_len
93 if $t.fname[0] == $arg0[0] || $t.alias[0] == $arg0[0]
/PHP-5.5/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.5/ext/phar/tests/
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.5/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'
H A Dclass_alias_006.phpt2 Testing creation of alias to an internal class
/PHP-5.5/Zend/tests/traits/
H A Dlanguage018.phpt2 abstract alias
H A Dlanguage019.phpt2 final alias

Completed in 47 milliseconds

12345678