21#define VM_TRACE(op) zend_vm_trace(execute_data, opline);
22#define VM_TRACE_START() zend_vm_trace_init();
23#define VM_TRACE_END() zend_vm_trace_finish();
25static FILE *vm_trace_file;
34static void zend_vm_trace_finish(
void)
39static void zend_vm_trace_init(
void)
41 vm_trace_file =
fopen(
"zend_vm_trace.log",
"w+");
fprintf($stream, string $format, mixed ... $values)
fopen(string $filename, string $mode, bool $use_include_path=false, $context=null)
struct _zend_execute_data zend_execute_data