Home
last modified time | relevance | path

Searched refs:protocol_version (Results 1 – 25 of 99) sorted by relevance

1234

/PHP-8.1/ext/ldap/tests/
H A Dldap_exop_passwd.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
22 test_bind($host, $port, "cn=userA,$base", $genpw, $protocol_version),
24 test_bind($host, $port, "cn=userA,$base", "newPassword", $protocol_version)
31 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_unbind_variation.phpt17 global $protocol_version;
20 ldap_set_option($a, LDAP_OPT_PROTOCOL_VERSION, $protocol_version);
27 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_set_rebind_proc_basic.phpt17 global $protocol_version;
20 ldap_set_option($a, LDAP_OPT_PROTOCOL_VERSION, $protocol_version);
27 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_sasl_bind_basic.phpt21 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 ldap_set_option($link, LDAP_OPT_PROTOCOL_VERSION, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_exop_refresh.phpt10 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
21 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
37 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dskipifcontrol.inc6 global $host, $port, $user, $passwd, $protocol_version, $base;
7 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dconnect.inc15 $protocol_version = getenv("LDAP_TEST_OPT_PROTOCOL_VERSION") ?: 3;
18 function ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version) {
20 ldap_set_option($link, LDAP_OPT_PROTOCOL_VERSION, $protocol_version);
25 function test_bind($host, $port, $user, $passwd, $protocol_version) {
27 ldap_set_option($link, LDAP_OPT_PROTOCOL_VERSION, $protocol_version);
H A Dldap_exop_passwd_error.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
20 var_dump(test_bind($host, $port, "cn=userA,$base", "newPassword", $protocol_version));
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_exop_whoami.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
24 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_free_result_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_exop.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
49 test_bind($host, $port, "cn=userA,$base", $userAPassword, $protocol_version),
54 test_bind($host, $port, "cn=userA,$base", $genpw, $protocol_version)
61 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_count_entries_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_attribute_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_dn_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_entries_variation.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_compare_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_values_len_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_mod_del_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_entry_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_compare_error.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
27 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_attributes_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_values_len_error.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_next_entry_basic.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-8.1/ext/standard/tests/streams/
H A Dbug71245.phpt8 'protocol_version' => '1.1',
26 [protocol_version] => 1.1
H A Dstream_context_set_option_basic.phpt16 'protocol_version' => 1.1,
32 ["protocol_version"]=>

Completed in 23 milliseconds

1234