Home
last modified time | relevance | path

Searched refs:port (Results 101 – 125 of 515) sorted by relevance

12345678910>>...21

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_error_oo.phpt20 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
22 $host, $user, $db, $port, $socket);
H A Dbug50772.phpt15 my_mysqli_real_connect($db1, $host, $user, $passwd, $db, $port, $socket);
25 my_mysqli_real_connect($db2, $host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_error.phpt22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
24 $host, $user, $db, $port, $socket);
H A Dmysqli_send_query.phpt29 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
30 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
31 $host, $user, $db, $port, $socket);
H A Dmysqli_connect.phpt56 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
57 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
58 $host, $user, $db, $port, $socket);
62 …if ($link = mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $so…
63 …onnect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n",
64 $host, $user . 'unknown_really', $db, $port, $socket);
71 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db, $port))) {
81 ini_set('mysqli.default_port', $port);
H A Dconnect.inc12 $port = getenv("MYSQL_TEST_PORT") ? getenv("MYSQL_TEST_PORT") : 3306;
87 function my_mysqli_connect($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
94 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags))
97 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
108 …function my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags = 0, $en…
114 return mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags);
118 …public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
125 $this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags);
127 parent::__construct($host, $user, $passwd, $db, $port, $socket);
H A D041.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
28 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug42548.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
20 $mysqli->real_connect($host, $user, $passwd, $db, $port, $socket);
56 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_prepare_no_object.phpt23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
24 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
25 $host, $user, $db, $port, $socket);
H A Dmysqli_fetch_array_large.phpt103 function test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, $flags = null) {
106 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags)) {
107 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
108 $host, $user, $db, $port, $socket);
156 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, null);
157 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, MYSQLI_CLIENT_COMPRESS);
H A Dmysqli_stmt_bind_result_bit.phpt28 if (!$link_ins = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
29 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
30 $host, $user, $db, $port, $socket);
32 if (!$link_sel = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
33 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
34 $host, $user, $db, $port, $socket);
/PHP-5.3/ext/mysql/tests/
H A Dconnect.inc24 …function my_mysql_connect($host, $user, $passwd, $db, $port, $socket, $flags = NULL, $persistent =…
31 else if ($port)
32 $host = sprintf("%s:%s", $host, $port);
64 $port = getenv("MYSQL_TEST_PORT") ? getenv("MYSQL_TEST_PORT") : 3306;
H A Dmysql_drop_db.phpt45 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
46 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
47 $host, $user, $db, $port, $socket);
H A Dmysql_set_charset.phpt34 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
35 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
36 $host, $user, $db, $port, $socket);
/PHP-5.3/ext/ldap/tests/
H A Dldap_compare_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_entry_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_mod_del_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_next_attribute_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
29 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_delete_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_next_entry_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_attributes_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_entries_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt113 // Playing with the port makes only sense if no socket gets used
115 $port = PDO_MYSQL_TEST_PORT;
116 // let's hope we don't hit a MySQL running on that port...
117 $invalid_port = $port * 2;
119 $dsn = MySQLPDOTest::getDSN(array('port' => $port), 'port=' . $invalid_port);
126 $dsn = MySQLPDOTest::getDSN(array('port' => $invalid_port), 'port=' . $port);
132 $dsn = MySQLPDOTest::getDSN(array('port' => $port), 'port=' . $invalid_port);
/PHP-5.3/ext/sockets/
H A Dsockets.c125 ZEND_ARG_INFO(0, port)
165 ZEND_ARG_INFO(1, port)
171 ZEND_ARG_INFO(1, port)
183 ZEND_ARG_INFO(0, port)
193 ZEND_ARG_INFO(0, port)
216 ZEND_ARG_INFO(1, port)
225 ZEND_ARG_INFO(0, port)
1118 zval_dtor(port);
1135 zval_dtor(port);
1291 long port = 0; local
[all …]
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug40609.wsdl26port name="StockQuoteServiceSOAP11port_http" binding="axis2:StockQuoteServiceSOAP11Binding"><soap:…

Completed in 28 milliseconds

12345678910>>...21