Searched refs:alias_name (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_builtin_functions.c | 178 ZEND_ARG_INFO(0, alias_name) 1565 char *alias_name; in ZEND_FUNCTION() local 1570 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ss|b", &class_name, &alias_name, &alias_name_len, &aut… in ZEND_FUNCTION() 1578 if (zend_register_class_alias_ex(alias_name, alias_name_len, ce, 0) == SUCCESS) { in ZEND_FUNCTION() 1581 … "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