Home
last modified time | relevance | path

Searched refs:server (Results 126 – 150 of 640) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/ftp/tests/
H A Dbug79100.phpt10 require 'server.inc';
13 if (!$ftp) die("Couldn't connect to the server");
H A Dbug37799.phpt12 require 'server.inc';
15 if (!$ftp) die("Couldn't connect to the server");
H A Dbug39458.phpt9 require 'server.inc';
12 if (!$ftp) die("Couldn't connect to the server");
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50762.phpt21 $this->server = new SoapServer($wsdl, $options);
22 $this->server->setObject(new testSoap());
27 $this->server->handle($request);
H A Dbug30928.phpt23 $this->server = new SoapServer($wsdl, $options);
24 $this->server->addFunction('test');
29 $this->server->handle($request);
H A Dbug31695.phpt16 $this->server = new SoapServer($wsdl, $options);
17 $this->server->addFunction("Test");
23 $this->server->handle($request);
H A Dbug38005.phpt16 $this->server = new SoapServer($wsdl, $opt);
17 $this->server->addFunction('Test');
22 $this->server->handle($request);
/PHP-7.4/ext/soap/tests/
H A Dclassmap004.phpt40 $this->server = new SoapServer($wsdl, $options);
41 $this->server->addFunction("f");
46 $this->server->handle($request);
H A Dserver009.phpt23 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
24 $server->setclass("foo");
25 $server->setpersistence(SOAP_PERSISTENCE_SESSION);
43 $server->handle($HTTP_RAW_POST_DATA);
61 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver017.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
12 $server->addfunction("test");
28 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver018.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
12 $server->addfunction("test");
28 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/standard/tests/network/
H A Dhttp-stream.phpt7 require __DIR__.'/../http/server.inc';
14 require __DIR__.'/../http/server.inc';
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_local_infile_default_off.phpt15 echo "server: ", $row['Value'], "\n";
24 server: %s
H A Dmysqli_local_infile_set_on.phpt17 echo "server: ", $row['Value'], "\n";
26 server: %s
H A Dmysqli_change_user_new.phpt10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
24 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
39 [003] [2006] MySQL server has gone away
/PHP-7.4/ext/standard/tests/http/
H A Dbug73297.phpt6 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?>
9 require 'server.inc';
H A Dbug75535.phpt4 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:22351'); ?>
9 require 'server.inc';
H A Dhttp_response_header_04.phpt4 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:22349'); ?>
9 require 'server.inc';
H A Dhttp_response_header_01.phpt4 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:22346'); ?>
9 require 'server.inc';
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_rpcenc.inc35 $server = new SoapServer(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl");
36 $server->setClass("SOAP_Interop_GroupH");
37 $server->handle($HTTP_RAW_POST_DATA);
H A Dround4_groupH_complex_doclit.inc35 $server = new SoapServer(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl");
36 $server->setClass("SOAP_Interop_GroupH");
37 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/imap/tests/
H A Dbug77153.phpt13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
14 @imap_open('{'.$server.':143/imap}INBOX', '', '');
/PHP-7.4/ext/openssl/tests/
H A Dpeer_verification.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
24 @stream_socket_accept($server, 1);
37 // Expected to fail -- untrusted server cert and no CA File present
40 // Expected to fail -- untrusted server cert and no CA File present
/PHP-7.4/ext/libxml/tests/
H A Dbug51903.phpt6 if (@!include "./ext/standard/tests/http/server.inc") die('skip server.inc not available');
11 require "./ext/standard/tests/http/server.inc";
/PHP-7.4/ext/standard/tests/streams/
H A Dopendir-001.phpt11 require __DIR__ . "/../../../ftp/tests/server.inc";
19 Warning: opendir(ftp://localhost:%d/bogusdir): failed to open dir: FTP server reports 250 /bogusdir…

Completed in 21 milliseconds

12345678910>>...26