Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds