Searched refs:arg_replace_fci (Results 1 – 1 of 1) sorted by relevance
1017 zend_fcall_info arg_replace_fci; in _php_mb_regex_ereg_replace_exec() local1062 &arg_replace_fci, &arg_replace_fci_cache, in _php_mb_regex_ereg_replace_exec()1195 arg_replace_fci.param_count = 1; in _php_mb_regex_ereg_replace_exec()1196 arg_replace_fci.params = args; in _php_mb_regex_ereg_replace_exec()1197 arg_replace_fci.retval = &retval; in _php_mb_regex_ereg_replace_exec()1198 if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache) == SUCCESS && in _php_mb_regex_ereg_replace_exec()
Completed in 8 milliseconds