Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/sockets/tests/
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_create_listen-nobind.phpt23 Warning: socket_create_listen(): unable to bind to given address [13]: Permission denied in %s on l…
H A Dmcast_ipv4_send.phpt10 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_shutdown-win32.phpt53 … not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1205 struct sockaddr_storage address; in phpdbg_remote_init() local
1206 socklen_t size = sizeof(address); in phpdbg_remote_init()
1209 memset(&address, 0, size); in phpdbg_remote_init()
1383 char *address; in main() local
1412 address = strdup("127.0.0.1"); in main()
1572 free(address); in main()
1574 address = strdup("*"); in main()
1809 if (address) { in main()
1810 free(address); in main()
2214 if (address) { in main()
[all …]
/PHP-7.4/ext/json/tests/
H A Dpass001.1.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"]=>
H A Dpass001.1_64bit.phpt56 \"address\": \"50 St. James Street\",
144 "address": "50 St. James Street",
288 ["address"]=>
469 ["address"]=>
532 …"abc":{"789":"def","012":[1,2,"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James St…
534 …"abc":{"789":"def","012":[1,2,"5",500],"ghi":[1,2,"five",50,"sixty"]}}},"address":"50 St. James St…
654 ["address"]=>
835 ["address"]=>
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_error.phpt30 $hostname = 'tcp://127.0.0.1'; // loopback address
39 $hostname = 'invalid://127.0.0.1'; // loopback address
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-ipv4-fallback.phpt31 $tester->expectLogError("unable to bind listening socket for address '$port': " .
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl26address location="test://" /></wsdl:port><wsdl:port name="StockQuoteServiceSOAP12port_http" bindin…
H A Dbug29061.wsdl38 <soap:address location="test://"/>
H A Dbug29795.wsdl37 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
H A Dbug29839.wsdl39 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
H A Dbug34453.wsdl39 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c265 enum fpm_address_domain fpm_sockets_domain_from_address(char *address) /* {{{ */ in fpm_sockets_domain_from_address() argument
267 if (strchr(address, ':')) { in fpm_sockets_domain_from_address()
271 if (strlen(address) == strspn(address, "0123456789")) { in fpm_sockets_domain_from_address()
/PHP-7.4/sapi/litespeed/
H A DREADME.md20 carefully designed to address this issue. PHP configurations can be modified the
50 option `-b <socket_address>`, socket address can be IPv4, IPv6 or Unix Domain
51 Socket address.
59 have lsphp bind to port 3000 on all IPv4 and IPv6 address,
65 have lsphp bind to port 300 on all IPv4 address,
71 have lsphp bind to address 192.168.0.2:3000,
/PHP-7.4/ext/openssl/tests/
H A Dbug68879.phpt2 Bug #68879: Match IP address fields in subjectAltName checks
/PHP-7.4/ext/imap/tests/
H A Dbug46918.phpt75 Notice: Unknown: Unexpected characters at end of address: @two (errflg=3) in Unknown on line 0
H A Dbug45705_2.phpt2 Bug #45705 test #2 (imap rfc822_parse_adrlist() modifies passed address parameter)
/PHP-7.4/ext/ffi/tests/
H A D101.phpt2 FFI 101: PHP symbols (function address)
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt15 …\\1 at \\2 dot \\3 dot \\4', 'josmessa@uk.ibm.com')); //finds the e-mail address and replaces the …
H A Dpreg_replace_edit_basic.phpt30 …\\1 at \\2 dot \\3 dot \\4', 'josmessa@uk.ibm.com')); //finds the e-mail address and replaces the …
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc26 // Now that we've identified the listen address, close STDERR.
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc47 <soap:address location="test://" />

Completed in 35 milliseconds

12345