Searched refs:aliases (Results 1 – 25 of 26) sorted by relevance
12
/PHP-7.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_language.c | 116 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 D | mbfl_encoding.c | 243 if (encoding->aliases != NULL) { in mbfl_name2encoding() 245 while ((*encoding->aliases)[j] != NULL) { in mbfl_name2encoding() 246 if (strcasecmp((*encoding->aliases)[j], name) == 0) { in mbfl_name2encoding()
|
H A D | mbfl_language.h | 75 const char *(*aliases)[]; member
|
H A D | mbfl_encoding.h | 148 const char *(*aliases)[]; member
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_ereg3.phpt | 11 // Note: This test is identical to mb_ereg2.phpt, but using deprecated mbereg_* aliases. 12 // Deleted it once the deprecated aliases have been removed.
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_help.h | 33 PHPDBG_HELP(aliases);
|
H A D | Changelog.md | 42 3. Make uniform commands and aliases where possible
|
H A D | phpdbg_help.c | 35 PHPDBG_COMMAND_HELP_D(aliases, "show alias list", 'a', phpdbg_do_help_aliases), 282 PHPDBG_HELP(aliases) /* {{{ */ in PHPDBG_HELP() argument
|
/PHP-7.3/Zend/tests/traits/ |
H A D | bug76700.phpt | 2 Bug #76700 (false-positive "Error: Call to protected method" when using trait aliases)
|
H A D | bug61998.phpt | 2 Bug #61998 (Using traits with method aliases appears to result in crash during execution)
|
/PHP-7.3/Zend/ |
H A D | zend_inheritance.c | 1301 && (!aliases[i] || fn->common.scope == aliases[i]) in zend_traits_copy_functions() 1316 if (!aliases[i]) { in zend_traits_copy_functions() 1317 aliases[i] = fn->common.scope; in zend_traits_copy_functions() 1343 && (!aliases[i] || fn->common.scope == aliases[i]) in zend_traits_copy_functions() 1350 if (!aliases[i]) { in zend_traits_copy_functions() 1485 aliases[i] = trait; in zend_traits_init_trait_structures() 1501 *aliases_ptr = aliases; in zend_traits_init_trait_structures() 1693 if (!aliases[i]) { in zend_do_check_for_inconsistent_traits_aliasing() 1735 zend_class_entry **aliases; in zend_do_bind_traits() local 1750 if (aliases) { in zend_do_bind_traits() [all …]
|
/PHP-7.3/ext/phar/tests/tar/ |
H A D | badalias.phpt | 2 Phar: invalid aliases
|
/PHP-7.3/ext/phar/tests/zip/ |
H A D | badalias.phpt | 2 Phar: invalid aliases
|
/PHP-7.3/ext/spl/internal/ |
H A D | splqueue.inc | 16 * two aliases are available:
|
/PHP-7.3/ext/oci8/tests/ |
H A D | lob_aliases.phpt | 2 LOB method aliases
|
H A D | function_aliases.phpt | 2 Existence of old function aliases
|
/PHP-7.3/ext/ldap/tests/ |
H A D | README | 94 # hdb is used instead of bdb as it enables the usage of referrals & aliases
|
/PHP-7.3/ |
H A D | CODING_STANDARDS | 310 You may also have some deprecated aliases with close to duplicate 313 current name, with the aliases listed in the documentation for
|
H A D | UPGRADING | 320 . The following undocumented mbereg_*() aliases have been deprecated. Use the
|
H A D | NEWS | 1109 . Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match 1110 actual aliases). (Miriam Lauter)
|
/PHP-7.3/ext/pgsql/ |
H A D | README | 35 Older names will become aliases of new functions for backward
|
/PHP-7.3/sapi/fpm/tests/ |
H A D | tester.inc | 769 $aliases = [ 773 foreach ($aliases as $aliasName => $aliasValue) {
|
/PHP-7.3/ext/openssl/ |
H A D | openssl.c | 384 ZEND_ARG_INFO(0, aliases) 388 ZEND_ARG_INFO(0, aliases) 6297 zend_bool aliases = 0; in PHP_FUNCTION() local 6299 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &aliases) == FAILURE) { in PHP_FUNCTION() 6304 aliases ? php_openssl_add_method_or_alias: php_openssl_add_method, in PHP_FUNCTION() 6313 zend_bool aliases = 0; in PHP_FUNCTION() local 6315 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &aliases) == FAILURE) { in PHP_FUNCTION() 6320 aliases ? php_openssl_add_method_or_alias: php_openssl_add_method, in PHP_FUNCTION()
|
/PHP-7.3/ext/mbstring/ |
H A D | mbstring.c | 3516 if (encoding->aliases != NULL) { in PHP_FUNCTION() 3518 for (alias = *encoding->aliases; *alias; ++alias) { in PHP_FUNCTION()
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 25484 0 search/1 @c\ @mapfile{ TeX font aliases text file
|
Completed in 124 milliseconds
12