1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00

- Fix the bug Thies found where I forgot to change a break; to NEXT_OPCODE();

- If you find anymore let me know
This commit is contained in:
Andi Gutmans
2000-01-30 21:17:29 +00:00
parent 01362974d6
commit fdbca7526f

View File

@@ -1910,7 +1910,7 @@ send_by_ref:
if (opline->opcode==ZEND_INIT_ARRAY) {
array_init(array_ptr);
if (!expr_ptr) {
break;
NEXT_OPCODE();
}
}
if (opline->op1.op_type == IS_TMP_VAR) { /* temporary variable */