Home
last modified time | relevance | path

Searched refs:server (Results 151 – 175 of 640) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/standard/tests/http/
H A Dbug76342.phpt6 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?>
9 require 'server.inc';
H A Dbug78719.phpt4 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?>
9 require 'server.inc';
H A Dbug43510.phpt6 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?>
9 require 'server.inc';
H A Dbug80838.phpt6 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?>
9 require 'server.inc';
/PHP-7.4/ext/ftp/tests/
H A D001.phpt9 require 'server.inc';
12 if (!$ftp) die("Couldn't connect to the server");
H A Dftp_get_option.phpt9 require 'server.inc';
14 $ftp or die("Couldn't connect to the server");
H A Dftp_fget_basic2.phpt12 require 'server.inc';
16 if (!$ftp) die("Couldn't connect to the server");
H A Dftp_fget_basic3.phpt12 require 'server.inc';
16 if (!$ftp) die("Couldn't connect to the server");
H A Dftp_nb_fget_basic2.phpt12 require 'server.inc';
16 if (!$ftp) die("Couldn't connect to the server");
H A Dftp_nb_fget_basic3.phpt12 require 'server.inc';
16 if (!$ftp) die("Couldn't connect to the server");
H A D002.phpt12 require 'server.inc';
15 if (!$ftp) die("Couldn't connect to the server");
H A Dbug39583-2.phpt9 require 'server.inc';
12 if (!$ftp) die("Couldn't connect to the server");
H A Dbug39583.phpt10 require 'server.inc';
13 if (!$ftp) die("Couldn't connect to the server");
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_test.phpt2 FB payload server satisfies connection attempt
16 // no need to change the credentials; we're running against a fake server
/PHP-7.4/ext/standard/tests/streams/
H A Dbug70198.phpt8 server
13 - start a server and listen
41 /* wait a bit for the server startup */
/PHP-7.4/ext/soap/tests/
H A Dserver014.phpt12 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
13 $server->addfunction("Add");
32 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver022.phpt18 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
19 $server->addfunction("test");
35 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver001.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
12 $server->addfunction("test");
27 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver003.phpt7 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
8 $server->addfunction(SOAP_FUNCTIONS_ALL);
26 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver005.phpt13 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
14 $server->setclass("Foo");
30 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/ldap/tests/
H A Dbug73933.phpt28 Warning: ldap_mod_replace(): Modify: Can't contact LDAP server in %sbug73933.php on line %d
30 Warning: ldap_modify_batch(): Batch Modify: Can't contact LDAP server in %sbug73933.php on line %d
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc3 $server = '{localhost}';
4 $default_mailbox = $server . "INBOX";
21 global $server, $default_mailbox, $username, $password;
27 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
135 * Get the mailbox name from a mailbox description, i.e strip off server details.
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36629.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
15 $server->addfunction(array("test1","test2"));
30 $server->handle($HTTP_RAW_POST_DATA);
45 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug29839.phpt18 $this->server = new SoapServer($wsdl, $options);
19 $this->server->addFunction('EchoString');
24 $this->server->handle($request);
/PHP-7.4/sapi/litespeed/
H A DREADME.md6 configuration modification through web server configuration and `.htaccess`
15 runtime via configuration files like `.htaccess` files or web server's virtual
17 its own `open_basedir` overridden in server configuration to enhance server
24 with LiteSpeed web server.
40 prefer, if LiteSpeed web server has been configured to run PHP with LiteSpeed
46 Usually, `lsphp` is managed by LiteSpeed web server in a single server
48 server at the front, load balancing lsphp processes running on multiple backend
81 Detailed information about how to configure LiteSpeed web server with PHP
114 server dynamically spawn/stop PHP processes, in this mode "Instances" should
127 server environments.
[all …]

Completed in 80 milliseconds

12345678910>>...26