From 82d326bdea2e0b8bae2b84ed94fdee405cb8415c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 29 May 2006 21:28:29 +0000 Subject: [PATCH] MFH: there is no ce at this point, revert this line to its previous state --- Zend/zend_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index cf2c7fe3d0..4b5410ac72 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -2333,7 +2333,7 @@ ZEND_API zend_class_entry *do_bind_inherited_class(zend_op *opline, HashTable *c * so we shut up about it. This allows the if (!defined('FOO')) { return; } * approach to work. */ - zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", ce->name); + zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", opline->op2.u.constant.value.str.val); } return NULL; } else { -- 2.50.1