From: Pierre Joye Date: Tue, 17 May 2011 10:39:18 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.4.0alpha1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6368659a7abaa70d53072d76962bc0d854550de;p=php - WS --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 7c992b9cf7..5c6778f6ca 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -2256,7 +2256,7 @@ void zend_resolve_goto_label(zend_op_array *op_array, zend_op *opline, int pass2 CG(in_compilation) = 1; CG(active_op_array) = op_array; CG(zend_lineno) = opline->lineno; - zend_error(E_COMPILE_ERROR, "'goto' to undefined label '%s'", Z_STRVAL_P(label)); + zend_error(E_COMPILE_ERROR, "'goto' to undefined label '%s'", Z_STRVAL_P(label)); } else { /* Label is not defined. Delay to pass 2. */ INC_BPC(op_array);