From b7068db1026034f2e0bb33753ee843af3894df9d Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sat, 30 Sep 2000 20:52:00 +0000 Subject: [PATCH] Typo in example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33206 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ldap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ldap.xml b/functions/ldap.xml index 1d15aa6520..a59fb6e919 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -523,7 +523,7 @@ if ($ds) { <?php for($i=0; $i<100; $i++) { - printf("Error $i: %s<br>\n", ldap_str2err($i)); + printf("Error $i: %s<br>\n", ldap_err2str($i)); } ?>