docref_root       496 main/main.c    	STD_PHP_INI_ENTRY("docref_root", 			"", 		PHP_INI_ALL,		OnUpdateString,			docref_root,			php_core_globals,	core_globals)
docref_root       710 main/main.c    	char *docref_target = "", *docref_root = "";
docref_root       827 main/main.c    	if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) {
docref_root       833 main/main.c    			docref_root = PG(docref_root);
docref_root       858 main/main.c    			spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffer);
docref_root       860 main/main.c    			spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer);
docref_root       123 main/php_globals.h 	char *docref_root;