Home
last modified time | relevance | path

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

/PHP-7.0/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.0/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.0/ext/phar/tests/tar/
H A Dbadalias.phpt2 Phar: invalid aliases
/PHP-7.0/ext/phar/tests/zip/
H A Dbadalias.phpt2 Phar: invalid aliases
/PHP-7.0/Zend/tests/traits/
H A Dbug61998.phpt2 Bug #61998 (Using traits with method aliases appears to result in crash during execution)
/PHP-7.0/ext/spl/internal/
H A Dsplqueue.inc16 * two aliases are available:
/PHP-7.0/ext/oci8/tests/
H A Dlob_aliases.phpt2 LOB method aliases
H A Dfunction_aliases.phpt2 Existence of old function aliases
/PHP-7.0/ext/ldap/tests/
H A DREADME94 # hdb is used instead of bdb as it enables the usage of referrals & aliases
/PHP-7.0/
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 DUPGRADING461 . Removed deprecated aliases datefmt_set_timezone_id() and
H A DNEWS2542 . Removed deprecated aliases datefmt_set_timezone_id() and
/PHP-7.0/ext/phar/
H A DTODO70 X make aliases containing '/' or '\' invalid [Greg]
/PHP-7.0/ext/pgsql/
H A DREADME35 Older names will become aliases of new functions for backward
/PHP-7.0/ext/openssl/
H A Dopenssl.c377 ZEND_ARG_INFO(0, aliases)
381 ZEND_ARG_INFO(0, aliases)
5570 zend_bool aliases = 0; in PHP_FUNCTION() local
5572 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &aliases) == FAILURE) { in PHP_FUNCTION()
5577 aliases ? openssl_add_method_or_alias: openssl_add_method, in PHP_FUNCTION()
5586 zend_bool aliases = 0; in PHP_FUNCTION() local
5588 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &aliases) == FAILURE) { in PHP_FUNCTION()
5593 aliases ? openssl_add_method_or_alias: openssl_add_method, in PHP_FUNCTION()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c3466 if (encoding->aliases != NULL) { in PHP_FUNCTION()
3468 for (alias = *encoding->aliases; *alias; ++alias) { in PHP_FUNCTION()
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic19927 0 search/1 @c\ @mapfile{ TeX font aliases text file

Completed in 145 milliseconds