Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c879 int tolen = to ? strlen(to) : 5; in phpdbg_encode_xml() local
880 char *tmp = *buf = emalloc(msglen * tolen); in phpdbg_encode_xml()
889 memcpy(tmp, to, tolen); in phpdbg_encode_xml()
890 tmp += tolen; in phpdbg_encode_xml()

Completed in 15 milliseconds