Home
last modified time | relevance | path

Searched refs:VM_TRACE (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_vm_execute.h338 #ifndef VM_TRACE
339 # define VM_TRACE(op) macro
57339 VM_TRACE(ZEND_JMP_SPEC)
57439 VM_TRACE(ZEND_EXIT_SPEC)
57474 VM_TRACE(ZEND_TICKS_SPEC)
57479 VM_TRACE(ZEND_EXT_NOP_SPEC)
57484 VM_TRACE(ZEND_NOP_SPEC)
61366 VM_TRACE(ZEND_ECHO_SPEC_CV)
61371 VM_TRACE(ZEND_JMPZ_SPEC_CV)
61490 VM_TRACE(ZEND_BOOL_SPEC_CV)
[all …]
H A Dzend_vm_trace_lines.h21 #define VM_TRACE(op) zend_vm_trace(execute_data, opline); macro
H A Dzend_vm_trace_handlers.h21 #define VM_TRACE(op) zend_vm_trace(#op, sizeof(#op)-1); macro
H A Dzend_verify_type_inference.h22 #define VM_TRACE(op) zend_verify_inference_use(execute_data, OPLINE); \ macro

Completed in 157 milliseconds