Skip to content

Commit eb12e85

Browse files
committed
This one is redundant
1 parent a1e9dd4 commit eb12e85

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Zend/zend_execute.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2879,12 +2879,6 @@ static zend_always_inline void zend_fetch_property_address(zval *result, zval *c
28792879

28802880
ZVAL_INDIRECT(result, ptr);
28812881
if (flags) {
2882-
if (flags == ZEND_FETCH_DIM_WRITE) {
2883-
if (Z_TYPE_P(ptr) == IS_FALSE) {
2884-
zend_error(E_DEPRECATED, "Automatic conversion of false to array is deprecated");
2885-
}
2886-
}
2887-
28882882
zend_property_info *prop_info;
28892883

28902884
if (prop_op_type == IS_CONST) {

0 commit comments

Comments
 (0)