Searched refs:zend_vm_trace (Results 1 – 1 of 1) sorted by relevance
21 #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 4 milliseconds