Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/
H A Dhead.h34 …r *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, i…
/PHP-5.5/ext/filter/tests/
H A Dbug55478.phpt2 Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized domain name addresses containing >1 …
/PHP-5.5/ext/sockets/tests/
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.phpt45 $domain = AF_INET6;
52 $sends1 = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
56 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv4_recv.phpt23 $domain = AF_INET;
30 $sends1 = socket_create($domain, SOCK_DGRAM, SOL_UDP);
35 $sends2 = socket_create($domain, SOCK_DGRAM, SOL_UDP);
39 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP);
H A Dmcast_ipv4_send_error.phpt13 $domain = AF_INET;
15 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
/PHP-5.5/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt2 Test if bindtextdomain() errors if the domain is empty.
H A Dgettext_textdomain-retval.phpt2 Check if textdomain() returns the new domain
/PHP-5.5/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.');
/PHP-5.5/ext/session/tests/
H A Dsession_set_cookie_params_basic.phpt11 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation1.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation2.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
H A Dsession_set_cookie_params_variation4.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
/PHP-5.5/ext/ldap/tests/
H A Dldap_count_entries_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=person)");
H A Dldap_free_result_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=person)");
H A Dldap_first_attribute_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
H A Dldap_first_entry_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=person)");
H A Dldap_next_attribute_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
H A Dldap_next_entry_basic.phpt15 $result = ldap_list($link, "dc=my-domain,dc=com", "(objectClass=person)");
H A Dldap_connect_error.phpt16 var_dump(ldap_connect("ldap://$host:$port/dc=my-domain,dc=com"));
H A Dldap_read_error.phpt20 var_dump(ldap_read($link, "dc=my-domain,dc=com", "(objectClass=*)", array(), 0, 0, 0, 0 , "Addition…
H A Dldap_list_error.phpt20 var_dump(ldap_list($link, "dc=my-domain,dc=com", "(objectClass=*)", array(), 0, 0, 0, 0 , "Addition…
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt43 global $users, $domain;
45 $envelope["to"] = "$users[0]@$domain";

Completed in 95 milliseconds

123456