mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
Drop left-over debugging statement in block pass
This commit is contained in:
@@ -690,7 +690,6 @@ optimize_constant_binary_op:
|
||||
opline++;
|
||||
continue;
|
||||
}
|
||||
printf("%d\n", opline->opcode);
|
||||
er = EG(error_reporting);
|
||||
EG(error_reporting) = 0;
|
||||
if (binary_op(&result, &ZEND_OP1_LITERAL(opline), &ZEND_OP2_LITERAL(opline)) == SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user