Home
last modified time | relevance | path

Searched refs:domain (Results 76 – 96 of 96) sorted by relevance

1234

/PHP-8.1/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt40 global $users, $domain;
/PHP-8.1/ext/sockets/
H A Dsockets_arginfo.h57 ZEND_ARG_TYPE_INFO(0, domain, IS_LONG, 0)
129 ZEND_ARG_TYPE_INFO(0, domain, IS_LONG, 0)
/PHP-8.1/ext/filter/
H A Dlogical_filters.c507 static int _php_filter_validate_domain(char * domain, size_t len, zend_long flags) /* {{{ */ in _php_filter_validate_domain() argument
514 s = domain; in _php_filter_validate_domain()
516 e = domain + l; in _php_filter_validate_domain()
/PHP-8.1/
H A DREADME.REDIST.BINS33 testdata directory is not copyrighted and is in the public domain.
46 Email domain: cam.ac.uk
60 Email domain: freemail.hu
71 Email domain: freemail.hu
163 domain. In case this attempt to disclaim copyright and place the software
164 in the public domain is deemed null and void, then the software is
177 the public domain as well, but I don't require that in order to let
423 on public domain software written at the National Center for
H A Dphp.ini-development1404 ; The domain for which the cookie is valid.
1405 ; https://php.net/session.cookie-domain
H A Dphp.ini-production1406 ; The domain for which the cookie is valid.
1407 ; https://php.net/session.cookie-domain
/PHP-8.1/ext/soap/
H A Dphp_http.c314 static int in_domain(const char *host, const char *domain) in in_domain() argument
316 if (domain[0] == '.') { in in_domain()
318 int l2 = strlen(domain); in in_domain()
320 return strcmp(host+l1-l2,domain) == 0; in in_domain()
325 return strcmp(host,domain) == 0; in in_domain()
/PHP-8.1/ext/session/
H A Dsession.c1666 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
1681 Z_PARAM_STR_OR_NULL(domain) in PHP_FUNCTION()
1705 if (domain) { in PHP_FUNCTION()
1730 domain = zval_get_string(value); in PHP_FUNCTION()
1782 if (domain) { in PHP_FUNCTION()
1784 result = zend_alter_ini_entry(ini_name, domain, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
1825 if (domain) zend_string_release(domain); in PHP_FUNCTION()
H A Dsession_arginfo.h83 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, domain, IS_STRING, 1, "null")
/PHP-8.1/build/
H A Dconfig.sub1575 os=domain
1736 | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php287 function idn_to_ascii(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_U… argument
290 function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_UT… argument
H A Dphp_intl_arginfo.h496 ZEND_ARG_TYPE_INFO(0, domain, IS_STRING, 0)
/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c55 zend_long domain, type, protocol; in PHP_FUNCTION() local
60 Z_PARAM_LONG(domain) in PHP_FUNCTION()
65 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
H A Dbasic_functions.stub.php665 …alue = "", array|int $expires_or_options = 0, string $path = "", string $domain = "", bool $secure… argument
667 …alue = "", array|int $expires_or_options = 0, string $path = "", string $domain = "", bool $secure… argument
1682 function stream_socket_pair(int $domain, int $type, int $protocol): array|false {} argument
H A Dbasic_functions_arginfo.h754 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, domain, IS_STRING, 0, "\"\"")
1956 ZEND_ARG_TYPE_INFO(0, domain, IS_LONG, 0)
/PHP-8.1/sapi/litespeed/
H A DREADME.md77 have lsphp accept request on Unix domain socket `/tmp/lsphp_manual.sock`.
/PHP-8.1/ext/libxml/
H A Dlibxml.c497 error_copy.domain = 0; in _php_list_set_error_structure()
/PHP-8.1/docs/
H A Dstreams.md98 /* Open a UNIX domain socket. */
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in465 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic14711 0 string 5\x0aThe_Gremlin's_Domain Quake I save: hip2m6 The gremlin's domain (secret)
20583 # Summary: Xen saved domain file
20585 0 string LinuxGuestRecord Xen saved domain
20591 0 string LinuxGuestRecord Xen saved domain
20720 >337 string >\0 \b, domain %s
34798 >>9 byte 20 GroupWise admin domain database
H A Dmagic私はガラスを食べられます14711 0 string 5\x0aThe_Gremlin's_Domain Quake I save: hip2m6 The gremlin's domain (secret)
20583 # Summary: Xen saved domain file
20585 0 string LinuxGuestRecord Xen saved domain
20591 0 string LinuxGuestRecord Xen saved domain
20720 >337 string >\0 \b, domain %s
34798 >>9 byte 20 GroupWise admin domain database

Completed in 234 milliseconds

1234