Home
last modified time | relevance | path

Searched refs:localhost (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt27 Received: from localhost (localhost [127.0.0.1]) by localhost
135 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
154 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
173 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
192 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
211 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
230 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
249 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
268 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
287 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
[all …]
H A Diconv_mime_decode_headers_variation3.phpt30 Received: from localhost (localhost [127.0.0.1]) by localhost
138 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
157 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
176 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
195 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
214 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
233 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
252 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
271 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
290 …string(204) "from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example…
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl204 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
215 <soap12:address location="http://localhost:8731/EchoService/"/>
237 <soap12:address location="http://localhost:8731/EchoService/"/>
259 <soap12:address location="http://localhost:8731/EchoService/"/>
281 <soap12:address location="http://localhost:8731/EchoService/"/>
303 <soap12:address location="http://localhost:8731/EchoService/"/>
325 <soap12:address location="http://localhost:8731/EchoService/"/>
347 <soap12:address location="http://localhost:8731/EchoService/"/>
369 <soap12:address location="http://localhost:8731/EchoService/"/>
391 <soap12:address location="http://localhost:8731/EchoService/"/>
[all …]
H A Dbug50698_3.wsdl204 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
206 <wsa10:Address>net.tcp://localhost:8732/EchoService/</wsa10:Address>
215 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
226 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
237 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
248 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
259 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
270 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
281 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
292 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
[all …]
H A Dbug42214.phpt9 …:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://localhost/server.php" xmln…
17 $server = new SoapServer(NULL, array('uri' =>'http://localhost/server.php',
/PHP-5.5/ext/sockets/tests/
H A Dsocket_getpeername_ipv4loop.phpt14 /* Bind and connect sockets to localhost */
15 $localhost = '127.0.0.1';
26 if (!socket_bind($server, $localhost, $port)) {
27 die('Unable to bind to '.$localhost.':'.$port);
38 if (!socket_connect($client, $localhost, $port)) {
H A Dsocket_getpeername_ipv6loop.phpt15 /* Bind and connect sockets to localhost */
16 $localhost = '::1';
27 if (!socket_bind($server, $localhost, $port)) {
28 die('Unable to bind to '.$localhost.':'.$port);
39 if (!socket_connect($client, $localhost, $port)) {
/PHP-5.5/ext/soap/interop/
H A Dconfig.php.dist3 $interopConfig['DSN'] = 'mysql://root@localhost/soapinterop';
4 $interopConfig['baseURL'] = 'http://localhost/soap/interop';
/PHP-5.5/ext/standard/tests/streams/
H A Dbug49936_win32.phpt13 $dir = 'ftp://your:self@localhost/';
23 Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
29 Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt60 Host: localhost
67 Host: localhost
73 Host: localhost
79 Host: localhost
H A Dphp_cli_server_019.phpt51 string(9) "localhost"
57 string(9) "localhost"
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_005.phpt2 xmlwriter_open_uri with file://localhost/
7 var_dump(xmlwriter_open_uri('file://localhost/'));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt11 mysqli_query($link, 'DROP USER pcontest@localhost');
14 !mysqli_query($link, 'CREATE USER pcontest@localhost IDENTIFIED BY "pcontest"')) {
25 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest@localhost');
26 mysqli_query($link, 'DROP USER pcontest@localhost');
34 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest@localhost');
35 mysqli_query($link, 'DROP USER pcontest@localhost');
52 !mysqli_query($link, 'DROP USER pcontest@localhost') ||
54 !mysqli_query($link, 'CREATE USER pcontest@localhost IDENTIFIED BY "pcontest"') ||
91 if (!mysqli_query($link, 'SET PASSWORD FOR pcontest@localhost = PASSWORD("newpass")') ||
175 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest@localhost');
[all …]
H A Dmysqli_pam_sha256.phpt54 $link->query("DROP USER shatest@localhost");
58 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
63 !$link->query('SET PASSWORD FOR shatest@"localhost" = PASSWORD("shatest")')) {
74 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
110 $link->query('DROP USER shatest@localhost');
H A Dmysqli_auth_pam.phpt38 mysqli_query($link, 'DROP USER pamtest@localhost');
41 !mysqli_query($link, 'CREATE USER pamtest@"localhost" IDENTIFIED WITH mysql_clear_password')) {
53 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pamtest@'localhost'", $db))) {
92 mysqli_query($link, 'DROP USER pamtest@localhost');
H A Dmysqli_pam_sha256_public_key_ini.phpt67 $link->query("DROP USER shatest@localhost");
71 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
76 !$link->query('SET PASSWORD FOR shatest@"localhost" = PASSWORD("shatest")')) {
87 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
121 $link->query('DROP USER shatest@localhost');
H A Dmysqli_pam_sha256_public_key_option.phpt64 $link->query("DROP USER shatest@localhost");
68 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
73 !$link->query('SET PASSWORD FOR shatest@"localhost" = PASSWORD("shatest")')) {
84 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
127 $link->query('DROP USER shatest@localhost');
H A Dmysqli_expire_password.phpt26 mysqli_query($link, 'DROP USER expiretest@localhost');
29 !mysqli_query($link, 'CREATE USER expiretest@"localhost"')) {
36 !mysqli_query($link, 'ALTER USER expiretest@"localhost" PASSWORD EXPIRE')) {
49 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO expiretest@'localhost'", $db))) {
126 mysqli_query($link, 'DROP USER expiretest@localhost');
/PHP-5.5/ext/mysql/tests/
H A Dbug51242.phpt13 // is actually specified as localhost.
14 if ($host == 'localhost') {
26 if ($host == 'localhost') {
H A D001.phpt18 /*** test mysql_connect localhost ***/
23 /*** test mysql_connect localhost:port ***/
/PHP-5.5/travis/ext/curl/
H A Dsetup.sh4 php -S localhost:8080 &
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_skipif.inc11 socket_connect($socket, "localhost", 143) or die ("skip can't socket to mail server");
15 $mailbox = '{localhost}';
/PHP-5.5/ext/opcache/tests/
H A Dphp_cli_server.inc2 define ("PHP_CLI_SERVER_HOSTNAME", "localhost");
24 // note: even when server prints 'Listening on localhost:8964...Press Ctrl-C to quit.'
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl37 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest" style="rpc"/>
46 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest2" style="rpc"…
57 <soap:address location="http://localhost:81/test/interface.php?class=test"/>
/PHP-5.5/ext/curl/tests/
H A Dserver.inc3 define ("PHP_CURL_SERVER_HOSTNAME", "localhost");
34 // note: even when server prints 'Listening on localhost:8964...Press Ctrl-C to quit.'

Completed in 49 milliseconds

1234