Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/filter/tests/
H A Dbug55478.phpt2 Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized domain name addresses containing >1 …
/PHP-8.3/ext/sockets/tests/
H A Dmcast_ipv4_send.phpt14 $domain = AF_INET;
16 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv6_send.phpt22 $domain = AF_INET6;
24 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv6_recv_limited.phpt49 $domain = AF_INET6;
56 $sends1 = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
60 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv4_recv.phpt24 $domain = AF_INET;
31 $sends1 = socket_create($domain, SOCK_DGRAM, SOL_UDP);
36 $sends2 = socket_create($domain, SOCK_DGRAM, SOL_UDP);
40 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP);
H A Dsocket_create_pair-wrongparams-win32.phpt29 socket_create_pair(): Argument #1 ($domain) must be one of AF_UNIX, AF_INET6, or AF_INET
H A Dsocket_create_pair-wrongparams.phpt31 socket_create_pair(): Argument #1 ($domain) must be one of AF_UNIX, AF_INET6, or AF_INET
H A Dunixloop.phpt2 Unix domain socket Loopback test
H A Dmcast_ipv6_recv.phpt52 $domain = AF_INET6;
59 $sends1 = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
63 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dsocket_sentto_recvfrom_unix.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket
/PHP-8.3/ext/pcre/tests/
H A Dbug76909.phpt12 $data = " domain.com";
/PHP-8.3/ext/standard/tests/network/
H A Dbug64330.phpt5 if (!in_array("unix", stream_get_transports())) die("SKIP unix domain sockets unavailable");
H A Dudgloop.phpt6 die('SKIP No support for UNIX domain sockets.');
H A Dunixloop.phpt6 die('SKIP No support for UNIX domain sockets.');
H A Dsetrawcookie_error.phpt57 setrawcookie(): "domain" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
H A Dsetcookie_error.phpt56 setcookie(): "domain" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
/PHP-8.3/ext/gettext/tests/
H A Dgettext_textdomain-retval.phpt2 Check if textdomain() returns the new domain
/PHP-8.3/ext/ldap/tests/
H A Dldap_get_entries_variation.phpt20 ldap_search($link, "$base", "(o=my-unexisting-domain)")
H A Dconnect.inc4 Default values are "localhost", "cn=Manager,dc=my-domain,dc=com", and password "secret".
11 $base = getenv("LDAP_TEST_BASE") ?: "dc=my-domain,dc=com";
H A Dldap_delete_error.phpt25 ldap_delete($link, "dc=my-domain,$base"),
H A Dldap_mod_replace_error.phpt17 var_dump(ldap_mod_replace($link, "dc=my-domain,$base", array()));
/PHP-8.3/ext/opcache/jit/vtune/
H A Dittnotify_config.h562 #define NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) { \ argument
568 h->domainW = name ? _wcsdup(domain) : NULL; \
579 #define NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) { \ argument
584 h->domainA = domain ? __itt_fstrdup(domain) : NULL; \
/PHP-8.3/ext/sockets/
H A Dsockets.c1080 zend_long domain, type, protocol; local
1087 if (domain != AF_UNIX
1089 && domain != AF_INET6
1091 && domain != AF_INET) {
1106 php_sock->type = domain;
2024 zend_long domain, type, protocol; local
2030 if (domain != AF_INET
2032 && domain != AF_INET6
2034 && domain != AF_UNIX) {
2068 php_sock[0]->type = domain;
[all …]
/PHP-8.3/ext/session/
H A Dsession.stub.php88 …ie_params(array|int $lifetime_or_options, ?string $path = null, ?string $domain = null, ?bool $sec… argument
/PHP-8.3/ext/standard/tests/file/windows_acls/
H A Dcommon.inc42 $domain = getenv('USERDOMAIN');
44 return $domain;

Completed in 49 milliseconds

1234