@@ -8228,6 +8228,7 @@ static int zend_binary_assign_op_helper_SPEC_VAR_CONST(int (*binary_op)(zval *re
8228
8228
8229
8229
if (increment_opline) {
8230
8230
ZEND_VM_INC_OPCODE();
8231
+ FREE_OP(free_op_data1);
8231
8232
FREE_OP_VAR_PTR(free_op_data2);
8232
8233
}
8233
8234
if (free_op1.var) {zval_ptr_dtor(&free_op1.var);};
@@ -9643,6 +9644,7 @@ static int zend_binary_assign_op_helper_SPEC_VAR_TMP(int (*binary_op)(zval *resu
9643
9644
9644
9645
if (increment_opline) {
9645
9646
ZEND_VM_INC_OPCODE();
9647
+ FREE_OP(free_op_data1);
9646
9648
FREE_OP_VAR_PTR(free_op_data2);
9647
9649
}
9648
9650
if (free_op1.var) {zval_ptr_dtor(&free_op1.var);};
@@ -11061,6 +11063,7 @@ static int zend_binary_assign_op_helper_SPEC_VAR_VAR(int (*binary_op)(zval *resu
11061
11063
11062
11064
if (increment_opline) {
11063
11065
ZEND_VM_INC_OPCODE();
11066
+ FREE_OP(free_op_data1);
11064
11067
FREE_OP_VAR_PTR(free_op_data2);
11065
11068
}
11066
11069
if (free_op1.var) {zval_ptr_dtor(&free_op1.var);};
@@ -12282,6 +12285,7 @@ static int zend_binary_assign_op_helper_SPEC_VAR_UNUSED(int (*binary_op)(zval *r
12282
12285
12283
12286
if (increment_opline) {
12284
12287
ZEND_VM_INC_OPCODE();
12288
+ FREE_OP(free_op_data1);
12285
12289
FREE_OP_VAR_PTR(free_op_data2);
12286
12290
}
12287
12291
if (free_op1.var) {zval_ptr_dtor(&free_op1.var);};
@@ -12894,6 +12898,7 @@ static int zend_binary_assign_op_helper_SPEC_VAR_CV(int (*binary_op)(zval *resul
12894
12898
12895
12899
if (increment_opline) {
12896
12900
ZEND_VM_INC_OPCODE();
12901
+ FREE_OP(free_op_data1);
12897
12902
FREE_OP_VAR_PTR(free_op_data2);
12898
12903
}
12899
12904
if (free_op1.var) {zval_ptr_dtor(&free_op1.var);};
@@ -14183,6 +14188,7 @@ static int zend_binary_assign_op_helper_SPEC_UNUSED_CONST(int (*binary_op)(zval
14183
14188
14184
14189
if (increment_opline) {
14185
14190
ZEND_VM_INC_OPCODE();
14191
+ FREE_OP(free_op_data1);
14186
14192
FREE_OP_VAR_PTR(free_op_data2);
14187
14193
}
14188
14194
@@ -15261,6 +15267,7 @@ static int zend_binary_assign_op_helper_SPEC_UNUSED_TMP(int (*binary_op)(zval *r
15261
15267
15262
15268
if (increment_opline) {
15263
15269
ZEND_VM_INC_OPCODE();
15270
+ FREE_OP(free_op_data1);
15264
15271
FREE_OP_VAR_PTR(free_op_data2);
15265
15272
}
15266
15273
@@ -16300,6 +16307,7 @@ static int zend_binary_assign_op_helper_SPEC_UNUSED_VAR(int (*binary_op)(zval *r
16300
16307
16301
16308
if (increment_opline) {
16302
16309
ZEND_VM_INC_OPCODE();
16310
+ FREE_OP(free_op_data1);
16303
16311
FREE_OP_VAR_PTR(free_op_data2);
16304
16312
}
16305
16313
@@ -17338,6 +17346,7 @@ static int zend_binary_assign_op_helper_SPEC_UNUSED_UNUSED(int (*binary_op)(zval
17338
17346
17339
17347
if (increment_opline) {
17340
17348
ZEND_VM_INC_OPCODE();
17349
+ FREE_OP(free_op_data1);
17341
17350
FREE_OP_VAR_PTR(free_op_data2);
17342
17351
}
17343
17352
@@ -17703,6 +17712,7 @@ static int zend_binary_assign_op_helper_SPEC_UNUSED_CV(int (*binary_op)(zval *re
17703
17712
17704
17713
if (increment_opline) {
17705
17714
ZEND_VM_INC_OPCODE();
17715
+ FREE_OP(free_op_data1);
17706
17716
FREE_OP_VAR_PTR(free_op_data2);
17707
17717
}
17708
17718
@@ -20115,6 +20125,7 @@ static int zend_binary_assign_op_helper_SPEC_CV_CONST(int (*binary_op)(zval *res
20115
20125
20116
20126
if (increment_opline) {
20117
20127
ZEND_VM_INC_OPCODE();
20128
+ FREE_OP(free_op_data1);
20118
20129
FREE_OP_VAR_PTR(free_op_data2);
20119
20130
}
20120
20131
@@ -21522,6 +21533,7 @@ static int zend_binary_assign_op_helper_SPEC_CV_TMP(int (*binary_op)(zval *resul
21522
21533
21523
21534
if (increment_opline) {
21524
21535
ZEND_VM_INC_OPCODE();
21536
+ FREE_OP(free_op_data1);
21525
21537
FREE_OP_VAR_PTR(free_op_data2);
21526
21538
}
21527
21539
@@ -22932,6 +22944,7 @@ static int zend_binary_assign_op_helper_SPEC_CV_VAR(int (*binary_op)(zval *resul
22932
22944
22933
22945
if (increment_opline) {
22934
22946
ZEND_VM_INC_OPCODE();
22947
+ FREE_OP(free_op_data1);
22935
22948
FREE_OP_VAR_PTR(free_op_data2);
22936
22949
}
22937
22950
@@ -24144,6 +24157,7 @@ static int zend_binary_assign_op_helper_SPEC_CV_UNUSED(int (*binary_op)(zval *re
24144
24157
24145
24158
if (increment_opline) {
24146
24159
ZEND_VM_INC_OPCODE();
24160
+ FREE_OP(free_op_data1);
24147
24161
FREE_OP_VAR_PTR(free_op_data2);
24148
24162
}
24149
24163
@@ -24755,6 +24769,7 @@ static int zend_binary_assign_op_helper_SPEC_CV_CV(int (*binary_op)(zval *result
24755
24769
24756
24770
if (increment_opline) {
24757
24771
ZEND_VM_INC_OPCODE();
24772
+ FREE_OP(free_op_data1);
24758
24773
FREE_OP_VAR_PTR(free_op_data2);
24759
24774
}
24760
24775
0 commit comments