Home
last modified time | relevance | path

Searched refs:localhost (Results 51 – 75 of 77) sorted by relevance

1234

/PHP-5.5/sapi/cli/tests/
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"
/PHP-5.5/
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
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 Dphp.ini-development991 SMTP = localhost
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug31755.phpt7 $client=new SOAPClient(null, array('location' => 'http://localhost',
H A Dbug50698_1.wsdl216 <soap:address location="http://localhost:8731/EchoService/Basic"/>
219 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
221 <wsa10:Address>net.tcp://localhost:8732/EchoService/</wsa10:Address>
H A Dbug50698_4.wsdl216 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
218 <wsa10:Address>net.tcp://localhost:8732/EchoService/</wsa10:Address>
225 <soap:address location="http://localhost:8731/EchoService/Basic"/>
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_host_info.phpt23 …if ($IS_MYSQLND && $host != 'localhost' && $host != '127.0.0.1' && $port != '' && $host != "" && s…
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_connect.phpt17 $tmp = @mysqli_connect('localhost');
/PHP-5.5/ext/soap/interop/
H A Ddatabase_round2.sql6 # Host: localhost
/PHP-5.5/ext/oci8/tests/
H A Ddetails.inc30 $dbase = "localhost/XE";
/PHP-5.5/ext/ldap/tests/
H A DREADME41 LDAP_TEST_HOST (default: localhost) Host to connect to
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt23 ini_set("SMTP", "localhost");
H A Dmail_variation_alt3-win32.phpt22 ini_set("SMTP", "localhost");
H A Dmail_include.inc3 $server = '{localhost}';
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt16 if (($tmp[1] !== 'localhost') && ($tmp[1] !== '127.0.0.1'))
H A Dpdo_mysql_prepare_load_data.phpt16 if (($tmp[1] !== 'localhost') && ($tmp[1] !== '127.0.0.1'))
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt83 <soap:address location="http://localhost/wsdl-creator/TestClass.php"/>
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt21 if ($socket == "" && $host != NULL && $host != 'localhost' && $host != '.') {
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc3 $server = '{localhost/norsh}';
/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/sapi/cgi/
H A DREADME.FastCGI34 want the FastCGI server to provide services to the localhost, not

Completed in 47 milliseconds

1234