From: Zeev Suraski Date: Wed, 4 Feb 2004 11:47:54 +0000 (+0000) Subject: - Improve wording X-Git-Tag: php-5.0.0b4RC1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27f54a4c136516ff3814f797957da9fa1353596a;p=php - Improve wording --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 87d6e4a351..7ac7a1910c 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -426,7 +426,7 @@ static inline void zend_assign_to_object(znode *result, zval **object_ptr, znode FREE_OP(Ts, op2, EG(free_op2)); if (result) { T(result->u.var).var.ptr = value; - T(result->u.var).var.ptr_ptr = NULL; /* see if we can nuke this */ + T(result->u.var).var.ptr_ptr = NULL; /* see if we can remove this */ SELECTIVE_PZVAL_LOCK(value, result); } }