Home
last modified time | relevance | path

Searched refs:port (Results 476 – 500 of 560) sorted by last modified time

1...<<11121314151617181920>>...23

/PHP-5.5/ext/ftp/
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()
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);
/PHP-5.5/ext/ftp/tests/
H A D002.phpt13 $ftp = ftp_ssl_connect('127.0.0.1', $port);
H A Dbug37799.phpt13 $ftp = ftp_ssl_connect('127.0.0.1', $port);
H A Dftp_alloc_basic1.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_alloc_basic2.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_exec_basic.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_fget_basic.phpt13 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_fget_basic1.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_fget_basic2.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_fget_basic3.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_get_basic.phpt13 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_mdtm_basic.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_nb_continue.phpt13 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_nb_fget_basic1.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_rawlist_basic2.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_rmdir_basic.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dserver.inc8 $port = rand(50000, 65535);
10 …$socket = stream_socket_server("tcp://127.0.0.1:$port", $errno, $errstr, STREAM_SERVER_BIND|STREAM…
12 //set anther random port that is not the same as $port
15 }while($pasv_port == $port);
220 $port = ((int)$m[5] << 8) + (int)$m[6];
228 if (!$fs = stream_socket_client("tcp://$host:$port")) {
281 if (!$fs = stream_socket_client("tcp://$host:$port")) {
325 else if (!$fs = stream_socket_client("tcp://$host:$port")) {
387 $port = $pasv_port;
388 $p2 = $port % ((int) 1 << 8);
[all …]
H A D004.phpt11 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_nb_fget_basic2.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_nb_fget_basic3.phpt14 $ftp = ftp_connect('127.0.0.1', $port);
H A Dftp_nb_get_large.phpt17 $ftp = ftp_connect('127.0.0.1', $port);
/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/curl/tests/
H A Dcurl_ftp_pasv.phpt29 * Connecting to 10.5.80.146 (10.5.80.146) port 25799

Completed in 143 milliseconds

1...<<11121314151617181920>>...23