Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt40 docref_root = "/phpmanual/"
89 ["docref_root"]=>
/PHP-8.0/tests/lang/
H A Dbug35176.phpt5 docref_root="/"
/PHP-8.0/main/
H A Dphp_globals.h118 char *docref_root; member
H A Dmain.c687 …STD_PHP_INI_ENTRY("docref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_…
932 char *docref_target = "", *docref_root = ""; in php_verror() local
1044 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror()
1050 docref_root = PG(docref_root); in php_verror()
1075 …message = zend_strpprintf(0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docr… in php_verror()
1077 …message = zend_strpprintf(0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer… in php_verror()
/PHP-8.0/
H A Dphp.ini-development561 ; If html_errors is set to On *and* docref_root is not empty, then PHP
565 ; and change docref_root to the base URL of your local copy including the
572 ;docref_root = "/phpmanual/"
H A Dphp.ini-production563 ; If html_errors is set to On *and* docref_root is not empty, then PHP
567 ; and change docref_root to the base URL of your local copy including the
574 ;docref_root = "/phpmanual/"

Completed in 20 milliseconds