php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_vm_trace_handlers.h File Reference
#include "zend_sort.h"

Go to the source code of this file.

Macros

#define VM_TRACE(op)
 
#define VM_TRACE_START()
 
#define VM_TRACE_END()
 

Macro Definition Documentation

◆ VM_TRACE

#define VM_TRACE ( op)
Value:
zend_vm_trace(#op, sizeof(#op)-1);

Definition at line 21 of file zend_vm_trace_handlers.h.

◆ VM_TRACE_END

#define VM_TRACE_END ( )
Value:
zend_vm_trace_finish();

Definition at line 23 of file zend_vm_trace_handlers.h.

◆ VM_TRACE_START

#define VM_TRACE_START ( )
Value:
zend_vm_trace_init();

Definition at line 22 of file zend_vm_trace_handlers.h.