summaryrefslogtreecommitdiff
path: root/Zend/zend_vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_vm.h')
-rw-r--r--Zend/zend_vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_vm.h b/Zend/zend_vm.h
index 15a269e0a7..5a5c9fa96e 100644
--- a/Zend/zend_vm.h
+++ b/Zend/zend_vm.h
@@ -25,6 +25,7 @@ BEGIN_EXTERN_C()
ZEND_API void zend_vm_use_old_executor(void);
ZEND_API void zend_vm_set_opcode_handler(zend_op* opcode);
+ZEND_API int zend_vm_call_opcode_handler(zend_execute_data *ex);
END_EXTERN_C()