From: foobar Date: Wed, 25 Feb 2004 21:06:59 +0000 (+0000) Subject: ws + cs X-Git-Tag: RELEASE_0_2_0~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b87a245207bdd1e5010bcb6b389c8a4365e6938b;p=php ws + cs --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 45d5d81d33..bebff236d5 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -1372,7 +1372,8 @@ bad_module_id: /* }}} */ -static zval *debug_backtrace_get_args(void ***curpos TSRMLS_DC) { +static zval *debug_backtrace_get_args(void ***curpos TSRMLS_DC) +{ void **p = *curpos - 2; zval *arg_array, **arg; int arg_count = (ulong) *p; @@ -1564,8 +1565,8 @@ ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last TSRML ptr = EG(current_execute_data); - /* skip debug_backtrace() */ - ptr = ptr->prev_execute_data; + /* skip debug_backtrace() */ + ptr = ptr->prev_execute_data; if (skip_last) { cur_arg_pos -= 2; frames_on_stack--;