Home
last modified time | relevance | path

Searched refs:zend_vm_get_opcode_handler (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_vm_execute.h325 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op);
330 # define zend_vm_get_opcode_handler_func zend_vm_get_opcode_handler
69059 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op) function
69116 op->handler = zend_vm_get_opcode_handler(zend_user_opcodes[op->opcode], op);

Completed in 255 milliseconds