filter unused code

This commit is contained in:
CismonX 2019-12-10 15:30:20 +08:00
parent da3a6aee74
commit bc2fe6e5c7
1 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,7 @@ namespace php_arma
});
}
#if PHP_VERSION_ID >= 70400
int assign_op_handler(zend_execute_data *execute_data)
{
switch (EX(opline)->extended_value) {
@ -266,6 +267,7 @@ namespace php_arma
return ZEND_USER_OPCODE_DISPATCH;
}
}
#endif
template <typename... Ts>
zend_always_inline