Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/general_functions/
H A Dini_set_types.phpt7 ini_set('docref_root', null);
8 var_dump(ini_get('docref_root'));
/PHP-8.2/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt39 docref_root = "/phpmanual/"
86 ["docref_root"]=>
/PHP-8.2/tests/lang/
H A Dbug35176.phpt5 docref_root="/"
/PHP-8.2/main/
H A Dphp_globals.h117 char *docref_root; member
H A Dmain.c683 …STD_PHP_INI_ENTRY("docref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_…
938 char *docref_target = "", *docref_root = ""; in php_verror() local
1052 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror()
1058 docref_root = PG(docref_root); in php_verror()
1083 …message = zend_strpprintf(0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docr… in php_verror()
1085 …message = zend_strpprintf(0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer… in php_verror()
/PHP-8.2/
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 32 milliseconds