From 7ee407eb3780bb96df0629fef4d9c5f8f9fe9b5c Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 17 May 2011 10:39:18 +0000 Subject: [PATCH] - WS --- 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 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); -- 2.50.1