Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt47 docref_root = "/phpmanual/"
99 ["docref_root"]=>
/PHP-5.3/main/
H A Dphp_globals.h132 char *docref_root; member
H A Dmain.c458 …STD_PHP_INI_ENTRY("docref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_…
671 char *docref_target = "", *docref_root = ""; in php_verror() local
773 if (docref && is_function && (PG(html_errors) || strlen(PG(docref_root)))) { in php_verror()
779 docref_root = PG(docref_root); in php_verror()
804 …spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_targ… in php_verror()
806 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer); in php_verror()
/PHP-5.3/
H A Dphp.ini-development616 ; and change docref_root to the base URL of your local copy including the
622 ;docref_root = "/phpmanual/"
H A Dphp.ini-production616 ; and change docref_root to the base URL of your local copy including the
622 ;docref_root = "/phpmanual/"

Completed in 28 milliseconds