Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-5.5/
H A DCODING_STANDARDS195 because the Win32 port is MS-Visual C++ specific, and this compiler
H A DINSTALL613 (( "host" => "10.0.0.2", "port" => 1030 ),
614 ( "host" => "10.0.0.3", "port" => 1030 ))
911 PHP 4 port is split into two sub-directories: core and extensions. The
942 the port is Anil Madhavapeddy (avsm at openbsd dot org).
H A DNEWS3499 . Fixed bug #60749 (SNMP module should not strip non-standard SNMP port
4381 . Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).
10013 - Fixed bug #30359 (SOAP client requests have no port in "Host" field).
H A DREADME.STREAMS91 PHPAPI php_stream *php_stream_sock_open_host(const char *host, unsigned short port,
/PHP-5.5/build/
H A Dlibtool.m44877 # Anyone wants to do a port?
5378 # FIXME: the MSVC++ port hasn't been tested in a loooong time
/PHP-5.5/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt29 * Connecting to 10.5.80.146 (10.5.80.146) port 25799
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4450 >>>0x24 byte >0 \b, port 1:
4456 >>>0x24 byte >0 \b, port 2:
11058 # * *nix port: http://www.keepassx.org/
11059 # * android port: http://code.google.com/p/keepassdroid/
18390 >8 short 4622 port definition file
/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
138 (unsigned short) (port ? port : 21), SOCK_STREAM, in ftp_open()
H A Dftp.h96 ftpbuf_t* ftp_open(const char *host, short port, long timeout_sec TSRMLS_DC);
H A Dphp_ftp.c50 ZEND_ARG_INFO(0, port)
57 ZEND_ARG_INFO(0, port)
347 long port = 0; in PHP_FUNCTION() local
350 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ll", &host, &host_len, &port, &timeout_sec… in PHP_FUNCTION()
360 if (!(ftp = ftp_open(host, (short)port, timeout_sec TSRMLS_CC))) { in PHP_FUNCTION()
383 long port = 0; in PHP_FUNCTION() local
386 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ll", &host, &host_len, &port, &timeout_sec… in PHP_FUNCTION()
396 if (!(ftp = ftp_open(host, (short)port, timeout_sec TSRMLS_CC))) { in PHP_FUNCTION()
/PHP-5.5/ext/ftp/tests/
H A D001.phpt11 $ftp = ftp_connect('127.0.0.1', $port);
H A D002.phpt13 $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.phpt13 $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);
H A Dbug7216-2.phpt11 $ftp = ftp_connect('127.0.0.1', $port);
H A Dbug7216.phpt12 $ftp = ftp_connect('127.0.0.1', $port);
H A Dfilesize_large.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_alloc_basic1.phpt14 $ftp = ftp_connect('127.0.0.1', $port);

Completed in 116 milliseconds

12345678910>>...23