Test: /ext/standard/tests/array/array_combine_variation6.phpt - Version 7.0.16    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sh: 1: /usr/van_dump/php-7.0.16/sapi/cli/php: Permission denied
001- *** Testing array_combine() : binary safe checking ***
002- array(2) {
003- ["hello"]=>
004- string(5) "hello"
005- ["world"]=>
006- string(5) "world"
007- }
008- array(2) {
009- ["hello"]=>
010- string(5) "hello"
011- ["world"]=>
012- string(5) "world"
013- }
014- array(2) {
015- ["hello"]=>
016- string(5) "hello"
017- ["world"]=>
018- string(5) "world"
019- }
020- Done