1
0
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:
Nikita Popov
2016-04-16 20:19:53 +02:00
parent 3dd2df85b3
commit 4a568dd7c9

View File

@@ -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) {