This commit is contained in:
@@ -1420,7 +1420,6 @@ enum ph7_vm_op {
|
||||
PH7_OP_YIELD, /* Stack yield */
|
||||
PH7_OP_CVT_BOOL, /* Boolean cast */
|
||||
PH7_OP_CVT_CHAR, /* Char cast */
|
||||
PH7_OP_CVT_NUMC, /* Numeric (integer,real or both) type cast */
|
||||
PH7_OP_INCR, /* Increment ++ */
|
||||
PH7_OP_DECR, /* Decrement -- */
|
||||
PH7_OP_NEW, /* new */
|
||||
|
Reference in New Issue
Block a user