Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_vm_trace_handlers.h30 static size_t last_len = 0; in zend_vm_trace() local
36 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()
H A Dzend_exceptions.c604 size_t last_len = ZSTR_LEN(str->s); in _build_trace_string() local
611 if (last_len != ZSTR_LEN(str->s)) { in _build_trace_string()

Completed in 8 milliseconds