arg_replace_fci   797 ext/mbstring/php_mbregex.c 	zend_fcall_info arg_replace_fci;
arg_replace_fci   843 ext/mbstring/php_mbregex.c 						&arg_replace_fci, &arg_replace_fci_cache,
arg_replace_fci   972 ext/mbstring/php_mbregex.c 				arg_replace_fci.param_count = 1;
arg_replace_fci   973 ext/mbstring/php_mbregex.c 				arg_replace_fci.params = args;
arg_replace_fci   974 ext/mbstring/php_mbregex.c 				arg_replace_fci.retval_ptr_ptr = &retval_ptr;
arg_replace_fci   975 ext/mbstring/php_mbregex.c 				if (zend_call_function(&arg_replace_fci, &arg_replace_fci_cache TSRMLS_CC) == SUCCESS && arg_replace_fci.retval_ptr_ptr) {