Home
last modified time | relevance | path

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

1234

/PHP-5.5/
H A DINSTALL924 listen on the localhost interface. If you use network functions,
1191 so: http://localhost/info.php Or using the DocumentRoot in the user
1193 http://localhost/~yourusername/info.php
H A DNEWS803 . Fixed bug #68420 (listen=9000 listens to ipv6 localhost instead of all
2743 http://localhost:8000'). (pascal.chevrel@free.fr)
H A DREADME.TESTING226 on localhost. localhost is required since either the web server must
48 php server-tests.php -w -u http://localhost/test -m /path/to/htdocs/test
51 php server-tests.php -w -u http://localhost/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.'
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt27 Received: from localhost (localhost [127.0.0.1]) by localhost
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/imap/tests/
H A Dimap_include.inc3 $server = '{localhost/norsh}';
H A Dskipif.inc5 $mailbox = '{localhost/norsh}';
/PHP-5.5/ext/ldap/tests/
H A DREADME41 LDAP_TEST_HOST (default: localhost) Host to connect to
H A Dconnect.inc4 Default values are "localhost", "root", database "test" and empty password.
8 $host = getenv("LDAP_TEST_HOST") ? getenv("LDAP_TEST_HOST") : "localhost";
/PHP-5.5/ext/mysql/tests/
H A D001.phpt18 /*** test mysql_connect localhost ***/
23 /*** test mysql_connect localhost:port ***/
H A Dbug51242.phpt13 // is actually specified as localhost.
14 if ($host == 'localhost') {
26 if ($host == 'localhost') {
H A Dconnect.inc59 Default values are "localhost", "root", database "test" and empty password.
63 $host = getenv("MYSQL_TEST_HOST") ? getenv("MYSQL_TEST_HOST") : "localhost";
H A Dmysql_query_load_data_openbasedir.phpt21 if ($socket == "" && $host != NULL && $host != 'localhost' && $host != '.') {
/PHP-5.5/ext/mysqli/tests/
H A D001.phpt15 /*** test mysqli_connect localhost:port ***/
H A Dconnect.inc3 Default values are "localhost", "root",
11 $host = getenv("MYSQL_TEST_HOST") ? getenv("MYSQL_TEST_HOST") : "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_connect.phpt17 $tmp = @mysqli_connect('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');
H A Dmysqli_get_host_info.phpt23 …if ($IS_MYSQLND && $host != 'localhost' && $host != '127.0.0.1' && $port != '' && $host != "" && s…
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_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_pam_sha256_public_key_option_invalid.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))) {
171 $link->query('DROP USER shatest@localhost');

Completed in 76 milliseconds

1234