]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Tue, 17 May 2011 10:39:18 +0000 (10:39 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 17 May 2011 10:39:18 +0000 (10:39 +0000)
Zend/zend_compile.c

index 7c992b9cf786161628114754eb7afdc4d7792f8d..5c6778f6ca5cae92e6e7898aa3187e052acdcec8 100644 (file)
@@ -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);