Home
last modified time | relevance | path

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

/PHP-7.0/sapi/cli/
H A Dphp_cli.c348 char *docroot = ""; in sapi_cli_register_variables() local
373 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len)) { in sapi_cli_register_variables()
374 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array); in sapi_cli_register_variables()
/PHP-7.0/
H A Dserver-tests.php1083 $docroot = $this->conf['TEST_BASE_PATH'];
1084 for ($i=0 ; $i < $depth; $i++) $docroot = dirname($docroot);
1085 $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.0/sapi/phpdbg/
H A Dphpdbg.c887 char *docroot = ""; in php_sapi_phpdbg_register_vars() local
912 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len)) { in php_sapi_phpdbg_register_vars()
913 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array); in php_sapi_phpdbg_register_vars()
/PHP-7.0/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 33 milliseconds