Home
last modified time | relevance | path

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

1234

/PHP-8.1/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.phpt18 $domain = AF_INET6;
20 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv6_recv_limited.phpt44 $domain = AF_INET6;
51 $sends1 = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
55 $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.phpt50 $domain = AF_INET6;
57 $sends1 = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
61 $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.1/ext/pcre/tests/
H A Dbug76909.phpt12 $data = " domain.com";
/PHP-8.1/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 Dsetcookie_error.phpt56 setcookie(): "domain" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
H A Dsetrawcookie_error.phpt57 setrawcookie(): "domain" option cannot contain ",", ";", " ", "\t", "\r", "\n", "\013", or "\014"
/PHP-8.1/ext/gettext/tests/
H A Dgettext_textdomain-retval.phpt2 Check if textdomain() returns the new domain
/PHP-8.1/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".
10 $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.1/ext/sockets/
H A Dsockets.stub.php51 function socket_create(int $domain, int $type, int $protocol): Socket|false {} argument
96 function socket_create_pair(int $domain, int $type, int $protocol, &$pair): bool {} argument
H A Dsockets.c1241 zend_long domain, type, protocol; local
1248 if (domain != AF_UNIX
1250 && domain != AF_INET6
1252 && domain != AF_INET) {
1267 php_sock->type = domain;
2033 zend_long domain, type, protocol; local
2039 if (domain != AF_INET
2041 && domain != AF_INET6
2043 && domain != AF_UNIX) {
2077 php_sock[0]->type = domain;
[all …]
/PHP-8.1/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.1/ext/session/
H A Dsession.stub.php72 …ie_params(array|int $lifetime_or_options, ?string $path = null, ?string $domain = null, ?bool $sec… argument
/PHP-8.1/ext/standard/tests/file/windows_acls/
H A Dcommon.inc42 $domain = getenv('USERDOMAIN');
44 return $domain;

Completed in 60 milliseconds

1234