File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1537,10 +1537,7 @@ ZEND_API ZEND_COLD void zend_wrong_string_offset_error(void)
1537
1537
}
1538
1538
1539
1539
switch (opline -> opcode ) {
1540
- case ZEND_ASSIGN_OP :
1541
1540
case ZEND_ASSIGN_DIM_OP :
1542
- case ZEND_ASSIGN_OBJ_OP :
1543
- case ZEND_ASSIGN_STATIC_PROP_OP :
1544
1541
msg = "Cannot use assign-op operators with string offsets" ;
1545
1542
break ;
1546
1543
case ZEND_FETCH_DIM_W :
@@ -1578,10 +1575,6 @@ ZEND_API ZEND_COLD void zend_wrong_string_offset_error(void)
1578
1575
case ZEND_ASSIGN_DIM_OP :
1579
1576
msg = "Cannot use string offset as an array" ;
1580
1577
break ;
1581
- case ZEND_ASSIGN_STATIC_PROP_OP :
1582
- case ZEND_ASSIGN_OP :
1583
- msg = "Cannot use assign-op operators with string offsets" ;
1584
- break ;
1585
1578
case ZEND_PRE_INC :
1586
1579
case ZEND_PRE_DEC :
1587
1580
case ZEND_POST_INC :
You can’t perform that action at this time.
0 commit comments