Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/tests/network/
H A Dbug74764.phpt14 …$socket = stream_socket_client('tcp://localhost:1443', $errno, $errstr, 5, STREAM_CLIENT_CONNECT, …
19 …$socket = stream_socket_client('tcp://localhost:1443', $errno, $errstr, 5, STREAM_CLIENT_CONNECT, …
22 Warning: stream_socket_client(): Unable to connect to tcp://localhost:1443 (%s) in %s on line %d
24 Warning: stream_socket_client(): Unable to connect to tcp://localhost:1443 (%s) in %s on line %d
/php-src/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 Dbug77141.phpt17 'location' => "http://localhost/soap.php",
18 'uri' => "http://localhost/",
29 …:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://localhost/" xmlns:xsd="htt…
/php-src/ext/sockets/tests/
H A Dsocket_getpeername_ipv4loop.phpt10 /* Bind and connect sockets to localhost */
11 $localhost = '127.0.0.1';
23 if (@socket_bind($server, $localhost, $port)) {
29 die('Unable to bind to '.$localhost);
40 if (!socket_connect($client, $localhost, $port)) {
H A Dsocket_getpeername_ipv6loop.phpt15 /* Bind and connect sockets to localhost */
16 $localhost = '::1';
28 if (@socket_bind($server, $localhost, $port)) {
34 die('Unable to bind to '.$localhost);
45 if (!socket_connect($client, $localhost, $port)) {
/php-src/ext/standard/tests/streams/
H A Dbug49936_win32.phpt13 $dir = 'ftp://your:self@localhost/';
22 Warning: opendir(ftp://...@localhost/): Failed to open directory: operation failed in %s on line %d
27 Warning: opendir(ftp://...@localhost/): Failed to open directory: operation failed in %s on line %d
H A Dopendir-001.phpt13 $path="ftp://localhost:" . $port."/bogusdir";
18 Warning: opendir(ftp://localhost:%d/bogusdir): Failed to open directory: FTP server reports 250 /bo…
H A Dbug74090.phpt14 $server = stream_socket_server("udp://localhost:$port", $errno, $errstr, STREAM_SERVER_BIND);
21 $fd = stream_socket_client("udp://localhost:$port", $errno, $errstr, 0, STREAM_CLIENT_CONNECT | STR…
/php-src/ext/standard/tests/mail/
H A Dmail_windows_skipif.inc6 $connection = @fsockopen('localhost', 25);
11 $connection = @fsockopen('localhost', 143);
H A Dmail_variation_win.phpt6 SMTP=localhost
20 ini_set('SMTP', 'localhost');
27 ini_set('SMTP', 'localhost');
86 Warning: mail(): Failed to connect to mailserver at "localhost" port 2525, verify your "SMTP" and "…
/php-src/sapi/cli/tests/
H A Dbug43177.phpt58 Host: localhost
66 Host: localhost
73 Host: localhost
80 Host: localhost
H A Dbug69655.phpt20 Warning: file_get_contents(http://localhost:%d): Failed to open stream: HTTP request failed! HTTP/1…
23 Warning: file_get_contents(http://localhost:%d): Failed to open stream: HTTP request failed! HTTP/1…
26 Warning: file_get_contents(http://localhost:%d): Failed to open stream: HTTP request failed! HTTP/1…
H A Dphp_cli_server_019.phpt47 string(9) "localhost"
53 string(9) "localhost"
/php-src/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-src/.github/actions/test-linux/
H A Daction.yml21 export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test"
28 … export PGSQL_TEST_CONNSTR="host=localhost dbname=test port=5432 user=postgres password=postgres"
30 …export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postg…
33 export PDO_FIREBIRD_TEST_DSN=firebird:dbname=localhost:test.fdb
/php-src/ext/mysqli/tests/
H A Dbug72701.phpt9 if ("127.0.0.1" != $host && "localhost" != $host) {
25 var_dump(preg_match(",(127.0.0.1|localhost) via .*,i", mysqli_get_host_info($con)));
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');
53 !mysqli_query($link, 'DROP USER pcontest@localhost') ||
55 !mysqli_query($link, 'CREATE USER pcontest@localhost IDENTIFIED BY "pcontest"') ||
105 if ((!mysqli_query($link, 'SET PASSWORD FOR pcontest@localhost = "newpass"') &&
206 mysqli_query($link, 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM pcontest@localhost');
[all …]
H A Dmysqli_pam_sha256.phpt51 $link->query("DROP USER shatest@localhost");
55 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
60 !$link->query('SET PASSWORD FOR shatest@"localhost" = "shatest"')) {
71 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
108 $link->query('DROP USER shatest@localhost');
H A Dgh11438.phpt40 $link->query("DROP USER shatest@localhost");
43 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
49 …!$link->query('SET PASSWORD FOR shatest@"localhost" = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ…
85 $link->query('DROP USER shatest@localhost');
H A Dmysqli_pam_sha256_public_key_ini.phpt63 $link->query("DROP USER shatest@localhost");
67 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
72 !$link->query('SET PASSWORD FOR shatest@"localhost" = "shatest"')) {
83 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
118 $link->query('DROP USER shatest@localhost');
/php-src/ext/gd/tests/
H A Dgh10344.phpt16 if (!is_readable("\\\\localhost\\c$\\Windows\\Fonts\\arial.ttf")) {
23 $font = '\\\\localhost\\c$\\Windows\\Fonts\\arial.ttf';
/php-src/ext/pdo_mysql/tests/inc/
H A Dconfig.inc3 …= getenv('PDO_MYSQL_TEST_DSN') ? getenv('PDO_MYSQL_TEST_DSN') : 'mysql:host=localhost;dbname=test',
7 …EST_HOST' => false !== getenv('PDO_MYSQL_TEST_HOST') ? getenv('PDO_MYSQL_TEST_HOST') : 'localhost',
/php-src/ext/standard/tests/http/
H A Dbug79265.phpt20 'header'=>"RandomHeader: localhost:8080\r\n" .
37 RandomHeader: localhost:8080
/php-src/ext/ldap/tests/
H A Dconnect.inc4 Default values are "localhost", "cn=Manager,dc=my-domain,dc=com", and password "secret".
8 $host = getenv("LDAP_TEST_HOST") ?: "localhost";
10 $uri = getenv("LDAP_TEST_URI") ?: 'ldap://localhost:389';

Completed in 28 milliseconds

1234