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

/PHP_TRUNK/ext/mbstring/
H A Dmbstring.c4318 const struct mb_overload_def *over_func; local
4343 over_func = &(mb_ovld[0]);
4346 while (over_func->type > 0) {
4347 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) {
4348 add_assoc_string(row1, over_func->orig_func, over_func->ovld_func, 1);
4350 over_func++;
4422 over_func = &(mb_ovld[0]);
4424 while (over_func
[all...]

Completed in 8 milliseconds