Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/
H A Dmbstring.h200 char *orig_func; member
H A Dmbstring.c1632 …if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NUL… in PHP_RINIT_FUNCTION()
1633 … php_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't find function %s.", p->orig_func); in PHP_RINIT_FUNCTION()
1640 …if (zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), func, sizeof(… in PHP_RINIT_FUNCTION()
1641 …hp_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't replace function %s.", p->orig_func); in PHP_RINIT_FUNCTION()
1691 …zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend… in PHP_RSHUTDOWN_FUNCTION()
4559 add_assoc_string(&row1, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
4636 add_assoc_string(return_value, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c1067 zend_function *orig_func = EG(current_execute_data)->func; in phpdbg_find_conditional_breakpoint() local
1094 EG(current_execute_data)->func = orig_func; in phpdbg_find_conditional_breakpoint()

Completed in 25 milliseconds