mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
typo
This commit is contained in:
parent
6a87a21c71
commit
acd402d4e7
1 changed files with 1 additions and 1 deletions
|
@ -2278,7 +2278,7 @@ void zend_resolve_goto_label(zend_op_array *op_array, zend_op *opline, int pass2
|
|||
Z_TYPE_P(label) = IS_NULL;
|
||||
|
||||
if (op_array->last_try_catch) {
|
||||
zend_uint i, op_num = opline - CG(active_op_array)->opcodes;
|
||||
zend_uint i, op_num = opline - op_array->opcodes;
|
||||
for (i=0; i<op_array->last_try_catch; i++) {
|
||||
if (op_array->try_catch_array[i].try_op > op_num) {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue