Searched refs:docroot (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/sapi/cli/ |
H A D | php_cli.c | 348 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 D | server-tests.php | 1083 $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 D | README.TESTING2 | 98 $docroot the equivalent of DOCUMENT_ROOT under Apache
|
H A D | INSTALL | 505 docroot="/path/to/docroot" specific to the context php4_execute is
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg.c | 887 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 D | install.txt | 390 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 35 milliseconds