Test: /ext/ldap/tests/ldap_control_paged_results_variation1.phpt - Version 7.4.9-dev    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+ Warning: ldap_add(): Add: Already exists in /home/travis/build/ptomulik/php-src/ext/ldap/tests/connect.inc on line 48 002+ 014- string(5) "userA" 016+ string(5) "userZ" 021- string(%d) "cn=userA,%s" 023+ string(28) "cn=userZ,dc=my-domain,dc=com"
1 (33%)
001+ Warning: ldap_add(): Add: No such object in /home/travis/build/ptomulik/php-src/ext/ldap/tests/connect.inc on line 68 002+ 004- array(2) { 006+ array(1) { 006- int(1) 007- [0]=> 008- array(4) { 008+ int(0) 009+ } 010+ ===DONE=== 009- ["cn"]=> 010- array(2) { 011- ["count"]=> 012- int(1) 013- [0]=> 014- string(5) "userA" 015- } 016- [0]=> 017- string(2) "cn" 018- ["count"]=> 019- int(1) 020- ["dn"]=> 021- string(%d) "cn=userA,%s" 022- } 023- } 024- ===DONE===