Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_vm_trace_map.h23 ZVAL_LONG(&tmp, (zend_long)(uintptr_t)zend_opcode_handlers[n]); \
H A Dzend_vm_execute.skl105 zend_hash_index_add(zend_handlers_table, (zend_long)(uintptr_t)zend_opcode_handlers[i], &tmp);
123 op->handler = zend_opcode_handlers[(uintptr_t)op->handler];
H A Dzend_vm_execute.h322 static const void * const *zend_opcode_handlers; variable
57087 zend_opcode_handlers = (const void **) labels;
66507 zend_opcode_handlers = labels;
66537 zend_hash_index_add(zend_handlers_table, (zend_long)(uintptr_t)zend_opcode_handlers[i], &tmp);
66555 op->handler = zend_opcode_handlers[(uintptr_t)op->handler];
66638 return zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
66660 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
66931 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(spec, op)];

Completed in 121 milliseconds