Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dmain.c986 char *buffer = NULL, *docref_buf = NULL, *target = NULL; in php_verror() local
1090 doclen = (int)spprintf(&docref_buf, 0, "function.%s", function); in php_verror()
1094 while((p = strchr(docref_buf, '_')) != NULL) { in php_verror()
1097 docref = php_strtolower(docref_buf, doclen); in php_verror()
1113 if (docref_buf) { in php_verror()
1114 efree(docref_buf); in php_verror()
1116 docref_buf = ref; in php_verror()
1128 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); in php_verror()
1131 docref = docref_buf; in php_verror()
1150 if (docref_buf) { in php_verror()
[all …]

Completed in 10 milliseconds