Test: /ext/ldap/tests/ldap_explode_dn.phpt - Version 5.4.37    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
045+ array(4) {
046+ ["count"]=>
047+ int(3)
048+ [0]=>
049+ string(8) "cn=<bob>"
050+ [1]=>
051+ string(10) "dc=example"
052+ [2]=>
053+ string(6) "dc=com"
045- bool(false)
046- bool(false)
047-
048- Warning: ldap_explode_dn() expects exactly 2 parameters, 1 given in %s on line %d
049-
050- Warning: ldap_explode_dn() expects exactly 2 parameters, 3 given in %s on line %d
051- bool(false)
052- bool(false)
053- Done
054+ }
055+ array(4) {
056+ ["count"]=>
057+ int(3)
058+ [0]=>
059+ string(5) "<bob>"
060+ [1]=>
061+ string(7) "example"
062+ [2]=>
063+ string(3) "com"
064+ }
065+
066+ Warning: ldap_explode_dn() expects exactly 2 parameters, 1 given in %s/ldap_explode_dn.php on line 22
067+
068+ Warning: ldap_explode_dn() expects exactly 2 parameters, 3 given in %s/ldap_explode_dn.php on line 25
069+ bool(false)
070+ bool(false)
071+ Done