Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dmain.c1043 int doclen; in php_verror() local
1048 doclen = (int)spprintf(&docref_buf, 0, "function.%s", function); in php_verror()
1050 doclen = (int)spprintf(&docref_buf, 0, "%s.%s", class_name, function); in php_verror()
1055 zend_str_tolower(docref_buf, doclen); in php_verror()

Completed in 8 milliseconds