Home
last modified time | relevance | path

Searched refs:_SERVER (Results 76 – 100 of 667) sorted by relevance

12345678910>>...27

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtest-suffix-single.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--test-suffix';
7 $_SERVER['argv'][3] = '.test.php';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/';
H A Ddataprovider-log-xml-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = '--log-junit';
8 $_SERVER['argv'][4] = 'php://stdout';
9 $_SERVER['argv'][5] = 'DataProviderTest';
10 $_SERVER['argv'][6] = __DIR__ . '/../_files/DataProviderTest.php';
H A Ddefault-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
H A Ddependencies-clone.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--verbose';
7 $_SERVER['argv'][3] = 'ClonedDependencyTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/ClonedDependencyTest.php';
H A Ddependencies2-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = 'StackTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/StackTest.php';
H A Ddependencies3-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = 'MultiDependencyTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/MultiDependencyTest.php';
H A Dlist-groups.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--list-groups';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dtest-suffix-multiple.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--test-suffix';
7 $_SERVER['argv'][3] = '.test.php,.my.php';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/';
H A Dtestdox.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dreport-useless-tests-incomplete.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--report-useless-tests';
7 $_SERVER['argv'][3] = 'IncompleteTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/IncompleteTest.php';
H A Ddebug.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--debug';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dfatal-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = 'FatalTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/FatalTest.php';
H A Ddataprovider-testdox.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox';
7 $_SERVER['argv'][3] = 'DataProviderTestDoxTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/DataProviderTestDoxTest.php';
H A Dstop-on-warning-via-cli.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--stop-on-warning';
7 $_SERVER['argv'][3] = 'StopOnWarningTestSuite';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/StopOnWarningTestSuite.php';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php11 if (!isset($_SERVER['argv'][1], $_SERVER['argv'][2])) {
16 [, $format, $iterations] = $_SERVER['argv'];
66 if (isset($_SERVER['argv'][3])) {
67 file_put_contents($_SERVER['argv'][3], $output);
/plugin/authenvvars/
H A Dauth.php35 $this->userinfo['userid'] = $_SERVER[$this->getConf('useridvar')];
39 $this->userinfo['name'] = $_SERVER[$this->getConf('usernamevar')];
40 $this->userinfo['mail'] = $_SERVER[$this->getConf('emailvar')];
61 $_SERVER['REMOTE_USER'] = $myuser;
74 foreach( json_decode($_SERVER[$groupsvar],true) as $key=>$value ) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1570.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--disallow-test-output';
7 $_SERVER['argv'][3] = 'Issue1570Test';
8 $_SERVER['argv'][4] = __DIR__ . '/1570/Issue1570Test.php';
H A D1468.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--disallow-todo-tests';
7 $_SERVER['argv'][3] = 'Issue1468Test';
8 $_SERVER['argv'][4] = __DIR__ . '/1468/Issue1468Test.php';
H A D74.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = 'Issue74Test';
8 $_SERVER['argv'][4] = __DIR__ . '/74/Issue74Test.php';
H A D2145.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue2145Test';
8 $_SERVER['argv'][3] = '--stop-on-error';
9 $_SERVER['argv'][4] = __DIR__ . '/2145/Issue2145Test.php';
H A D2758.phpt5 $_SERVER['argv'][1] = '--configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/2758/phpunit.xml';
7 $_SERVER['argv'][3] = 'Issue2758Test';
8 $_SERVER['argv'][4] = __DIR__ . '/2758/Issue2758Test.php';
H A D445.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = '--disallow-test-output';
8 $_SERVER['argv'][3] = 'Issue445Test';
9 $_SERVER['argv'][4] = __DIR__ . '/445/Issue445Test.php';
/plugin/webdav/core/Plugin/
H A DException.php50 Utils::log('debug', 'User-Agent: {agent}', ['agent' => @$_SERVER['HTTP_USER_AGENT']]);
51 Utils::log('debug', 'Remote-User: {user}', ['user' => @$_SERVER['REMOTE_USER']]);
52 Utils::log('debug', 'Request-URI: {uri}', ['uri' => @$_SERVER['REQUEST_URI']]);
53 … Utils::log('debug', 'Request-Method: {method}', ['method' => @$_SERVER['REQUEST_METHOD']]);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php214 $document_root = $_SERVER['DOCUMENT_ROOT'];
423 if(substr($_SERVER['SCRIPT_NAME'],-4) == '.php'){
424 $dir = dirname($_SERVER['SCRIPT_NAME']);
425 }elseif(substr($_SERVER['PHP_SELF'],-4) == '.php'){
426 $dir = dirname($_SERVER['PHP_SELF']);
427 }elseif($_SERVER['DOCUMENT_ROOT'] && $_SERVER['SCRIPT_FILENAME']){
428 $dir = preg_replace ('/^'.preg_quote($_SERVER['DOCUMENT_ROOT'],'/').'/','',
429 $_SERVER['SCRIPT_FILENAME']);
450 if(isset($_SERVER['WINDIR']) && $_SERVER['WINDIR']) {
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php99 if (isset($_SERVER['REQUEST_TIME_FLOAT'])) {
100 PHP_Timer::$requestTime = $_SERVER['REQUEST_TIME_FLOAT'];
101 } elseif (isset($_SERVER['REQUEST_TIME'])) {
102 PHP_Timer::$requestTime = $_SERVER['REQUEST_TIME'];

12345678910>>...27