Home
last modified time | relevance | path

Searched refs:address (Results 26 – 50 of 116) sorted by relevance

12345

/PHP-7.4/ext/standard/tests/network/
H A Dip2long_variation2.phpt9 …tion: Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
H A Dinet_ipv6.phpt29 foreach ($a as $address) {
30 $packed = inet_pton($address);
H A Dip2long_variation2_x64.phpt16 …tion: Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
H A Dgethostbyname_error004.phpt2 gethostbyname() function - basic return valid ip address test
H A Dgethostbyname_basic003.phpt6 * Description: Get the IPv4 address corresponding to a given Internet host name
H A Dgethostbyaddr_basic1.phpt6 * Description: Get the Internet host name corresponding to a given IP address
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76449.phpt12 $address = run_server(__DIR__ . "/bug_76449.data");
15 $dsn = "firebird:dbname=inet://$address/test";
H A Dbug_76450.phpt12 $address = run_server(__DIR__ . "/bug_76450.data");
15 $dsn = "firebird:dbname=inet://$address/test";
/PHP-7.4/
H A Dazure-pipelines.yml77 CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
78 LDFLAGS='-fsanitize=undefined,address'
91 CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
92 LDFLAGS='-fsanitize=undefined,address'
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc461 * @param string $address
470 string $address,
483 * @param string $address
500 * @param string|null $address
507 string $address = null,
589 string $address = null,
632 string $address = null,
682 * @param string $address
688 $address = $address ? $this->processTemplate($address) : $this->getAddr();
1020 return $address;
[all …]
H A Dsocket-invalid-allowed-clients.phpt32 $tester->expectLogLine("ERROR: Wrong IP address 'xxx' in listen.allowed_clients");
35 $tester->expectLogLine("ERROR: Connection disallowed: IP address '127.0.0.1' has been dropped.");
H A Dsocket-ipv6-any.phpt2 FPM: Socket for IPv6 any address connection
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl204 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
215 <soap12:address location="http://localhost:8731/EchoService/"/>
237 <soap12:address location="http://localhost:8731/EchoService/"/>
259 <soap12:address location="http://localhost:8731/EchoService/"/>
281 <soap12:address location="http://localhost:8731/EchoService/"/>
303 <soap12:address location="http://localhost:8731/EchoService/"/>
325 <soap12:address location="http://localhost:8731/EchoService/"/>
347 <soap12:address location="http://localhost:8731/EchoService/"/>
369 <soap12:address location="http://localhost:8731/EchoService/"/>
391 <soap12:address location="http://localhost:8731/EchoService/"/>
[all …]
H A Dbug50698_3.wsdl204 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
215 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
226 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
237 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
248 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
259 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
270 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
281 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
292 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
303 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
/PHP-7.4/ext/sockets/tests/
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 Dwsaprotocol_info_0.phpt14 $address = 'localhost';
21 if (socket_bind($sock, $address, $port) === false) {
H A Dsocket_getsockname.phpt18 // Connect to destination address
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 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 Dsocket_getpeername.phpt18 // Connect to destination address
H A Dsocket_bind.phpt21 // Connect to destination address
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_socket_recvfrom.phpt2 …stream_socket_recvfrom ( resource $socket , int $length [, int $flags = 0 [, string &$address ]] );
/PHP-7.4/ext/json/tests/
H A Dpass001.phpt45 \"address\": \"50 St. James Street\",
128 "address": "50 St. James Street",
229 ["address"]=>
367 ["address"]=>
430 …bcd\uef4a","true":true,"false":false,"null":null,"array":[],"object":{},"address":"50 St. James St…
432 …bcd\uef4a","true":true,"false":false,"null":null,"array":[],"object":[],"address":"50 St. James St…
509 ["address"]=>
647 ["address"]=>
/PHP-7.4/ext/snmp/tests/
H A Dipv6.phpt28 Warning: snmpget(): malformed IPv6 address, closing square bracket missing in %s on line %d

Completed in 46 milliseconds

12345