Home
last modified time | relevance | path

Searched refs:localhost (Results 1 – 25 of 88) sorted by last modified time

1234

/PHP-7.3/
H A DNEWS1075 localhost). (Nikita)
H A Dphp.ini-production1064 SMTP = localhost
H A Dphp.ini-development1062 SMTP = localhost
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt34 mysqli_query($link, 'DROP USER expiretest@localhost');
37 !mysqli_query($link, 'CREATE USER expiretest@localhost IDENTIFIED BY \'expiredpassword\'')) {
44 !mysqli_query($link, 'ALTER USER expiretest@localhost PASSWORD EXPIRE')) {
57 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO expiretest@'localhost'", $db))) {
134 mysqli_query($link, 'DROP USER expiretest@localhost');
/PHP-7.3/main/streams/
H A Dstreams.c1791 int localhost = 0; local
1794 localhost = 1;
1798 if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/' && path[n+4] != ':') {
1800 if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/') {
1811 if (localhost == 1) {
/PHP-7.3/ext/standard/tests/http/
H A Dbug79265.phpt20 'header'=>"RandomHeader: localhost:8080\r\n" .
37 RandomHeader: localhost:8080
/PHP-7.3/ext/curl/tests/
H A Dbug79033.phpt25 Host: localhost:%d
/PHP-7.3/travis/ext/curl/
H A Dsetup.sh4 php -S localhost:8080 &
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server.inc2 define ("PHP_CLI_SERVER_HOSTNAME", "localhost");
43 // note: even when server prints 'Listening on localhost:8964...Press Ctrl-C to quit.'
/PHP-7.3/sapi/cgi/
H A DREADME.FastCGI34 want the FastCGI server to provide services to the localhost, not
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.re364 /* HTTP_HOST could be 'localhost:8888' etc. */
/PHP-7.3/ext/standard/tests/streams/
H A Dopendir-002.phpt13 $path="ftp://localhost:" . $port."/";
H A Dbug49936.phpt11 $dir = 'ftp://your:self@localhost/';
H A Dbug77680.phpt14 $path = "ftp://localhost:" . $port."/one/two/three/";
H A Dbug77765.phpt13 $path = "ftp://localhost:" . $port."/www";
H A Dopendir-001.phpt13 $path="ftp://localhost:" . $port."/bogusdir";
19 Warning: opendir(ftp://localhost:%d/bogusdir): failed to open dir: FTP server reports 250 /bogusdir…
/PHP-7.3/ext/standard/tests/network/
H A Dbug20134.phpt6 $fp = fsockopen("udp://localhost", 65534, $errno, $errstr);
H A Dgethostbyaddr_basic1.phpt17 %rloopback|localhost(\.localdomain)?|%s%r
H A Dgethostbyname_basic003.phpt12 echo gethostbyname("localhost")."\n";
H A Dgethostbynamel_basic1.phpt11 var_dump(gethostbynamel("localhost"));
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt22 ini_set("SMTP", "localhost");
91 Warning: mail(): Failed to connect to mailserver at "localhost" port 2525, verify your "SMTP" and "…
H A Dmail_variation_alt3-win32.phpt22 ini_set("SMTP", "localhost");
H A Dmail_include.inc3 $server = '{localhost}';
H A Dmail_skipif.inc11 socket_connect($socket, "localhost", 143) or die ("skip can't socket to mail server");
15 $mailbox = '{localhost}';
H A Dmail_basic_alt1-win32.phpt23 ini_set("SMTP", "localhost");

Completed in 111 milliseconds

1234