From: Zeev Suraski Date: Sun, 9 Mar 2003 17:06:52 +0000 (+0000) Subject: Fix :: handling X-Git-Tag: RELEASE_0_5~545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e1917bdbea8dd0e306fa7d2c9c34664bca29a38;p=php Fix :: handling --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 77bbd05ead..04b25eddf9 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1219,6 +1219,7 @@ void do_fetch_class(znode *result, znode *namespace_name, znode *class_name TSRM opline->op1 = *namespace_name; } else { SET_UNUSED(opline->op1); + opline->extended_value = ZEND_FETCH_CLASS_GLOBAL; } CG(catch_begin) = fetch_class_op_number; if (class_name) {