Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/pcre/tests/
H A Dpreg_grep_basic.phpt14 var_dump(preg_grep('@.*?\.co\.uk$@i', $array)); //finds any address ending in .co.uk (matches none)
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt15 die("skip interface 1 either doesn't exist or has no ipv4 address");
/PHP-7.4/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-7.4/sapi/phpdbg/
H A DREADME.md70 * `-a` listen address for remote mode
H A Dxml.md263 - &lt;variable address="" refcount="" type="" name="" />
264 - address: pointer to zval (hexadecimal)
H A Dphpdbg_prompt.c1773 zend_ulong address = (zend_ulong) execute_data->opline; in phpdbg_execute_ex() local
1782 #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdb… in phpdbg_execute_ex()
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c44 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free() argument
46 pefree((void*)address, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_free()
H A Dzlib.c59 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free() argument
61 efree((void*)address); in php_zlib_free()
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c58 static void php_bz2_free(void *opaque, void *address) in php_bz2_free() argument
60 pefree((void *)address, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_free()
/PHP-7.4/ext/standard/
H A Ddns.c277 char *address; in php_gethostbyname() local
292 address = inet_ntoa(in); in php_gethostbyname()
293 return zend_string_init(address, strlen(address), 0); in php_gethostbyname()
H A Dbasic_functions.c3925 char *address; in PHP_NAMED_FUNCTION() local
3931 Z_PARAM_STRING(address, address_len) in PHP_NAMED_FUNCTION()
3943 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_NAMED_FUNCTION()
3958 char *address; in PHP_NAMED_FUNCTION() local
3963 Z_PARAM_STRING(address, address_len) in PHP_NAMED_FUNCTION()
3969 if (strchr(address, ':')) { in PHP_NAMED_FUNCTION()
3973 if (!strchr(address, '.')) { in PHP_NAMED_FUNCTION()
3977 ret = inet_pton(af, address, buffer); in PHP_NAMED_FUNCTION()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in26 ; The address on which to accept FastCGI requests.
28 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
30 ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
59 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
61 ; accepted from any ip address.
304 ; %R: remote IP address
H A Dphp-fpm.service.in49 # Restricts the set of socket address families accessible to the processes of this unit.
/PHP-7.4/ext/xml/tests/
H A Dbug72085.phpt2 Bug #72085 (SEGV on unknown address zif_xml_parse)
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl216 <soap:address location="http://localhost:8731/EchoService/Basic"/>
219 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
H A Dbug50698_4.wsdl216 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
225 <soap:address location="http://localhost:8731/EchoService/Basic"/>
/PHP-7.4/ext/imap/
H A Dphp_imap.c3480 zend_string *address; in PHP_FUNCTION() local
3518 if (address) { in PHP_FUNCTION()
3524 address = _php_rfc822_write_address(env->to); in PHP_FUNCTION()
3525 if (address) { in PHP_FUNCTION()
4483 char address[MAILTMPLEN]; in _php_rfc822_write_address() local
4487 buf.beg = address; in _php_rfc822_write_address()
4489 buf.end = buf.beg + sizeof(address) - 1; in _php_rfc822_write_address()
4563 char address[SENDBUFLEN]; in _php_rfc822_write_address() local
4569 address[0] = 0; in _php_rfc822_write_address()
4570 rfc822_write_address(address, addresslist); in _php_rfc822_write_address()
[all …]
/PHP-7.4/azure/
H A Dcommunity_job.yml7 # debug build, that enables assertions, as well as the address and UB sanitizers. However,
/PHP-7.4/docs/
H A Doutput-api.md117 pass a void*** pointer as second arg to receive the address of a pointer
H A Dparameter-parsing-api.md62 that need to be passed by address. All passed parameters are set if the PHP
H A Drelease-process.md203 sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address
438 2. Create a GPG key for your @php.net address and publish it by editing
/PHP-7.4/win32/
H A Dsendmail.c1013 static char *get_angle_addr(char *address) in get_angle_addr() argument
1016 char *p1 = address, *p2; in get_angle_addr()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c762 xmlNodePtr address, binding, trav2; in load_wsdl() local
786 address = NULL; in load_wsdl()
791 address = trav2; in load_wsdl()
795 address = trav2; in load_wsdl()
799 address = trav2; in load_wsdl()
803 address = trav2; in load_wsdl()
806 address = trav2; in load_wsdl()
810 if (trav2 != address && is_wsdl_element(trav2) && !node_is_equal(trav2,"documentation")) { in load_wsdl()
815 if (!address || tmpbinding->bindingType == BINDING_HTTP) { in load_wsdl()
820 } else if (!address) { in load_wsdl()
[all …]
/PHP-7.4/ext/sockets/
H A Dsockets.c1792 char *address; local
1850 address = inet_ntoa(sin.sin_addr);
1853 ZEND_TRY_ASSIGN_REF_STRING(arg5, address ? address : "0.0.0.0");

Completed in 73 milliseconds

12345