Test: /ext/standard/tests/array/array_change_key_case_variation5.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_change_key_case() : usage variations ***
002-
003- -- Call array_change_key_case() --
004- array(3) {
005- ["ONE"]=>
006- string(2) "un"
007- ["TWO"]=>
008- string(4) "deux"
009- ["THREE"]=>
010- string(5) "trois"
011- }
012- -- Position of Internal Pointer in Result: --
013- ONE => un
014-
015- -- Position of Internal Pointer in Original Array: --
016- one => un
017- Done