Home
last modified time | relevance | path

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

/PHP-5.6/sapi/webjames/
H A Dwebjames.c119 char *docroot; in sapi_webjames_register_variables() local
130 docroot = __unixify(WG(conn)->homedir,0,NULL,1024,0); in sapi_webjames_register_variables()
131 if (docroot) ADD_STRING("DOCUMENT_ROOT", docroot); in sapi_webjames_register_variables()
/PHP-5.6/sapi/cli/
H A Dphp_cli.c346 char *docroot = ""; in sapi_cli_register_variables() local
371 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len TSRMLS_CC)) { in sapi_cli_register_variables()
372 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array TSRMLS_CC); in sapi_cli_register_variables()
/PHP-5.6/
H A Dserver-tests.php1084 $docroot = $this->conf['TEST_BASE_PATH'];
1085 for ($i=0 ; $i < $depth; $i++) $docroot = dirname($docroot);
1086 $this->conf['TEST_DOCUMENT_ROOT']=$docroot;
H A DREADME.TESTING298 $docroot the equivalent of DOCUMENT_ROOT under Apache
H A DINSTALL709 docroot="/path/to/docroot" specific to the context php4_execute is
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c526 char *docroot = ""; in php_sapi_phpdbg_register_vars() local
560 &docroot, len, &len TSRMLS_CC)) { in php_sapi_phpdbg_register_vars()
561 php_register_variable("DOCUMENT_ROOT", docroot, track_vars_array TSRMLS_CC); in php_sapi_phpdbg_register_vars()
/PHP-5.6/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 php5_execute is

Completed in 56 milliseconds