Searched refs:docref_root (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/main/ |
| H A D | php_globals.h | 132 char *docref_root; member in struct:_php_core_globals
|
| H A D | main.c | 458 STD_PHP_INI_ENTRY("docref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_globals, core_globals) 671 char *docref_target = "", *docref_root = ""; local 773 if (docref && is_function && (PG(html_errors) || strlen(PG(docref_root)))) { 775 /* We don't have 'http://' so we use docref_root */ 779 docref_root = PG(docref_root); 804 spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffer); 806 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer);
|
Completed in 6 milliseconds