Home
last modified time | relevance | path

Searched refs:server (Results 176 – 200 of 471) sorted by relevance

12345678910>>...19

/PHP-5.3/ext/soap/tests/
H A Dtypemap002.phpt50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
51 $server->setClass("test");
52 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap005.phpt56 $server = new SoapServer(NULL,$options);
57 $server->setClass("test");
58 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap006.phpt51 $server = new SoapServer(NULL,$options);
52 $server->setClass("test");
53 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap013.phpt50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
51 $server->setClass("test");
52 $server->handle($HTTP_RAW_POST_DATA);
/PHP-5.3/ext/mysqli/tests/
H A Dskipifnotemb.inc4 die("skip test for with embedded server only");
H A Dskipifemb.inc4 die("skip test doesn't run with embedded server");
H A Dmysqli_no_reconnect.phpt53 // after 2+ seconds the server should kill the connection
83 It is undefined if the server replies to the query and how.
85 the server always manages to send a full a reply. Whereas MySQl 5.5
91 Warning: mysqli_query(): MySQL server has gone away in %s on line %d
99 // Give the server a second to really kill the other thread...
H A Dmysqli_connect_error.phpt21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
30 …printf("[003] Connect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbnam…
H A Dmysqli_connect_errno.phpt21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
31 …printf("[004] Connect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbnam…
/PHP-5.3/ext/mysql/tests/
H A Dmysql_connect.phpt15 // mysql_connect ( [string server [, string username [, string password [, bool new_link [, int cli…
21 …printf("[002] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
27 …printf("[003] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
33 …printf("[004] Can connect to the server using host=%s/%s, user=%s, passwd=***non_empty, dbname=%s,…
H A Dmysql_pconnect.phpt18 …// mysql_pconnect ( [string server [, string username [, string password [, bool new_link [, int c…
24 …printf("[002] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
30 …printf("[003] Can connect to the server using host=%s/%s, user=%s, passwd=***non_empty, dbname=%s,…
/PHP-5.3/ext/pgsql/tests/
H A D27large_object_oid.phpt8 if (version_compare("8.3", $v["server"]) > 0) die("skip - requires pg server >= 8.3\n");
H A D28large_object_import_oid.phpt8 if (version_compare("8.4devel", $v["server"]) > 0) die("skip - requires pg server >= 8.4\n");
/PHP-5.3/ext/standard/tests/file/
H A Dfread_socket_variation1.phpt2 Testing fread() on a TCP server socket
/PHP-5.3/ext/standard/tests/http/
H A Dbug48929.phpt6 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?>
9 require 'server.inc';
H A Dbug60570.phpt4 <?php require 'server.inc'; http_server_skipif('tcp://127.0.0.1:12342'); ?>
10 require 'server.inc';
/PHP-5.3/ext/imap/tests/
H A Dimap_mail_copy.phpt24 echo "Test with IMAP server\n";
44 Test with IMAP server
H A Dimap_mail_move.phpt24 echo "Test with IMAP server\n";
44 Test with IMAP server
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug30106.phpt18 $this->server = new SoapServer($wsdl, $options);
19 $this->server->addFunction("getContinentList");
25 $this->server->handle($request);
H A Dbug36226-2.phpt21 $this->server = new SoapServer($wsdl, $options);
22 $this->server->addFunction('PostEvents');
27 $this->server->handle($request);
H A Dbug39815.phpt22 $this->server = new SoapServer($wsdl, $options);
23 $this->server->addFunction('test');
28 $this->server->handle($request);
/PHP-5.3/ext/soap/
H A DTODO.old3 Better WSDL support Client and server (how much validation is needed here?)
27 make php-soap work as a standalone server using php_streams and the new socket extension
30 wsdl generation static and auto (.net style (http://server.com/soapserver.php?WSDL)) using phpdoc p…
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt46 // Search for email message on the mail server using imap.
49 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
H A Dmail_variation_alt2-win32.phpt46 // Search for email message on the mail server using imap.
49 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
H A Dmail_variation_alt3-win32.phpt45 // Search for email message on the mail server using imap.
48 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";

Completed in 26 milliseconds

12345678910>>...19