Home
last modified time | relevance | path

Searched refs:address (Results 76 – 100 of 148) sorted by relevance

123456

/php-src/sapi/fpm/tests/
H A Dsocket-ipv4-fallback.phpt31 $tester->expectLogError("unable to bind listening socket for address '$port': " .
H A Dfcgi-env-pif-apache-handler-uds.phpt37 address: '{{ADDR:UDS}}',
/php-src/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-src/ext/openssl/tests/
H A Dbug68879.phpt2 Bug #68879: Match IP address fields in subjectAltName checks
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c291 enum fpm_address_domain fpm_sockets_domain_from_address(char *address) /* {{{ */ in fpm_sockets_domain_from_address() argument
293 if (strchr(address, ':')) { in fpm_sockets_domain_from_address()
297 if (strlen(address) == strspn(address, "0123456789")) { in fpm_sockets_domain_from_address()
/php-src/ext/soap/tests/bugs/
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-src/ext/ffi/tests/
H A D101.phpt2 FFI 101: PHP symbols (function address)
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt15 // constructor invocation. Overall, the best way to address this is not clear right now.
/php-src/ext/sockets/
H A Dsockets_arginfo.h50 ZEND_ARG_INFO(1, address)
64 ZEND_ARG_TYPE_INFO(0, address, IS_STRING, 0)
74 ZEND_ARG_TYPE_INFO(0, address, IS_STRING, 0)
97 ZEND_ARG_INFO(1, address)
106 ZEND_ARG_TYPE_INFO(0, address, IS_STRING, 0)
190 ZEND_ARG_OBJ_INFO(0, address, AddressInfo, 0)
196 ZEND_ARG_OBJ_INFO(0, address, AddressInfo, 0)
/php-src/ext/sockets/tests/
H A Dmcast_ipv4_send.phpt10 die("skip interface 1 either doesn't exist or has no ipv4 address");
H A Dsocket_shutdown-win32.phpt60 …connected and (when sending on a datagram socket using a sendto call) no address was supplied in %…
H A Dmcast_ipv6_send.phpt17 die("skip interface 1 either doesn't exist or has no ipv6 address");
H A Dmcast_ipv4_send_error.phpt15 die("skip interface 1 either doesn't exist or has no ipv4 address");
/php-src/ext/pcre/tests/
H A Dpreg_replace_basic.phpt14 …\\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.phpt24 …\\1 at \\2 dot \\3 dot \\4', 'josmessa@uk.ibm.com')); //finds the e-mail address and replaces the …
H A Dpreg_grep_basic.phpt13 var_dump(preg_grep('@.*?\.co\.uk$@i', $array)); //finds any address ending in .co.uk (matches none)
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc26 // Now that we've identified the listen address, close STDERR.
/php-src/ext/soap/tests/schema/
H A Dtest_schema.inc47 <soap:address location="test://" />
/php-src/ext/filter/tests/
H A Dbug77221.phpt2 Bug #77221 (Request IP address filter flag to exclude non-global IP addresses)
/php-src/ext/curl/tests/
H A Dserver.inc30 // Now that we've identified the listen address, close STDERR.
/php-src/sapi/fpm/
H A Dwww.conf.in31 ; The address on which to accept FastCGI requests.
33 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
35 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
65 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
67 ; accepted from any ip address.
260 ; The address on which to accept FastCGI status request. This creates a new
266 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
268 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
339 ; %R: remote IP address
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c265 return insn->detail->x86.operands[i].mem.disp + insn->address + insn->size; in ir_disasm_rodata_reference()
477 entry = ir_hashtab_find(&labels, (uint32_t)((uintptr_t)insn->address - (uintptr_t)start));
480 entry = ir_hashtab_find(&labels, (uint32_t)((uintptr_t)insn->address - (uintptr_t)start));
492 fprintf(f, " %" PRIx64 ":", insn->address);
509 fprintf(f, " %" PRIx64 ":", insn[i].address);

Completed in 28 milliseconds

123456