Home
last modified time | relevance | path

Searched refs:socket_bind (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/ext/sockets/tests/
H A Dsocket_bind_params.phpt2 ext/sockets - socket_bind - test with empty parameters
16 $s_w = socket_bind();
18 $s_w = socket_bind($s_c);
25 Warning: socket_bind() expects at least 2 parameters, 0 given in %s on line %i
28 Warning: socket_bind() expects at least 2 parameters, 1 given in %s on line %i
H A Dsocket_bind.phpt2 ext/sockets - socket_bind - basic test
16 $s_bind = socket_bind($s_c, '0.0.0.0', 31330+$rand);
H A Dbug51958.phpt16 socket_bind($listenfd, "::1", 13579);
H A Dsocket_getsockname.phpt16 $s_bind = socket_bind($s_c, '0.0.0.0', 31330+$rand);
H A Dsocket_getpeername.phpt16 $s_bind = socket_bind($s_c, '0.0.0.0', 31330+$rand);
H A Dipv4loop.phpt16 if (!socket_bind($server, '127.0.0.1', 31337)) {
H A Dipv6loop.phpt17 if (!socket_bind($server, '::1', 31337)) {
H A Dunixloop.phpt24 if (!socket_bind($server, $sock_path)) {
H A Dsocket_getpeername_ipv4loop.phpt26 if (!socket_bind($server, $localhost, $port)) {
H A Dsocket_getpeername_ipv6loop.phpt27 if (!socket_bind($server, $localhost, $port)) {
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt20 if (!socket_bind($socket, $address, 1223)) {
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt21 if (!socket_bind($socket, $address, 1223)) {
H A Dsocket_sentto_recvfrom_unix.phpt23 if (!socket_bind($socket, $address)) {
/PHP-5.3/ext/sockets/
H A Dphp_sockets.h61 PHP_FUNCTION(socket_bind);
H A Dsockets.c286 PHP_FE(socket_bind, arginfo_socket_bind)
1381 PHP_FUNCTION(socket_bind) argument

Completed in 25 milliseconds