Home
last modified time | relevance | path

Searched refs:address (Results 51 – 75 of 116) sorted by path

12345

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_4.wsdl216 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
225 <soap:address location="http://localhost:8731/EchoService/Basic"/>
/PHP-7.4/ext/soap/tests/
H A Dclassmap.wsdl57 <soap:address location="http://localhost:81/test/interface.php?class=test"/>
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc47 <soap:address location="test://" />
/PHP-7.4/ext/sockets/
H A Dsockets.c1792 char *address; local
1850 address = inet_ntoa(sin.sin_addr);
1853 ZEND_TRY_ASSIGN_REF_STRING(arg5, address ? address : "0.0.0.0");
/PHP-7.4/ext/sockets/tests/
H A Dbug76839.phpt2 Bug #76839: socket_recvfrom may return an invalid 'from' address on MacOS
36 // Respond to the sender using the 'from' address from socket_recvfrom
H A Dmcast_ipv4_send.phpt10 die("skip interface 1 either doesn't exist or has no ipv4 address");
H A Dmcast_ipv4_send_error.phpt15 die("skip interface 1 either doesn't exist or has no ipv4 address");
H A Dmcast_ipv6_send.phpt14 die("skip interface 1 either doesn't exist or has no ipv6 address");
H A Dsocket_bind.phpt21 // Connect to destination address
H A Dsocket_create_listen-nobind.phpt23 Warning: socket_create_listen(): unable to bind to given address [13]: Permission denied in %s on l…
H A Dsocket_create_listen_used.phpt27 Warning: socket_create_listen(): unable to bind to given address [%i]: %a in %s on line %d
H A Dsocket_getpeername.phpt18 // Connect to destination address
H A Dsocket_getpeername_ipv4loop.phpt54 if (!socket_getpeername($client, $address, $peerport)) {
57 var_dump($address, $port === $peerport);
H A Dsocket_getpeername_ipv6loop.phpt55 if (!socket_getpeername($client, $address, $peerport)) {
58 var_dump($address, $port === $peerport);
H A Dsocket_getsockname.phpt18 // Connect to destination address
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt22 socket_getsockname($socket, $address, $port);
26 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
43 $socket, $buffering, $wants, 0, $address, $port);
67 echo "Received $buf from remote address $address and remote port $port" . PHP_EOL;
70 Received Ping! from remote address %s and remote port %d
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt22 $address = '::1';
23 socket_sendto($socket, '', 1, 0, $address); // cause warning
24 if (!socket_bind($socket, $address, 1223)) {
25 die("Unable to bind to $address:1223");
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
47 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
59 Received Ping! from remote address ::1 and remote port 1223
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt26 socket_getsockname($socket, $address, $port);
30 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
47 $socket, $buffering, $wants, 0, $address, $port);
71 echo "Received $buf from remote address $address and remote port $port" . PHP_EOL;
74 Received Ping! from remote address %s and remote port %d
H A Dsocket_sentto_recvfrom_unix.phpt22 $address = sprintf("/tmp/%s.sock", uniqid());
23 if (!socket_bind($socket, $address)) {
24 die("Unable to bind to $address");
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address);
32 @unlink($address);
35 @unlink($address);
43 @unlink($address);
46 @unlink($address);
52 @unlink($address);
H A Dsocket_shutdown-win32.phpt53 … not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
H A Dsocket_strerror.phpt30 string(25) "No such device or address"
38 string(11) "Bad address"
102 string(22) "Remote address changed"
113 string(28) "Destination address required"
123 string(31) "Cannot assign requested address"
H A Dwsaprotocol_info_0.phpt14 $address = 'localhost';
21 if (socket_bind($sock, $address, $port) === false) {
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3925 char *address; in PHP_NAMED_FUNCTION() local
3931 Z_PARAM_STRING(address, address_len) in PHP_NAMED_FUNCTION()
3943 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_NAMED_FUNCTION()
3958 char *address; in PHP_NAMED_FUNCTION() local
3963 Z_PARAM_STRING(address, address_len) in PHP_NAMED_FUNCTION()
3969 if (strchr(address, ':')) { in PHP_NAMED_FUNCTION()
3973 if (!strchr(address, '.')) { in PHP_NAMED_FUNCTION()
3977 ret = inet_pton(af, address, buffer); in PHP_NAMED_FUNCTION()
H A Ddns.c277 char *address; in php_gethostbyname() local
292 address = inet_ntoa(in); in php_gethostbyname()
293 return zend_string_init(address, strlen(address), 0); in php_gethostbyname()
/PHP-7.4/ext/standard/html_tables/mappings/
H A D8859-1.TXT45 # Please note that <errata@unicode.org> is an archival address;

Completed in 46 milliseconds

12345