1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

typo at Optimizer/block_pass.c

This commit is contained in:
sasezaki
2013-02-14 00:48:18 +09:00
parent 7c0e3ccdb6
commit 2ba47175cf

View File

@@ -228,7 +228,7 @@ static zend_code_block *find_code_blocks(zend_op_array *op_array)
cur_block->next = &blocks[op_array->last+1];
print_block(cur_block, op_array->opcodes, "");
/* The op_array desn't have BRK, CONT, GOTO opcodes anyway */
/* The op_array doesn't have BRK, CONT, GOTO opcodes anyway */
if(op_array->brk_cont_array) {
efree(op_array->brk_cont_array);
}