johannes Tue, 20 Apr 2010 15:29:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298221
Log:
WS
Changed paths:
U php/php-src/trunk/Zend/zend_execute.c
Modified: php/php-src/trunk/Zend/zend_execute.c
===================================================================
--- php/php-src/trunk/Zend/zend_execute.c 2010-04-20 14:57:25 UTC (rev
298220)
+++ php/php-src/trunk/Zend/zend_execute.c 2010-04-20 15:29:03 UTC (rev
298221)
@@ -848,7 +848,7 @@
zendi_zval_dtor(garbage);
return variable_ptr;
} else { /* we need to split */
- GC_ZVAL_CHECK_POSSIBLE_ROOT(variable_ptr);
+ GC_ZVAL_CHECK_POSSIBLE_ROOT(variable_ptr);
ALLOC_ZVAL(variable_ptr);
INIT_PZVAL_COPY(variable_ptr, value);
*variable_ptr_ptr = variable_ptr;
@@ -902,7 +902,7 @@
return value;
}
} else { /* we need to split */
- GC_ZVAL_CHECK_POSSIBLE_ROOT(variable_ptr);
+ GC_ZVAL_CHECK_POSSIBLE_ROOT(variable_ptr);
if (PZVAL_IS_REF(value) && Z_REFCOUNT_P(value) > 0) {
ALLOC_ZVAL(variable_ptr);
INIT_PZVAL_COPY(variable_ptr, value);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php