Initial support for void type.
All checks were successful
The build was successful.

This commit is contained in:
2018-11-23 09:19:37 +01:00
parent 87db6d6dfd
commit 174ecb2a38
6 changed files with 72 additions and 8 deletions

View File

@@ -1457,6 +1457,7 @@ enum ph7_vm_op {
PH7_OP_CVT_NULL, /* NULL cast */
PH7_OP_CVT_ARRAY, /* Array cast */
PH7_OP_CVT_OBJ, /* Object cast */
PH7_OP_CVT_VOID, /* Void cast */
PH7_OP_CLASS_INIT, /* Class init */
PH7_OP_INTERFACE_INIT,/* Interface init */
PH7_OP_FOREACH_INIT, /* For each init */