Home
last modified time | relevance | path

Searched refs:address (Results 51 – 75 of 148) sorted by relevance

123456

/php-src/ext/sockets/tests/
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.phpt14 // Connect to destination address
H A Dsocket_create_listen_used.phpt24 Warning: socket_create_listen(): unable to bind to given address [%i]: %a in %s on line %d
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.phpt14 // Connect to destination address
H A Dsocket_bind.phpt21 // Connect to destination address
H A Dsocket_create_listen-nobind.phpt25 Warning: socket_create_listen(): unable to bind to given address [13]: Permission denied in %s on l…
/php-src/ext/standard/tests/network/
H A Dfsockopen_error.phpt8 $hostname = 'tcp://127.0.0.1'; // loopback address
17 $hostname = 'invalid://127.0.0.1'; // loopback address
H A Dgethostbyname_error004.phpt2 gethostbyname() function - basic return valid ip address test
/php-src/ext/soap/tests/bugs/
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/"/>
H A Dbug40609.wsdl26address location="test://" /></wsdl:port><wsdl:port name="StockQuoteServiceSOAP12port_http" bindin…
/php-src/ext/json/tests/
H A Dpass001.phpt41 \"address\": \"50 St. James Street\",
124 "address": "50 St. James Street",
225 ["address"]=>
363 ["address"]=>
426 …bcd\uef4a","true":true,"false":false,"null":null,"array":[],"object":{},"address":"50 St. James St…
428 …bcd\uef4a","true":true,"false":false,"null":null,"array":[],"object":[],"address":"50 St. James St…
505 ["address"]=>
643 ["address"]=>
H A Dpass001.1.phpt51 \"address\": \"50 St. James Street\",
139 "address": "50 St. James Street",
283 ["address"]=>
464 ["address"]=>
527 …"abc":{"789":"def","012":[1,2,"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James St…
529 …"abc":{"789":"def","012":[1,2,"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James St…
649 ["address"]=>
830 ["address"]=>
H A Dpass001.1_64bit.phpt55 \"address\": \"50 St. James Street\",
143 "address": "50 St. James Street",
287 ["address"]=>
468 ["address"]=>
531 …"abc":{"789":"def","012":[1,2,"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James St…
533 …"abc":{"789":"def","012":[1,2,"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James St…
653 ["address"]=>
834 ["address"]=>
/php-src/ext/simplexml/tests/
H A Dget_prop_address_not_initialized.phpt2 Getting the address of an uninitialized property of a SimpleXMLElement
/php-src/sapi/fpm/tests/
H A Dtester.inc640 string $address,
653 * @param string $address
678 ?string $address = null,
841 ?string $address = null,
909 ?string $address = null,
982 ?string $address = null,
1015 ?string $address = null,
1019 $address = $address ? $this->processTemplate($address) : $this->getAddr();
1306 return $address;
1309 $addressPart = hash('crc32', dirname($address)) . '-' . basename($address);
[all …]
H A Dsocket-ipv6-any.phpt2 FPM: Socket for IPv6 any address connection
/php-src/ext/standard/tests/streams/
H A Dstream_socket_recvfrom.phpt2 …stream_socket_recvfrom ( resource $socket , int $length [, int $flags = 0 [, string &$address ]] );
/php-src/sapi/fuzzer/
H A DREADME.md13 --enable-address-sanitizer \
20 You can combine fuzzing with `--enable-address-sanitizer`, `--enable-undefined-sanitizer` or `--ena…
83 …. At this time, libonig is not clean under ubsan, so only the fuzzer and address sanitizers may be…
89 ./configure CC=clang CFLAGS="-fsanitize=fuzzer-no-link,address -O2 -g"
/php-src/ext/snmp/tests/
H A Dipv6.phpt30 Warning: snmpget(): Malformed IPv6 address, closing square bracket missing in %s on line %d
/php-src/Zend/asm/
H A Djump_ppc32_sysv_elf_gas.S62 mflr %r0 # return address from LR
H A Djump_mips32_o32_elf_gas.S60 sw $a0, 84($sp) # save hidden, address of returned transfer_t
97 lw $v0, 84($sp) # restore hidden, address of returned transfer_t
H A Djump_x86_64_ms_pe_masm.asm135 mov [rsp+0110h], rcx ; save hidden address of transport_t
185 mov rax, [rsp+0110h] ; restore hidden address of transport_t
190 ; load return-address
/php-src/ext/xml/tests/
H A Dgh14124.phpt2 GH-14124 (Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain mem…

Completed in 36 milliseconds

123456