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