Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_trace_lines.h21 #define VM_TRACE(op) zend_vm_trace(execute_data, opline);
27 static void zend_vm_trace(const zend_execute_data *execute_data, const zend_op *opline) in zend_vm_trace() function
H A Dzend_vm_trace_handlers.h21 #define VM_TRACE(op) zend_vm_trace(#op, sizeof(#op)-1);
27 static void zend_vm_trace(const char *op, size_t op_len) in zend_vm_trace() function

Completed in 7 milliseconds