Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_vm_execute.h69013 static const void *zend_vm_get_opcode_handler_ex(uint32_t spec, const zend_op* op) function
69061 return zend_vm_get_opcode_handler_ex(zend_spec_handlers[opcode], op);
69326 op->handler = zend_vm_get_opcode_handler_ex(spec, op);

Completed in 147 milliseconds