Home
last modified time | relevance | path

Searched refs:socket (Results 351 – 375 of 434) sorted by relevance

1...<<1112131415161718

/PHP-7.3/ext/mysqli/tests/
H A Dbug35759.phpt14 $mysql = new mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_kill.phpt58 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
70 if (!$link = my_mysqli_connect($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 D065.phpt16 if (!$mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
H A Dbug67839.phpt14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A Dmysqli_pam_sha256_public_key_ini.phpt17 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
100 $link = new mysqli($host, 'shatest', 'shatest', $db, $port, $socket);
H A Dmysqli_no_reconnect.phpt16 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
76 if (!$link = @my_mysqli_connect($host, $user, $passwd, $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.phpt17 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
102 if (!$link->real_connect($host, 'shatest', 'shatest', $db, $port, $socket)) {
H A Dmysqli_change_user_insert_id.phpt18 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_poll.phpt18 global $host, $user, $passwd, $db, $port, $socket;
20 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_set_opt.phpt39 var_dump(my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket));
H A Dbug55283.phpt12 if (!($link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)))
H A Dmysqli_change_user_rollback.phpt9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-7.3/ext/sockets/tests/
H A Dsocket_getopt.phpt2 mixed socket_getopt( resource $socket , int $level , int $optname ) ;
H A Dmcast_ipv6_send.phpt12 $s = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("skip Can not create socket");
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_ini.phpt13 pdo.dsn.mysql="mysql:dbname=phptest;socket=/tmp/mysql.sock"
H A Dpdo_mysql___construct.phpt118 // Playing with the port makes only sense if no socket gets used
165 $socket = PDO_MYSQL_TEST_SOCKET;
168 $dsn = MySQLPDOTest::getDSN(array('unix_socket' => $socket), 'unix_socket=' . $invalid_socket);
175 $dsn = MySQLPDOTest::getDSN(array('unix_socket' => $invalid_socket), 'unix_socket=' . $socket);
/PHP-7.3/
H A DREADME.STREAMS87 PHPAPI php_stream *php_stream_sock_open_from_socket(int socket, int persistent);
88 Convert a socket into a stream.
96 Open a UNIX domain socket.
188 PHP_STREAM_AS_SOCKETD - a socket descriptor
190 If you ask a socket stream for a FILE*, the abstraction will use fdopen to
211 to check if a stream is a socket you might use:
214 /* it can be a socket */
262 A socket based stream would use code similar to that above to create a stream
/PHP-7.3/sapi/fpm/tests/
H A Dfcgi.inc179 * @param bool $b true if persistent socket should be used, false otherwise
191 * Get the pesistent socket status
193 * @return bool true if the socket should be persistent, false otherwise
289 throw new \Exception('Unable to set timeout on socket');
495 * invocation comes back on this socket and is mistaken for response to request made with same
545 throw new \Exception('Failed to write request to socket');
582 // Reset timeout on socket for now
/PHP-7.3/ext/openssl/tests/
H A Dbug48182.phpt2 Bug #48182: ssl handshake fails during asynchronous socket connection
/PHP-7.3/main/
H A Dnetwork.c190 s = socket(PF_INET6, SOCK_DGRAM, 0); in php_network_getaddresses()
433 sock = socket(sa->sa_family, socktype, 0);
820 sock = socket(sa->sa_family, socktype, 0);
1111 PHPAPI php_stream *_php_stream_sock_open_from_socket(php_socket_t socket, const char *persistent_id… argument
1122 sock->socket = socket;
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_signals.c146 if (0 > socket(AF_UNIX, SOCK_STREAM, 0)) { in sig_soft_quit()
/PHP-7.3/ext/pdo_mysql/
H A Dconfig.m417 AC_MSG_CHECKING([for MySQL UNIX socket location])
148 PDO_MYSQL_SOCKET=`$PDO_MYSQL_CONFIG --socket`
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in28 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
30 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
32 ; 'port' - to listen on a TCP socket to all addresses
34 ; '/path/to/unix/socket' - to listen on a unix socket.
42 ; Set permissions for unix socket, if one is used. In Linux, read/write
58 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
152 ; listen queue len - the size of the socket queue of pending connections;

Completed in 32 milliseconds

1...<<1112131415161718