Home
last modified time | relevance | path

Searched refs:port (Results 1 – 25 of 604) sorted by path

12345678910>>...25

/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.yml66 - PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password="
H A DCODING_STANDARDS.md235 because the Win32 port is MS-Visual C++ specific, and this compiler is known
H A DNEWS288 . Fixed bug #65800 (Events port mechanism). (psumbera)
598 . Fixed bug #80266 (parse_url silently drops port number 0). (cmb, Nikita)
651 . Fixed bug #80114 (parse_url does not accept URLs with port 0). (cmb, twosee)
703 . Fixed bug #80067 (Omitting the port in bindto setting errors). (cmb)
H A DUPGRADING321 new PDO("mysql:host=xxx;port=xxx;dbname=xxx;user=xxx;password=xxx");
/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/build/
H A Dlibtool.m44873 # Anyone wants to do a port?
5374 # FIXME: the MSVC++ port hasn't been tested in a loooong time
/PHP-7.4/docs/
H A Dstreams.md92 PHPAPI php_stream *php_stream_sock_open_host(const char *host, unsigned short port,
/PHP-7.4/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt28 * Connecting to 10.5.80.146 (10.5.80.146) port 25799
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic7653 >>>0x24 byte >0 \b, port 1:
7659 >>>0x24 byte >0 \b, port 2:
17643 # * *nix port: https://www.keepassx.org/
17644 # * android port: https://code.google.com/p/keepassdroid/
29679 >>9 byte 14 Corel port definition file
H A Dmagic私はガラスを食べられます7653 >>>0x24 byte >0 \b, port 1:
7659 >>>0x24 byte >0 \b, port 2:
17643 # * *nix port: https://www.keepassx.org/
17644 # * android port: https://code.google.com/p/keepassdroid/
29679 >>9 byte 14 Corel port definition file
/PHP-7.4/ext/ftp/
H A Dftp.c122 ftp_open(const char *host, short port, zend_long timeout_sec) in ftp_open() argument
136 (unsigned short) (port ? port : 21), SOCK_STREAM, in ftp_open()
H A Dftp.h96 ftpbuf_t* ftp_open(const char *host, short port, zend_long timeout_sec);
H A Dphp_ftp.c44 ZEND_ARG_INFO(0, port)
51 ZEND_ARG_INFO(0, port)
374 zend_long port = 0; in PHP_FUNCTION() local
377 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|ll", &host, &host_len, &port, &timeout_sec) == FAILU… in PHP_FUNCTION()
387 if (!(ftp = ftp_open(host, (short)port, timeout_sec))) { in PHP_FUNCTION()
411 zend_long port = 0; in PHP_FUNCTION() local
414 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|ll", &host, &host_len, &port, &timeout_sec) == FAILU… in PHP_FUNCTION()
424 if (!(ftp = ftp_open(host, (short)port, timeout_sec))) { in PHP_FUNCTION()
/PHP-7.4/ext/ftp/tests/
H A D001.phpt11 $ftp = ftp_connect('127.0.0.1', $port);
H A D002.phpt14 $ftp = ftp_ssl_connect('127.0.0.1', $port);
H A D003.phpt11 $ftp = ftp_connect('127.0.0.1', $port);
H A D004.phpt11 $ftp = ftp_connect('127.0.0.1', $port);
H A D005.phpt12 $ftp = ftp_connect('127.0.0.1', $port);
H A Dbug27809.phpt12 $ftp = ftp_connect('127.0.0.1', $port);
H A Dbug37799.phpt14 $ftp = ftp_ssl_connect('127.0.0.1', $port);
H A Dbug39458-2.phpt12 $ftp = ftp_connect('127.0.0.1', $port);
H A Dbug39458.phpt11 $ftp = ftp_connect('127.0.0.1', $port);
H A Dbug39583-2.phpt11 $ftp = ftp_connect('127.0.0.1', $port);
H A Dbug39583.phpt12 $ftp = ftp_connect('127.0.0.1', $port);

Completed in 202 milliseconds

12345678910>>...25