Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_vm_execute.skl65 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
83 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
H A Dzend_vm_execute.h319 static const void **zend_opcode_handlers; variable
62664 zend_opcode_handlers = labels;
62682 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
62700 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
62746 return zend_opcode_handlers[(spec & SPEC_START_MASK) + offset];

Completed in 168 milliseconds