Commit d7ae4d0
Support failed JIT test case: assign_022.phpt
Major changes are made to support statement "$a[0] = $unref", where
opcode ASSIGN_DIM is involved.
Besides, one bug in macro GC_DELREF is fixed. The reference count would
be further checked after decreasing in macro ZVAL_PTR_DTOR, hence,
instruction "subs" should be used to set the flags. After fixing this
bug, external function zend_jit_array_free() is used as the dtor for the
array "$a".1 parent d7a1427 commit d7ae4d0
1 file changed
+330
-12
lines changed
0 commit comments