Test: /ext/standard/tests/array/array_count_values2.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- Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
002-
003- Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
004-
005- Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
006- array(8) {
007- [1]=>
008- int(2)
009- ["hello"]=>
010- int(2)
011- ["world"]=>
012- int(1)
013- [""]=>
014- int(1)
015- ["rabbit"]=>
016- int(1)
017- ["foo"]=>
018- int(1)
019- ["Foo"]=>
020- int(1)
021- [0]=>
022- int(1)
023- }