/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_set_rebind_proc_basic.phpt | 16 global $protocol_version; 19 ldap_set_option($a, LDAP_OPT_PROTOCOL_VERSION, $protocol_version); 26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_unbind_variation.phpt | 16 global $protocol_version; 19 ldap_set_option($a, LDAP_OPT_PROTOCOL_VERSION, $protocol_version); 26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_exop_passwd.phpt | 12 $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 D | ldap_sasl_bind_basic.phpt | 20 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 25 ldap_set_option($link, LDAP_OPT_PROTOCOL_VERSION, $protocol_version); 32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | skipifcontrol.inc | 6 global $host, $port, $user, $passwd, $protocol_version, $base; 7 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_exop_refresh.phpt | 9 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 20 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 36 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | connect.inc | 15 $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 D | ldap_exop_passwd_error.phpt | 12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 19 var_dump(test_bind($host, $port, "cn=userA,$base", "newPassword", $protocol_version)); 25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_free_result_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 22 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_count_entries_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 22 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_exop_whoami.phpt | 12 $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 D | ldap_get_dn_basic.phpt | 13 $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 D | ldap_get_entries_variation.phpt | 13 $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 D | ldap_first_attribute_basic.phpt | 13 $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 D | ldap_get_values_len_basic.phpt | 13 $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 D | ldap_compare_basic.phpt | 13 $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 D | ldap_mod_del_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_first_entry_basic.phpt | 13 $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 D | ldap_exop.phpt | 12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 50 test_bind($host, $port, "cn=userA,$base", $userAPassword, $protocol_version), 55 test_bind($host, $port, "cn=userA,$base", $genpw, $protocol_version) 62 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_compare_error.phpt | 13 $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 D | ldap_get_attributes_basic.phpt | 13 $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 D | ldap_next_attribute_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 29 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_next_attribute_error.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug71245.phpt | 8 'protocol_version' => '1.1', 26 [protocol_version] => 1.1
|
H A D | stream_context_set_option_basic.phpt | 16 'protocol_version' => 1.1, 32 ["protocol_version"]=>
|