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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user