Home
last modified time | relevance | path

Searched refs:aliases (Results 1 – 23 of 23) sorted by relevance

/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c116 if (language->aliases != NULL) { in mbfl_name2language()
118 while ((*language->aliases)[j] != NULL) { in mbfl_name2language()
119 if (strcasecmp((*language->aliases)[j], name) == 0) { in mbfl_name2language()
H A Dmbfl_encoding.c255 if (encoding->aliases != NULL) { in mbfl_name2encoding()
257 while ((*encoding->aliases)[j] != NULL) { in mbfl_name2encoding()
258 if (strcasecmp((*encoding->aliases)[j], name) == 0) { in mbfl_name2encoding()
H A Dmbfl_language.h75 const char *(*aliases)[]; member
H A Dmbfl_encoding.h138 const char *(*aliases)[]; member
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_help.h33 PHPDBG_HELP(aliases);
H A DChangelog.md42 3. Make uniform commands and aliases where possible
H A Dphpdbg_help.c35 PHPDBG_COMMAND_HELP_D(aliases, "show alias list", 'a', phpdbg_do_help_aliases),
282 PHPDBG_HELP(aliases) /* {{{ */ in PHPDBG_HELP() argument
/PHP-7.2/ext/phar/tests/tar/
H A Dbadalias.phpt2 Phar: invalid aliases
/PHP-7.2/ext/phar/tests/zip/
H A Dbadalias.phpt2 Phar: invalid aliases
/PHP-7.2/Zend/tests/traits/
H A Dbug61998.phpt2 Bug #61998 (Using traits with method aliases appears to result in crash during execution)
/PHP-7.2/ext/spl/internal/
H A Dsplqueue.inc16 * two aliases are available:
/PHP-7.2/ext/oci8/tests/
H A Dlob_aliases.phpt2 LOB method aliases
H A Dfunction_aliases.phpt2 Existence of old function aliases
/PHP-7.2/ext/ldap/tests/
H A DREADME94 # hdb is used instead of bdb as it enables the usage of referrals & aliases
/PHP-7.2/
H A DCODING_STANDARDS291 You may also have some deprecated aliases with close to duplicate
294 current name, with the aliases listed in the documentation for
H A DNEWS511 . Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match
512 actual aliases). (Miriam Lauter)
/PHP-7.2/ext/phar/
H A DTODO70 X make aliases containing '/' or '\' invalid [Greg]
/PHP-7.2/ext/pgsql/
H A DREADME35 Older names will become aliases of new functions for backward
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc769 $aliases = [
773 foreach ($aliases as $aliasName => $aliasValue) {
/PHP-7.2/ext/openssl/
H A Dopenssl.c385 ZEND_ARG_INFO(0, aliases)
389 ZEND_ARG_INFO(0, aliases)
6247 zend_bool aliases = 0; in PHP_FUNCTION() local
6249 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &aliases) == FAILURE) { in PHP_FUNCTION()
6254 aliases ? php_openssl_add_method_or_alias: php_openssl_add_method, in PHP_FUNCTION()
6263 zend_bool aliases = 0; in PHP_FUNCTION() local
6265 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &aliases) == FAILURE) { in PHP_FUNCTION()
6270 aliases ? php_openssl_add_method_or_alias: php_openssl_add_method, in PHP_FUNCTION()
/PHP-7.2/ext/mbstring/
H A Dmbstring.c3618 if (encoding->aliases != NULL) { in PHP_FUNCTION()
3620 for (alias = *encoding->aliases; *alias; ++alias) { in PHP_FUNCTION()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic23605 0 search/1 @c\ @mapfile{ TeX font aliases text file
H A Dmagic私はガラスを食べられます23605 0 search/1 @c\ @mapfile{ TeX font aliases text file

Completed in 186 milliseconds