Lines Matching refs:docref_buf
948 char *buffer = NULL, *docref_buf = NULL, *target = NULL; 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()
1052 while((p = strchr(docref_buf, '_')) != NULL) { in php_verror()
1055 zend_str_tolower(docref_buf, doclen); in php_verror()
1056 docref = docref_buf; in php_verror()
1072 if (docref_buf) { in php_verror()
1073 efree(docref_buf); in php_verror()
1075 docref_buf = ref; in php_verror()
1087 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); in php_verror()
1090 docref = docref_buf; in php_verror()
1109 if (docref_buf) { in php_verror()
1110 efree(docref_buf); in php_verror()