summaryrefslogtreecommitdiff
path: root/ext/ldap/tests/ldap_exop_passwd.phpt
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2021-03-13 12:11:40 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2021-03-21 10:43:25 +0100
commitcd40fc3cb1892197a462e013f930859a5d8064b3 (patch)
tree49054b820043ae0aa7bea5b79131bcf2ba2a0886 /ext/ldap/tests/ldap_exop_passwd.phpt
parent6690547a58f07778e795e857e574159fe8fb3650 (diff)
downloadphp-git-cd40fc3cb1892197a462e013f930859a5d8064b3.tar.gz
Convert resources to objects in ext/ldap
Closes GH-6770
Diffstat (limited to 'ext/ldap/tests/ldap_exop_passwd.phpt')
-rw-r--r--ext/ldap/tests/ldap_exop_passwd.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ldap/tests/ldap_exop_passwd.phpt b/ext/ldap/tests/ldap_exop_passwd.phpt
index 1b0a1e7397..f04d258aee 100644
--- a/ext/ldap/tests/ldap_exop_passwd.phpt
+++ b/ext/ldap/tests/ldap_exop_passwd.phpt
@@ -14,7 +14,6 @@ insert_dummy_data($link, $base);
// ldap_exop_passwd() allows to pass the DN, OLD and NEW passwords,
// and optionally returns the NEW password if none was passed.
-// ldap_exop_passwd(resource link [, string user [, string oldpw [, string newpw [, string newpasswd ]]]])
var_dump(
$genpw = ldap_exop_passwd($link, "cn=userA,$base", "oops", "", $ctrls),
$ctrls,