Searched refs:orig_func (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/mbstring/ |
H A D | mbstring.h | 201 char *orig_func; member
|
H A D | mbstring.c | 1634 …if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NUL… in PHP_RINIT_FUNCTION() 1635 … php_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't find function %s.", p->orig_func); in PHP_RINIT_FUNCTION() 1642 …if (zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), func, sizeof(… in PHP_RINIT_FUNCTION() 1643 …hp_error_docref("ref.mbstring", E_WARNING, "mbstring couldn't replace function %s.", p->orig_func); in PHP_RINIT_FUNCTION() 1693 …zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend… in PHP_RSHUTDOWN_FUNCTION() 4586 add_assoc_string(&row1, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION() 4663 add_assoc_string(return_value, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 1067 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 32 milliseconds