Searched refs:last_len (Results 1 – 2 of 2) sorted by relevance
30 static size_t last_len = 0; in zend_vm_trace() local36 len = last_len + 1 + op_len; in zend_vm_trace()37 memcpy(buf, last, last_len); in zend_vm_trace()38 buf[last_len] = ' '; in zend_vm_trace()39 memcpy(buf + last_len + 1, op, op_len + 1); in zend_vm_trace()51 last_len = op_len; in zend_vm_trace()
570 size_t last_len = ZSTR_LEN(str->s); in _build_trace_string() local582 if (last_len != ZSTR_LEN(str->s)) { in _build_trace_string()
Completed in 6 milliseconds