Home
last modified time | relevance | path

Searched refs:domain (Results 26 – 50 of 117) sorted by relevance

12345

/PHP-5.3/ext/ldap/tests/
H A Dldap_read_basic.phpt19 $result = ldap_read($link, "dc=my-domain,dc=com", "(dc=*)"),
56 string(9) "my-domain"
65 string(9) "my-domain"
72 string(19) "dc=my-domain,dc=com"
H A Dldap_errno_basic.phpt14 @ldap_add($link, "badDN dc=my-domain,dc=com", array(
19 "dc" => "my-domain",
20 "o" => "my-domain",
H A Dldap_error_basic.phpt14 @ldap_add($link, "badDN dc=my-domain,dc=com", array(
19 "dc" => "my-domain",
20 "o" => "my-domain",
H A Dldap_search_variation3.phpt19 $dn = "dc=my-domain,dc=com";
56 string(28) "cn=userA,dc=my-domain,dc=com"
70 string(28) "cn=userB,dc=my-domain,dc=com"
84 string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
105 string(28) "cn=userA,dc=my-domain,dc=com"
H A Dldap_search_variation2.phpt20 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=person)", array('sn'), 1),
49 string(28) "cn=userA,dc=my-domain,dc=com"
63 string(28) "cn=userB,dc=my-domain,dc=com"
77 string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
H A Dldap_mod_del_error.phpt18 var_dump(ldap_mod_del($link, "dc=my-domain,dc=com"));
21 var_dump(ldap_mod_del($link, "dc=my-domain,dc=com", array(), "Additional data"));
24 var_dump(ldap_mod_del($link, "dc=my-domain,dc=com", array()));
30 var_dump(ldap_mod_del($link, "dc=my-domain,dc=com", array('dc')));
39 ldap_delete($link, "dc=my-domain,dc=com");
H A Dldap_mod_replace_error.phpt18 var_dump(ldap_mod_replace($link, "dc=my-domain,dc=com"));
21 var_dump(ldap_mod_replace($link, "dc=my-domain,dc=com", array(), "Additional data"));
24 var_dump(ldap_mod_replace($link, "dc=my-domain,dc=com", array()));
30 var_dump(ldap_mod_replace($link, "dc=my-domain,dc=com", array('dc')));
39 ldap_delete($link, "dc=my-domain,dc=com");
H A Dldap_get_attributes_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
49 string(9) "my-domain"
58 string(9) "my-domain"
H A Dldap_mod_replace_basic.phpt21 ldap_mod_replace($link, "cn=userA,dc=my-domain,dc=com", $entry),
24 ldap_search($link, "dc=my-domain,dc=com", "(description=user X)", array("description"))
56 string(28) "cn=userA,dc=my-domain,dc=com"
H A Dldap_search_variation5.phpt19 $dn = "dc=my-domain,dc=com";
60 string(28) "cn=userA,dc=my-domain,dc=com"
81 string(28) "cn=userA,dc=my-domain,dc=com"
102 string(28) "cn=userA,dc=my-domain,dc=com"
H A Dldap_search_basic.phpt20 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectClass=person)"),
96 string(28) "cn=userA,dc=my-domain,dc=com"
148 string(28) "cn=userB,dc=my-domain,dc=com"
191 string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
H A Dldap_rename_error.phpt14 var_dump(ldap_rename($link, "cn=userNotFound,dc=my-domain,dc=com", "cn=userZ", "dc=my-domain,dc=com…
H A Dldap_get_entries_variation.phpt19 ldap_search($link, "dc=my-domain,dc=com", "(o=my-unexisting-domain)")
/PHP-5.3/ext/sockets/tests/
H A Dsocket_select-wrongparams-4.phpt14 $domain = AF_INET;
16 $domain = AF_UNIX;
18 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
H A Dsocket_select-wrongparams-3.phpt14 $domain = AF_INET;
16 $domain = AF_UNIX;
18 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
H A Dsocket_create_pair-wrongparams-win32.phpt15 $domain = 'unknown';
16 var_dump(socket_create_pair($domain, SOCK_STREAM, 0, $sockets));
31 Warning: socket_create_pair(): invalid socket domain [31337] specified for argument 1, assuming AF_…
H A Dsocket_select-wrongparams-1-win32.phpt14 $domain = AF_INET;
15 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
H A Dsocket_select-wrongparams-1.phpt14 $domain = AF_UNIX;
15 socket_create_pair($domain, SOCK_STREAM, 0, $sockets);
/PHP-5.3/ext/imap/tests/
H A Dbug31142_2.phpt11 $envelope["from"]= 'host@domain.com';
12 $envelope["return_path"]= 'host@domain.com';
25 From: host@domain.com
/PHP-5.3/ext/pcre/pcrelib/
H A DAUTHORS6 Email domain: cam.ac.uk
20 Emain domain: freemail.hu
31 Emain domain: freemail.hu
/PHP-5.3/ext/session/tests/
H A Dsession_get_cookie_params_basic.phpt40 ["domain"]=>
53 ["domain"]=>
66 ["domain"]=>
/PHP-5.3/ext/standard/tests/streams/
H A Dstream_socket_pair.phpt5 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? STREAM_PF_INET : STREAM_PF_UNIX);
6 $sockets = stream_socket_pair($domain, STREAM_SOCK_STREAM, 0);
H A Dbug60455_01.phpt9 $domain = (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN' ? STREAM_PF_INET : STREAM_PF_UNIX);
10 $sockets = stream_socket_pair($domain, STREAM_SOCK_STREAM, STREAM_IPPROTO_IP)
/PHP-5.3/ext/standard/tests/network/
H A Dgetmxrr.phpt13 foreach ( $domains as $domain )
15 if ( getmxrr( $domain, $hosts, $weights ) )
/PHP-5.3/ext/intl/idn/
H A Didn.c59 unsigned char* domain; in php_intl_idn_to() local
70 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", (char **)&domain, &domain_len, &option… in php_intl_idn_to()
81 intl_convert_utf8_to_utf16(&ustring, &ustring_len, (char*) domain, domain_len, &status ); in php_intl_idn_to()

Completed in 24 milliseconds

12345