Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dmbstring.h205 char *orig_func; member
H A Dmbstring.c1635 …if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NUL… in PHP_RINIT_FUNCTION()
1636 … php_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't find function %s.", p->orig_func); in PHP_RINIT_FUNCTION()
1643 …if (zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), func, sizeof(… in PHP_RINIT_FUNCTION()
1644 …hp_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't replace function %s.", p->orig_func); in PHP_RINIT_FUNCTION()
1694 …zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend… in PHP_RSHUTDOWN_FUNCTION()
4728 add_assoc_string(&row1, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
4805 add_assoc_string(return_value, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
/PHP-7.2/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 26 milliseconds