1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00
This commit is contained in:
Dmitry Stogov
2021-12-03 13:40:01 +03:00
parent 1d054b3fa7
commit 4a5c05a49d
+1 -1
View File
@@ -1463,7 +1463,7 @@ static void ZEND_FASTCALL zend_jit_assign_dim_op_helper(zval *container, zval *d
return;
}
}
z = obj->handlers->read_dimension(obj, dim, BP_VAR_R, &rv);
if (z != NULL) {