Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/ldap/tests/
H A Dldap_search_variation6.phpt19 $dn = "dc=my-domain,dc=com";
115 string(28) "cn=userA,dc=my-domain,dc=com"
167 string(28) "cn=userB,dc=my-domain,dc=com"
210 string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
H A Dldap_sort_basic.phpt15 ldap_add($link, "cn=userC,dc=my-domain,dc=com", array(
22 ldap_add($link, "cn=userD,dc=my-domain,dc=com", array(
29 ldap_add($link, "cn=userE,dc=my-domain,dc=com", array(
48 ldap_delete($link, "cn=userC,dc=my-domain,dc=com");
49 ldap_delete($link, "cn=userD,dc=my-domain,dc=com");
50 ldap_delete($link, "cn=userE,dc=my-domain,dc=com");
81 string(28) "cn=userE,dc=my-domain,dc=com"
106 string(28) "cn=userD,dc=my-domain,dc=com"
131 string(28) "cn=userA,dc=my-domain,dc=com"
156 string(28) "cn=userB,dc=my-domain,dc=com"
[all …]
H A Dldap_sort_variation.phpt15 ldap_add($link, "cn=userC,dc=my-domain,dc=com", array(
22 ldap_add($link, "cn=userD,dc=my-domain,dc=com", array(
29 ldap_add($link, "cn=userE,dc=my-domain,dc=com", array(
48 ldap_delete($link, "cn=userC,dc=my-domain,dc=com");
49 ldap_delete($link, "cn=userD,dc=my-domain,dc=com");
50 ldap_delete($link, "cn=userE,dc=my-domain,dc=com");
97 string(28) "cn=userC,dc=my-domain,dc=com"
122 string(28) "cn=userD,dc=my-domain,dc=com"
147 string(28) "cn=userA,dc=my-domain,dc=com"
172 string(28) "cn=userB,dc=my-domain,dc=com"
[all …]
/PHP-5.5/ext/libxml/
H A Dlibxml.c484 error_copy.domain = 0; in _php_list_set_error_structure()
/PHP-5.5/ext/pcre/pcrelib/
H A DAUTHORS6 Email domain: cam.ac.uk
20 Emain domain: freemail.hu
31 Emain domain: freemail.hu
H A DLICENCE10 in the testdata directory is not copyrighted and is in the public domain.
23 Email domain: cam.ac.uk
37 Emain domain: freemail.hu
48 Emain domain: freemail.hu
H A DREADME1001 Email domain: cam.ac.uk
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt188 followed by the two digits 10, at the domain cam.ac.uk.
/PHP-5.5/ext/session/
H A Dsession.c1656 char *path = NULL, *domain = NULL;
1661 …zend_parse_parameters(argc TSRMLS_CC, "Z|ssbb", &lifetime, &path, &path_len, &domain, &domain_len,…
1672 if (domain) {
1673 …zend_alter_ini_entry("session.cookie_domain", sizeof("session.cookie_domain"), domain, domain_len,…
2221 ZEND_ARG_INFO(0, domain)
/PHP-5.5/ext/session/tests/
H A Dsession_get_cookie_params_basic.phpt40 ["domain"]=>
53 ["domain"]=>
66 ["domain"]=>
H A Dsession_get_cookie_params_variation1.phpt46 ["domain"]=>
58 ["domain"]=>
70 ["domain"]=>
82 ["domain"]=>
94 ["domain"]=>
106 ["domain"]=>
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_error.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_variation3.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…
H A Dsession_set_cookie_params_variation5.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
/PHP-5.5/ext/soap/
H A Dphp_http.c318 static int in_domain(const char *host, const char *domain) in in_domain() argument
320 if (domain[0] == '.') { in in_domain()
322 int l2 = strlen(domain); in in_domain()
324 return strcmp(host+l1-l2,domain) == 0; in in_domain()
329 return strcmp(host,domain) == 0; in in_domain()
/PHP-5.5/ext/sockets/
H A Dsockets.c160 ZEND_ARG_INFO(0, domain)
228 ZEND_ARG_INFO(0, domain)
2089 long domain, type, protocol; local
2091 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lllz", &domain, &type, &protocol, &fds_array…
2098 if (domain != AF_INET
2100 && domain != AF_INET6
2102 && domain != AF_UNIX) {
2104 domain = AF_INET;
2112 if (socketpair(domain, type, protocol, fds_array) != 0) {
2128 php_sock[0]->type = domain;
[all …]
/PHP-5.5/ext/sockets/tests/
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.phpt14 $domain = AF_INET;
16 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv4_send_error.phpt13 $domain = AF_INET;
15 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
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 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");

Completed in 64 milliseconds

123456