diff options
| author | Pierre Joye <pajoye@php.net> | 2011-05-17 10:39:18 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2011-05-17 10:39:18 +0000 |
| commit | e6368659a7abaa70d53072d76962bc0d854550de (patch) | |
| tree | 5d8129d541eea4d5928896920d0cd71d09e4e015 | |
| parent | 778273291d3bba2c1bfc7cdc9c7e23ab6be10ed8 (diff) | |
| download | php-git-e6368659a7abaa70d53072d76962bc0d854550de.tar.gz | |
- WS
| -rw-r--r-- | Zend/zend_compile.c | 2 |
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); |
