Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c183 ZEND_ARG_INFO(0, alias_name)
1545 char *alias_name; in ZEND_FUNCTION() local
1550 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ss|b", &class_name, &alias_name, &alias_name_len, &aut… in ZEND_FUNCTION()
1558 if (zend_register_class_alias_ex(alias_name, alias_name_len, ce, 0) == SUCCESS) { in ZEND_FUNCTION()
1561 … "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), alias_name); in ZEND_FUNCTION()

Completed in 10 milliseconds