Searched refs:docref_root (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/standard/tests/general_functions/ |
H A D | ini_set_types.phpt | 7 ini_set('docref_root', null); 8 var_dump(ini_get('docref_root'));
|
/php-src/ext/standard/tests/file/ |
H A D | parse_ini_file_variation3.phpt | 39 docref_root = "/phpmanual/" 86 ["docref_root"]=>
|
/php-src/tests/lang/ |
H A D | bug35176.phpt | 5 docref_root="/"
|
/php-src/main/ |
H A D | php_globals.h | 124 char *docref_root; member
|
H A D | main.c | 741 …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 D | php.ini-development | 557 ; 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 D | php.ini-production | 559 ; 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