Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dmbstring.c4699 const struct mb_overload_def *over_func; in PHP_FUNCTION() local
4724 over_func = &(mb_ovld[0]); in PHP_FUNCTION()
4726 while (over_func->type > 0) { in PHP_FUNCTION()
4727 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) { in PHP_FUNCTION()
4728 add_assoc_string(&row1, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
4730 over_func++; in PHP_FUNCTION()
4801 over_func = &(mb_ovld[0]); in PHP_FUNCTION()
4803 while (over_func->type > 0) { in PHP_FUNCTION()
4804 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) { in PHP_FUNCTION()
4805 add_assoc_string(return_value, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
[all …]

Completed in 40 milliseconds