Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 634) sorted by path

12345678910>>...26

/PHP-7.4/
H A D.appveyor.yml31 … #PDO_MYSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=root password=Password12!"
34 … #PGSQL_TEST_CONNSTR: "host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!"
35 …#PDO_PGSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=Password12…
H A D.travis.yml62 - PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
66 - PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password="
H A DUPGRADING321 new PDO("mysql:host=xxx;port=xxx;dbname=xxx;user=xxx;password=xxx");
H A Dconfigure.ac1605 | sqlnet.ora file on the PHP host, or set the environment variable |
/PHP-7.4/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
35 host_alias=$host
/PHP-7.4/appveyor/
H A Dtest_task.bat30 set PDO_MYSQL_TEST_DSN=mysql:host=%PDO_MYSQL_TEST_HOST%;port=%PDO_MYSQL_TEST_PORT%;dbname=test
37 rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
38 echo ^<?php $conn_str = "host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%";…
39 set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWOR…
/PHP-7.4/azure/i386/
H A Dtest.yml9 export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test"
/PHP-7.4/azure/
H A Dtest.yml9 export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test"
/PHP-7.4/build/
H A Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
338 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
569 case $host in
625 case $host in
647 case $host in
2254 case $host in
2569 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2617 case $host in
4160 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4180 # The host system.
[all …]
H A Dltmain.sh1584 case $host in
1630 case $host in
1707 case $host in
2715 case $host in
2962 case $host in
3827 case $host in
4501 case $host in
4947 case $host in
4953 case $host in
5473 case $host in
[all …]
H A Dphp.m4123 if test -z "$host_alias" && test -n "$host"; then
124 host_alias=$host
/PHP-7.4/docs/
H A Dstreams.md92 PHPAPI php_stream *php_stream_sock_open_host(const char *host, unsigned short port,
94 /* Open a connection to a host and return a stream. */
/PHP-7.4/ext/curl/
H A Dinterface.c540 php_info_print_table_row(2, "Host", d->host); in PHP_INI_BEGIN()
1851 CAAS("host", d->host); in PHP_FUNCTION()
/PHP-7.4/ext/curl/tests/
H A Dbug27023.phpt11 $host = curl_cli_server_start();
14 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=file");
H A Dbug45161.phpt14 $host = curl_cli_server_start();
32 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc");
H A Dbug46739.phpt10 $host = curl_cli_server_start();
11 $ch = curl_init("{$host}/get.inc");
H A Dbug48207.phpt18 $host = curl_cli_server_start();
19 if(!empty($host)) {
22 $url = "$host/get.inc?test=1";
H A Dbug54798-unix.phpt13 function checkForClosedFilePointer($host, $curl_option, $description) {
29 curl_setopt($ch, CURLOPT_URL, $host);
49 $host = curl_cli_server_start();
51 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug54798.phpt10 function checkForClosedFilePointer($host, $curl_option, $description) {
26 curl_setopt($ch, CURLOPT_URL, $host);
46 $host = curl_cli_server_start();
48 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug54995.phpt14 $host = curl_cli_server_start();
16 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc");
H A Dbug55767.phpt16 $host = curl_cli_server_start();
21 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
H A Dbug66109.phpt8 $host = curl_cli_server_start();
10 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=method");
H A Dbug68937.phpt11 $host = curl_cli_server_start();
13 $url = "{$host}/get.inc";
H A Dbug68937_2.phpt10 $host = curl_cli_server_start();
12 $url = "{$host}/get.inc";
H A Dbug69316.phpt20 $host = curl_cli_server_start();
22 $url = "{$host}/get.inc?test=getpost";

Completed in 75 milliseconds

12345678910>>...26