Home
last modified time | relevance | path

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

/PHP-8.4/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
58516 zend_opcode_handlers = (const void **) labels;
67966 zend_opcode_handlers = labels;
67996 zend_hash_index_add(zend_handlers_table, (zend_long)(uintptr_t)zend_opcode_handlers[i], &tmp);
68014 op->handler = zend_opcode_handlers[(uintptr_t)op->handler];
68097 return zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
68119 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
68395 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(spec, op)];

Completed in 251 milliseconds