Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dmbstring.h184 char *orig_func; member
H A Dmbstring.c1654 …if ((orig = zend_hash_str_find_ptr(CG(function_table), p->orig_func, strlen(p->orig_func))) == NUL… in PHP_MINIT_FUNCTION()
1655 … php_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't find function %s.", p->orig_func); in PHP_MINIT_FUNCTION()
1664 str = zend_string_init_interned(p->orig_func, strlen(p->orig_func), 1); in PHP_MINIT_FUNCTION()
1691 …zend_hash_str_update_mem(CG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend… in PHP_MSHUTDOWN_FUNCTION()
4663 add_assoc_string(&row1, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
4740 add_assoc_string(return_value, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c1110 zend_function *orig_func = EG(current_execute_data)->func; in phpdbg_find_conditional_breakpoint() local
1137 EG(current_execute_data)->func = orig_func; in phpdbg_find_conditional_breakpoint()

Completed in 24 milliseconds