1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

Fixed two errors in LDAP tests

This commit is contained in:
Côme Bernigaud
2015-06-23 16:09:56 +02:00
parent 9e15ce9a38
commit 9bcdd2aabe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ require "connect.inc";
$link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
ldap_delete($link, "$base");
ldap_delete($link, "dc=my-domain,$base");
?>
--EXPECT--
bool(true)
+1 -1
View File
@@ -57,7 +57,7 @@ array(2) {
["count"]=>
int(2)
["dn"]=>
string(23) "o=test,dc=mcmic,dc=test"
string(%d) "o=test,%s"
}
}
===DONE===