Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt47 docref_root = "/phpmanual/"
99 ["docref_root"]=>
/PHP-7.4/tests/lang/
H A Dbug35176.phpt5 docref_root="/"
/PHP-7.4/main/
H A Dphp_globals.h121 char *docref_root; member
H A Dmain.c771 …STD_PHP_INI_ENTRY("docref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_…
987 char *docref_target = "", *docref_root = ""; in php_verror() local
1104 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror()
1110 docref_root = PG(docref_root); in php_verror()
1135 …spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_targ… in php_verror()
1137 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer); in php_verror()
/PHP-7.4/
H A Dphp.ini-development554 ; If html_errors is set to On *and* docref_root is not empty, then PHP
558 ; and change docref_root to the base URL of your local copy including the
565 ;docref_root = "/phpmanual/"
H A Dphp.ini-production554 ; If html_errors is set to On *and* docref_root is not empty, then PHP
558 ; and change docref_root to the base URL of your local copy including the
565 ;docref_root = "/phpmanual/"

Completed in 24 milliseconds