Home
last modified time | relevance | path

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

12345

/PHP-5.5/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"/>
H A Dbug50698_1.wsdl216 <soap:address location="http://localhost:8731/EchoService/Basic"/>
219 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
/PHP-5.5/ext/imap/tests/
H A Dbug45705_2.phpt2 Bug #45705 test #2 (imap rfc822_parse_adrlist() modifies passed address parameter)
H A Dbug46918.phpt75 Notice: Unknown: Unexpected characters at end of address: @two (errflg=3) in Unknown on line 0
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt8 extension is meant to address this issue by implementing a set of filters and
159 address.
161 validate_ip IP string Validates a string representing an IP address.
266 correctly formed e-mail address (exception are
267 comments in the email address) (a-z A-Z 0-9 " ! # $
269 filter does `not` validate if the e-mail address has
/PHP-5.5/ext/sockets/tests/
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 Dmcast_ipv4_send_error.phpt9 die("skip interface 1 either doesn't exist or has no ipv4 address");
/PHP-5.5/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_grep_basic.phpt14 var_dump(preg_grep('@.*?\.co\.uk$@i', $array)); //finds any address ending in .co.uk (matches none)
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-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc47 <soap:address location="test://" />
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl57 <soap:address location="http://localhost:81/test/interface.php?class=test"/>
H A Dbug68361.phpt83 <soap:address location="http://localhost/wsdl-creator/TestClass.php"/>
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14149 # address
282 # address spec
286 # name and address
H A Dtestinput1767 # address
200 # address spec
204 # name and address
/PHP-5.5/ext/mbstring/libmbfl/
H A Dconfig.h.in60 /* Define to the address where bug reports for this package should be sent. */
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c59 static void php_bz2_free(void *opaque, void *address) in php_bz2_free() argument
61 pefree((void *)address, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_free()
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c46 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free() argument
48 pefree((void*)address, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_free()
/PHP-5.5/ext/standard/tests/network/
H A Dlong2ip_variation1.phpt11 …* Description: Converts an (IPv4) Internet network address into a string in Internet standard dott…
/PHP-5.5/ext/mbstring/oniguruma/
H A Dconfig.h.in63 /* Define to the address where bug reports for this package should be sent. */
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in152 ; The address on which to accept FastCGI requests.
154 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
156 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
181 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
183 ; accepted from any ip address.
420 ; %R: remote IP address

Completed in 35 milliseconds

12345