Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_trace_lines.h25 static FILE *vm_trace_file; variable
30 fprintf(vm_trace_file, "%s:%d\n", ZSTR_VAL(EX(func)->op_array.filename), opline->lineno); in zend_vm_trace()
36 fclose(vm_trace_file); in zend_vm_trace_finish()
41 vm_trace_file = fopen("zend_vm_trace.log", "w+"); in zend_vm_trace_init()

Completed in 4 milliseconds