summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-05-17 10:39:18 +0000
committerPierre Joye <pajoye@php.net>2011-05-17 10:39:18 +0000
commite6368659a7abaa70d53072d76962bc0d854550de (patch)
tree5d8129d541eea4d5928896920d0cd71d09e4e015
parent778273291d3bba2c1bfc7cdc9c7e23ab6be10ed8 (diff)
downloadphp-git-e6368659a7abaa70d53072d76962bc0d854550de.tar.gz
- WS
-rw-r--r--Zend/zend_compile.c2
1 files changed, 1 insertions, 1 deletions
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);