Home
last modified time | relevance | path

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

1234

/PHP-5.5/travis/ext/curl/
H A Dsetup.sh4 php -S localhost:8080 &
/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.inc2 define ("PHP_CLI_SERVER_HOSTNAME", "localhost");
37 // note: even when server prints 'Listening on localhost:8964...Press Ctrl-C to quit.'
H A Dphp_cli_server_002.phpt18 string(%d) "localhost"
H A Dphp_cli_server_004.phpt45 string(19) "HTTP_HOST:localhost"
H A Dphp_cli_server_009.phpt4 After this fix(#60112), previously 404 request like "localhost/foo/bar"
H A Dphp_cli_server_019.phpt51 string(9) "localhost"
57 string(9) "localhost"
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI34 want the FastCGI server to provide services to the localhost, not
/PHP-5.5/
H A Dphp.ini-development991 SMTP = localhost
H A Dphp.ini-production991 SMTP = localhost
/PHP-5.5/main/streams/
H A Dstreams.c1811 int localhost = 0; local
1814 localhost = 1;
1818 if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/' && path[n+4] != ':') {
1820 if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/') {
1831 if (localhost == 1) {
/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/standard/tests/streams/
H A Dbug49936.phpt11 $dir = 'ftp://your:self@localhost/';
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/ext/standard/tests/network/
H A Dgethostbynamel_basic1.phpt11 var_dump(gethostbynamel("localhost"));
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";
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt23 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_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");
/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)) {

Completed in 49 milliseconds

1234