Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_builtin_functions.c1516 size_t alias_name_len; 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()

Completed in 10 milliseconds