summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-08-23 14:28:56 +0000
committerDerick Rethans <derick@php.net>2002-08-23 14:28:56 +0000
commit8feda5cb6adf209d24e8d4e57a3d7ba268c1a766 (patch)
tree83a3ee7c6b9adfe7732454d772e0e04843dc57ed
parent280809189bb45d53a788c4a4ee421f0172a633c1 (diff)
downloadphp-git-8feda5cb6adf209d24e8d4e57a3d7ba268c1a766.tar.gz
- No spaces :)
-rw-r--r--Zend/zend_builtin_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c
index 97ec52b06f..44545ddad8 100644
--- a/Zend/zend_builtin_functions.c
+++ b/Zend/zend_builtin_functions.c
@@ -1258,7 +1258,7 @@ static zval *debug_backtrace_get_args(void ***curpos, int andjustonly TSRMLS_DC)
MAKE_STD_ZVAL(arg_array);
array_init(arg_array);
p -= arg_count;
- while (--arg_count>=0) {
+ while (--arg_count >= 0) {
arg = (zval **) p++;
(*arg)->is_ref = 1;
(*arg)->refcount++;