Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_builtin_functions.c178 ZEND_ARG_INFO(0, alias_name)
1514 char *alias_name; in ZEND_FUNCTION() local
1519 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ss|b", &class_name, &alias_name, &alias_name_len, &aut… in ZEND_FUNCTION()
1527 if (zend_register_class_alias_ex(alias_name, alias_name_len, ce) == SUCCESS) { in ZEND_FUNCTION()
1530 … "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