Home
last modified time | relevance | path

Searched refs:socket (Results 401 – 425 of 476) sorted by relevance

1...<<11121314151617181920

/PHP-8.2/ext/mysqli/tests/
H A Dbug35759.phpt15 $mysql = new mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_poll.phpt14 global $host, $user, $passwd, $db, $port, $socket;
16 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dgh9841.phpt16 $mysqli = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_max_links.phpt23 if ($links[$i] = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D065.phpt17 if (!$mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_real_escape_string_sjis.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A Dbug67839.phpt14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A Dmysqli_change_user_insert_id.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_no_reconnect.phpt14 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
74 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_class_mysqli_result_interface.phpt14 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
18 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_pam_sha256_public_key_ini.phpt15 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
97 $link = new mysqli($host, 'shatest', 'shatest', $db, $port, $socket);
H A Dmysqli_change_user_set_names.phpt9 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
28 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_pam_sha256_public_key_option.phpt15 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
99 if (!$link->real_connect($host, 'shatest', 'shatest', $db, $port, $socket)) {
H A Dmysqli_change_user_rollback.phpt8 if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_last_insert_id.phpt30 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
31 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
32 $host, $user, $db, $port, $socket);
H A Dmysqli_class_mysqli_interface.phpt13 $mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
247 $mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_ini.phpt14 pdo.dsn.mysql="mysql:dbname=phptest;socket=/tmp/mysql.sock"
H A Dpdo_mysql___construct.phpt120 // Playing with the port makes only sense if no socket gets used
168 $socket = PDO_MYSQL_TEST_SOCKET;
171 … $dsn = MySQLPDOTest::getDSN(array('unix_socket' => $socket), 'unix_socket=' . $invalid_socket);
178 … $dsn = MySQLPDOTest::getDSN(array('unix_socket' => $invalid_socket), 'unix_socket=' . $socket);
/PHP-8.2/ext/mysqli/
H A Dmysqli.stub.php749 ?string $socket = null argument
800 ?string $socket = null
917 ?string $socket = null,
1379 ?string $socket = null
1556 ?string $socket = null,
/PHP-8.2/ext/ftp/tests/
H A Dserver.inc3 $socket = null;
7 $socket = stream_socket_server("tcp://127.0.0.1:0", $errno, $errstr, STREAM_SERVER_BIND|STREAM_SERV…
8 if (!$socket) {
13 $socket_name = stream_socket_get_name($socket, false);
51 $s = stream_socket_accept($socket);
270 // there are some servers that don't open the ftp-data socket if there's nothing to send
498 // there are some servers that don't open the ftp-data socket if there's nothing to send
542 fclose($socket);
/PHP-8.2/ext/openssl/tests/
H A Dbug48182.phpt2 Bug #48182: ssl handshake fails during asynchronous socket connection
/PHP-8.2/ext/sockets/tests/
H A Dmcast_ipv6_send.phpt12 $s = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("skip Cannot create socket");
/PHP-8.2/docs/
H A Dstreams.md89 PHPAPI php_stream *php_stream_sock_open_from_socket(int socket, int persistent);
90 /* Convert a socket into a stream. */
98 /* Open a UNIX domain socket. */
203 PHP_STREAM_AS_SOCKETD - a socket descriptor
206 If you ask a socket stream for a `FILE*`, the abstraction will use fdopen to
230 check if a stream is a socket you might use:
234 /* it can be a socket */
284 A socket based stream would use code similar to that above to create a stream to
/PHP-8.2/sapi/fpm/tests/
H A Dfcgi.inc180 * @param bool $b true if persistent socket should be used, false otherwise
192 * Get the pesistent socket status
194 * @return bool true if the socket should be persistent, false otherwise
290 throw new \Exception('Unable to set timeout on socket');
505 * invocation comes back on this socket and is mistaken for response to request made with same
555 throw new \Exception('Failed to write request to socket');
612 // Reset timeout on socket for now
/PHP-8.2/main/
H A Dnetwork.c189 s = socket(PF_INET6, SOCK_DGRAM, 0);
452 sock = socket(sa->sa_family, socktype, 0);
851 sock = socket(sa->sa_family, socktype, 0);
1086 PHPAPI php_stream *_php_stream_sock_open_from_socket(php_socket_t socket, const char *persistent_id… argument
1097 sock->socket = socket;

Completed in 43 milliseconds

1...<<11121314151617181920