Skip to content

Commit 65a21f2

Browse files
committed
Fix ZEND_CALLABLE_CONVERT_PARTIAL meta
1 parent a947111 commit 65a21f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Zend/zend_vm_def.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9790,8 +9790,7 @@ ZEND_VM_HANDLER(202, ZEND_CALLABLE_CONVERT, UNUSED, UNUSED, NUM|CACHE_SLOT)
97909790
ZEND_VM_NEXT_OPCODE();
97919791
}
97929792

9793-
// TODO: verify handler flags. We have a cache slot on op1, some flags on extended_value
9794-
ZEND_VM_HANDLER(212, ZEND_CALLABLE_CONVERT_PARTIAL, NUM, CONST|UNUSED, CACHE_SLOT)
9793+
ZEND_VM_HANDLER(212, ZEND_CALLABLE_CONVERT_PARTIAL, CACHE_SLOT, CONST|UNUSED, NUM)
97959794
{
97969795
USE_OPLINE
97979796
SAVE_OPLINE();

0 commit comments

Comments
 (0)