Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 25 of 97) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS2623 . Fixed bug #76829 (Incorrect validation of domain on idn_to_utf8()
2786 . Fixed bug #69948 (path/domain are not sanitized in setcookie). (cmb)
H A Dphp.ini-development1383 ; The domain for which the cookie is valid.
1384 ; http://php.net/session.cookie-domain
H A Dphp.ini-production1383 ; The domain for which the cookie is valid.
1384 ; http://php.net/session.cookie-domain
/PHP-7.4/ext/filter/
H A Dlogical_filters.c498 static int _php_filter_validate_domain(char * domain, int len, zend_long flags) /* {{{ */ in _php_filter_validate_domain() argument
505 s = domain; in _php_filter_validate_domain()
507 e = domain + l; in _php_filter_validate_domain()
/PHP-7.4/ext/libxml/
H A Dlibxml.c544 error_copy.domain = 0; in _php_list_set_error_structure()
/PHP-7.4/build/
H A Dconfig.sub1575 os=domain
1736 | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
/PHP-7.4/ext/session/
H A Dsession.c1675 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
1690 Z_PARAM_STR(domain) in PHP_FUNCTION()
1711 domain = NULL; in PHP_FUNCTION()
1728 domain = zval_get_string(value); in PHP_FUNCTION()
1780 if (domain) { in PHP_FUNCTION()
1782 result = zend_alter_ini_entry(ini_name, domain, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
1823 if (domain) zend_string_release(domain); in PHP_FUNCTION()
2729 ZEND_ARG_INFO(0, domain)
/PHP-7.4/ext/standard/tests/mail/
H A Dbug80751.phpt55 $to = "\"<bob@example.com>\" <{$users[1]}@$domain>";
59 . "Cc: \"Lastname, Firstname\\\\\" <{$users[2]}@$domain>\r\n"
60 . "Bcc: \"Firstname \\\"Ni,ck\\\" Lastname\" <{$users[3]}@$domain>\r\n";
70 if (!find_and_delete_message("$user@$domain", $subject)) {
H A Dbug80706.phpt49 $to = "{$users[1]}@$domain";
53 . "Bcc: {$users[2]}@$domain\r\n"
64 if (!find_and_delete_message("$user@$domain", $subject)) {
H A Dbug72964.phpt46 $to = "{$users[2]}@$domain";
50 . "Cc: {$users[0]}@$domain,\r\n\t{$users[1]}@$domain\r\n"
51 . "Bcc: {$users[2]}@$domain,\r\n {$users[3]}@$domain\r\n";
61 if (!find_and_delete_message("$user@$domain", $subject)) {
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c56 zend_long domain, type, protocol; in PHP_FUNCTION() local
61 Z_PARAM_LONG(domain) in PHP_FUNCTION()
66 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
H A Dbasic_functions.c1423 ZEND_ARG_INFO(0, domain)
1433 ZEND_ARG_INFO(0, domain)
1935 ZEND_ARG_INFO(0, domain)
H A Dhead.c105 …if (domain && strpbrk(ZSTR_VAL(domain), ",; \t\r\n\013\014") != NULL) { /* man isspace for \013 an… in php_setcookie()
166 if (domain && ZSTR_LEN(domain)) { in php_setcookie()
168 smart_str_append(&buf, domain); in php_setcookie()
203 *domain = zval_get_string(value); in php_head_parse_cookie_options_array()
234 zend_string *name, *value = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() local
244 Z_PARAM_STR(domain) in PHP_FUNCTION()
273 if (domain) { in PHP_FUNCTION()
274 zend_string_release(domain); in PHP_FUNCTION()
299 Z_PARAM_STR(domain) in PHP_FUNCTION()
328 if (domain) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_http.c321 static int in_domain(const char *host, const char *domain) in in_domain() argument
323 if (domain[0] == '.') { in in_domain()
325 int l2 = strlen(domain); in in_domain()
327 return strcmp(host+l1-l2,domain) == 0; in in_domain()
332 return strcmp(host,domain) == 0; in in_domain()
/PHP-7.4/ext/standard/tests/network/
H A Dgetmxrr.phpt18 foreach ($domains as $domain) {
19 $result = getmxrr($domain, $hosts, $weights);
H A Dsetcookie.phpt16 setcookie('name', 'value', 0, '', 'domain.tld');
21 setcookie('name', 'value', ['expires' => $tsn, 'path' => '/path/', 'domain' => 'domain.tld', 'secur…
33 'Set-Cookie: name=value; domain=domain.tld',
37 …expires='.date('D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=0; path=/path/; domain=domain.tld; secure; H…
H A Dbug64330.phpt5 if (!in_array("unix", stream_get_transports())) die("SKIP unix domain sockets unavailable");
H A Dfsockopen_error.phpt6 * Description: Open Internet or Unix domain socket connection
/PHP-7.4/ext/ldap/tests/
H A Dconnect.inc4 Default values are "localhost", "cn=Manager,dc=my-domain,dc=com", and password "secret".
10 $base = getenv("LDAP_TEST_BASE") ?: "dc=my-domain,dc=com";
/PHP-7.4/azure/
H A Dsetup-slapd.sh53 olcSuffix: dc=my-domain,dc=com
56 olcRootDN: cn=Manager,dc=my-domain,dc=com
76 olcAuthzRegexp: uid=usera,cn=digest-md5,cn=auth cn=usera,dc=my-domain,dc=com
130 ldapadd -H ldapi:/// -D cn=Manager,dc=my-domain,dc=com -w secret <<EOF
131 dn: dc=my-domain,dc=com
135 dc: my-domain
169 …arch -d 255 -H ldaps://localhost -D cn=Manager,dc=my-domain,dc=com -w secret -s base -b dc=my-doma…
/PHP-7.4/ext/sockets/
H A Dsockets.c170 ZEND_ARG_INFO(0, domain)
238 ZEND_ARG_INFO(0, domain)
2243 zend_long domain, type, protocol; local
2245 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "lllz", &domain, &type, &protocol, &fds_array_zval) == …
2252 if (domain != AF_INET
2254 && domain != AF_INET6
2256 && domain != AF_UNIX) {
2258 domain = AF_INET;
2266 if (socketpair(domain, type, protocol, fds_array) != 0) {
2283 php_sock[0]->type = domain;
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt57 string(32) "Numerical argument out of domain"
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in435 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-7.4/win32/
H A Dsockets.c29 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() argument
35 if(domain != AF_INET) { in socketpair()
43 sock[0] = socket(domain, type, protocol); in socketpair()
64 sock[1] = socket(domain, type, protocol); in socketpair()
H A Dsockets.h27 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);

Completed in 106 milliseconds

1234