Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/general_functions/
H A Dini_set_types.phpt7 ini_set('docref_root', null);
8 var_dump(ini_get('docref_root'));
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt39 docref_root = "/phpmanual/"
86 ["docref_root"]=>
/php-src/tests/lang/
H A Dbug35176.phpt5 docref_root="/"
/php-src/main/
H A Dphp_globals.h124 char *docref_root; member
H A Dmain.c741 …STD_PHP_INI_ENTRY("docref_root", "", PHP_INI_ALL, OnUpdateString, docref_root, php_core_…
996 char *docref_target = "", *docref_root = ""; in php_verror() local
1107 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror()
1113 docref_root = PG(docref_root); in php_verror()
1138 …message = zend_strpprintf_unchecked(0, "%s [<a href='%s%s%s'>%s</a>]: %S", origin, docref_root, do… in php_verror()
1140 …message = zend_strpprintf_unchecked(0, "%s [%s%s%s]: %S", origin, docref_root, docref, docref_targ… in php_verror()
/php-src/
H A Dphp.ini-development557 ; If html_errors is set to On *and* docref_root is not empty, then PHP
561 ; and change docref_root to the base URL of your local copy including the
568 ;docref_root = "/phpmanual/"
H A Dphp.ini-production559 ; If html_errors is set to On *and* docref_root is not empty, then PHP
563 ; and change docref_root to the base URL of your local copy including the
570 ;docref_root = "/phpmanual/"

Completed in 40 milliseconds