Home
last modified time | relevance | path

Searched refs:host (Results 551 – 575 of 577) sorted by relevance

1...<<21222324

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt94 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
95 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
96 $host, $user, $db, $port, $socket);
937 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.5/ext/ftp/
H A Dftp.c124 ftp_open(const char *host, short port, long timeout_sec TSRMLS_DC) in ftp_open() argument
137 ftp->fd = php_network_connect_socket_to_host(host, in ftp_open()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h91 const char * host, const char * user,
/PHP-5.5/sapi/litespeed/
H A DREADME17 server's virtual host configuration. In shared hosting environment,
/PHP-5.5/ext/pgsql/
H A Dpgsql.c102 ZEND_ARG_INFO(0, host)
111 ZEND_ARG_INFO(0, host)
1227 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
1266 host = Z_STRVAL_PP(args[0]);
1302 pgsql=PQsetdb(host,port,options,tty,dbname);
1337 le->ptr=PQsetdb(host,port,options,tty,dbname);
1396 pgsql = PQsetdb(host,port,options,tty,dbname);
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt150 * HOST_REQUIRED: The 'host' part of the URL
/PHP-5.5/
H A Dconfigure.in1282 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[hardcode for each of the cross compiler host])
1283 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross compiler host])
1641 | sqlnet.ora file on the PHP host, or set the environment variable |
H A Dphp.ini-development1128 ; Default host for mysql_connect() (doesn't apply in safe mode).
1129 ; http://php.net/mysql.default-host
1187 ; Default host for mysql_connect() (doesn't apply in safe mode).
1188 ; http://php.net/mysqli.default-host
1338 ; The name of the host you claim to be connecting from, for display by sp_who.
H A Dphp.ini-production1128 ; Default host for mysql_connect() (doesn't apply in safe mode).
1129 ; http://php.net/mysql.default-host
1187 ; Default host for mysql_connect() (doesn't apply in safe mode).
1188 ; http://php.net/mysqli.default-host
1338 ; The name of the host you claim to be connecting from, for display by sp_who.
H A Dacinclude.m4128 if test -z "$host_alias" && test -n "$host"; then
129 host_alias=$host
H A DINSTALL613 (( "host" => "10.0.0.2", "port" => 1030 ),
614 ( "host" => "10.0.0.3", "port" => 1030 ))
/PHP-5.5/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
2258 case $host in
2573 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2621 case $host in
4164 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4184 # The host system.
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS185 . When a compiled pattern was saved to a file and later reloaded on a host
555 different host with the opposite endianness.
H A DREADME574 order to cross-compile PCRE for some other host. However, you should NOT
576 file is compiled and run on the local host, in order to generate the inbuilt
588 run it on the local host to make a new version of pcre_chartables.c.dist.
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput82010 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
2011 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
2012 1: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re
2615 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
2616 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
2617 1: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re
H A Dtestoutput11149 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1150 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
1750 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1751 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
H A Dtestinput81154 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1746 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
H A Dtestinput1670 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1262 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
/PHP-5.5/ext/interbase/
H A Dinterbase.c258 ZEND_ARG_INFO(0, host)
/PHP-5.5/ext/curl/
H A Dinterface.c583 php_info_print_table_row(2, "Host", d->host); in PHP_INI_BEGIN()
1788 CAAS("host", d->host); in PHP_FUNCTION()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch411 /* Figure out the host directory. */
623 /* Check that HTTP/1.1 requests specify a host, as required. */
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt379 function that converts a UTF-16 character string to host byte order if
381 passed to be in host byte order.
390 If byte_order is NULL, it is assumed that the string starts off in host
395 points means that the input starts off in host byte order, otherwise
454 strings to be in host byte order. A utility function called
710 function that converts a UTF-32 character string to host byte order if
712 passed to be in host byte order.
721 If byte_order is NULL, it is assumed that the string starts off in host
726 points means that the input starts off in host byte order, otherwise
3057 if a pattern is compiled on one host and then transferred to a host
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1619 # They were written with binary values in host byte order, and
1620 # the magic number was a host "int", which might have been 16 bits
4660 # Btree 1.85/1.86 databases store the metadata in host byte order.
4661 # Hash and Btree 2.X and later databases store the metadata in host byte order.
7967 # All new-style FreeBSD magic numbers are in host byte order (i.e.,
10824 >0 regex dey\n[0-9][0-9][0-9]\0 Dalvik dex file (optimized for host)
15944 >24 string >\0 host: %s
16133 # differing from the natural host format, this could be written more
18398 >8 short 7957 GroupWise admin host database
18399 >8 short 7959 GroupWise admin remote host database
/PHP-5.5/ext/standard/
H A Dbasic_functions.c999 ZEND_ARG_INFO(0, host)
/PHP-5.5/win32/
H A Dinstall.txt328 in any ActiveScript compliant host, like Windows Script Host,

Completed in 215 milliseconds

1...<<21222324