Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt47 docref_root = "/phpmanual/"
99 ["docref_root"]=>
/PHP-7.2/tests/lang/
H A Dbug35176.phpt5 docref_root="/"
/PHP-7.2/main/
H A Dphp_globals.h127 char *docref_root; member
H A Dmain.c556 …STD_PHP_INI_ENTRY("docref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_…
769 char *docref_target = "", *docref_root = ""; in php_verror() local
886 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror()
892 docref_root = PG(docref_root); in php_verror()
917 …spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_targ… in php_verror()
919 spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer); in php_verror()
/PHP-7.2/
H A Dphp.ini-development547 ; If html_errors is set to On *and* docref_root is not empty, then PHP
551 ; and change docref_root to the base URL of your local copy including the
558 ;docref_root = "/phpmanual/"
H A Dphp.ini-production549 ; If html_errors is set to On *and* docref_root is not empty, then PHP
553 ; and change docref_root to the base URL of your local copy including the
560 ;docref_root = "/phpmanual/"

Completed in 27 milliseconds