Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_vm_execute.skl95 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
113 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
H A Dzend_vm_trace_map.h23 ZVAL_LONG(&tmp, (zend_long)(uintptr_t)zend_opcode_handlers[n]); \
H A Dzend_vm_execute.h322 static const void * const *zend_opcode_handlers; variable
55594 zend_opcode_handlers = (const void **) labels;
63863 zend_opcode_handlers = labels;
63893 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
63911 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
63994 return zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
64016 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
64282 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(spec, op)];

Completed in 203 milliseconds