From: Andi Gutmans Date: Sat, 10 Mar 2001 09:21:48 +0000 (+0000) Subject: - Whitespace X-Git-Tag: php-4.0.5RC1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=492a619be3e1d6afcc0cb615b7855deb74f0832e;p=php - Whitespace --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 5e02978937..23929bf286 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -1384,7 +1384,7 @@ binary_assign_op_addr: { if (opline->op1.op_type == IS_VAR) { SELECTIVE_PZVAL_LOCK(*Ts[opline->op1.u.var].var.ptr_ptr, &opline->op1); } - if (opline->op2.op_type==IS_VAR) { + if (opline->op2.op_type == IS_VAR) { PZVAL_LOCK(*Ts[opline->op2.u.var].var.ptr_ptr); } }