Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.c900 int tolen = to ? strlen(to) : 5; in phpdbg_encode_xml() local
901 char *tmp = *buf = emalloc(msglen * tolen); in phpdbg_encode_xml()
910 memcpy(tmp, to, tolen); in phpdbg_encode_xml()
911 tmp += tolen; in phpdbg_encode_xml()

Completed in 7 milliseconds