Home
last modified time | relevance | path

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

/PHP-7.2/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
59745 zend_opcode_handlers = (const void **) labels;
68941 zend_opcode_handlers = labels;
68960 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
68978 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
69056 return zend_opcode_handlers[(spec & SPEC_START_MASK) + offset];

Completed in 177 milliseconds