Home
last modified time | relevance | path

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

123456

/PHP-8.1/ext/imap/tests/
H A Dbug46918.phpt71 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-8.1/ext/soap/tests/bugs/
H A Dbug29061.wsdl38 <soap:address location="test://"/>
H A Dbug34453.wsdl39 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
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"/>
/PHP-8.1/ext/ffi/tests/
H A D101.phpt2 FFI 101: PHP symbols (function address)
/PHP-8.1/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-8.1/sapi/fuzzer/
H A DREADME.md63 …. At this time, libonig is not clean under ubsan, so only the fuzzer and address sanitizers may be…
69 ./configure CC=clang CFLAGS="-fsanitize=fuzzer-no-link,address -O2 -g"
/PHP-8.1/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.phpt53 …connected and (when sending on a datagram socket using a sendto call) no address was supplied in %…
H A Dmcast_ipv6_send.phpt14 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-8.1/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-8.1/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.
255 ; The address on which to accept FastCGI status request. This creates a new
261 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
263 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
334 ; %R: remote IP address
/PHP-8.1/ext/pdo_firebird/tests/
H A Dpayload_server.inc26 // Now that we've identified the listen address, close STDERR.
/PHP-8.1/ext/soap/tests/schema/
H A Dtest_schema.inc47 <soap:address location="test://" />
/PHP-8.1/ext/curl/tests/
H A Dserver.inc30 // Now that we've identified the listen address, close STDERR.
/PHP-8.1/ext/standard/
H A Ddns.c295 const char *address; in php_gethostbyname() local
311 address = inet_ntop(AF_INET, &in, addr4, INET_ADDRSTRLEN); in php_gethostbyname()
313 address = inet_ntoa(in); in php_gethostbyname()
315 return zend_string_init(address, strlen(address), 0); in php_gethostbyname()
/PHP-8.1/ext/soap/tests/
H A Dclassmap.wsdl57 <soap:address location="http://localhost:81/test/interface.php?class=test"/>
/PHP-8.1/ext/xml/tests/
H A Dbug72085.phpt2 Bug #72085 (SEGV on unknown address zif_xml_parse)
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c434 z = zend_hash_index_find(&labels, insn->address);
437 z = zend_hash_index_find(&labels, insn[i].address);
449 fprintf(stderr, " %" PRIx64 ":", insn->address);
455 fprintf(stderr, " %" PRIx64 ":", insn[i].address);
/PHP-8.1/ext/bz2/
H A Dbz2_filter.c56 static void php_bz2_free(void *opaque, void *address) in php_bz2_free() argument
58 pefree((void *)address, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_free()

Completed in 34 milliseconds

123456