Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dmain.c833 int doclen; in php_verror() local
838 doclen = (int)spprintf(&docref_buf, 0, "function.%s", function); in php_verror()
840 doclen = (int)spprintf(&docref_buf, 0, "%s.%s", class_name, function); in php_verror()
845 docref = php_strtolower(docref_buf, doclen); in php_verror()

Completed in 11 milliseconds