Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_mbregex.c990 zend_fcall_info arg_replace_fci; in _php_mb_regex_ereg_replace_exec() local
1025 &arg_replace_fci, &arg_replace_fci_cache, in _php_mb_regex_ereg_replace_exec()
1100 arg_replace_fci.param_count = 1; in _php_mb_regex_ereg_replace_exec()
1101 arg_replace_fci.params = args; in _php_mb_regex_ereg_replace_exec()
1102 arg_replace_fci.retval = &retval; in _php_mb_regex_ereg_replace_exec()
1103 if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache) == SUCCESS && in _php_mb_regex_ereg_replace_exec()

Completed in 13 milliseconds