orig_func        1631 ext/mbstring/mbstring.c 				if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NULL) {
orig_func        1632 ext/mbstring/mbstring.c 					php_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't find function %s.", p->orig_func);
orig_func        1639 ext/mbstring/mbstring.c 					if (zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), func, sizeof(zend_internal_function)) == NULL) {
orig_func        1640 ext/mbstring/mbstring.c 						php_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't replace function %s.", p->orig_func);
orig_func        1690 ext/mbstring/mbstring.c 				zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend_internal_function));
orig_func        4507 ext/mbstring/mbstring.c 					add_assoc_string(&row1, over_func->orig_func, over_func->ovld_func);
orig_func        4584 ext/mbstring/mbstring.c 						add_assoc_string(return_value, over_func->orig_func, over_func->ovld_func);
orig_func         200 ext/mbstring/mbstring.h 	char *orig_func;
orig_func        1062 sapi/phpdbg/phpdbg_bp.c 		zend_function *orig_func = EG(current_execute_data)->func;
orig_func        1089 sapi/phpdbg/phpdbg_bp.c 		EG(current_execute_data)->func = orig_func;