Home
last modified time | relevance | path

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

/PHP-7.2/
H A Dserver-tests.php1071 $docroot = $this->conf['TEST_BASE_PATH'];
1072 for ($i=0 ; $i < $depth; $i++) $docroot = dirname($docroot);
1073 $this->conf['TEST_DOCUMENT_ROOT']=$docroot;
H A DREADME.TESTING298 $docroot the equivalent of DOCUMENT_ROOT under Apache
H A DINSTALL505 docroot="/path/to/docroot" specific to the context php4_execute is
/PHP-7.2/sapi/cli/
H A Dphp_cli.c353 char *docroot = ""; in sapi_cli_register_variables() local
378 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len)) { in sapi_cli_register_variables()
379 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array); in sapi_cli_register_variables()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c916 char *docroot = ""; in php_sapi_phpdbg_register_vars() local
941 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len)) { in php_sapi_phpdbg_register_vars()
942 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array); in php_sapi_phpdbg_register_vars()
/PHP-7.2/win32/
H A Dinstall.txt390 various files and directories, such as php.ini, docroot, and the
759 docroot="/path/to/docroot" specific to the context php7_execute is

Completed in 67 milliseconds