Test: /ext/standard/tests/array/array_chunk_variation7.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_chunk() : usage variations ***
002-
003- -- Testing array_chunk(), input array containing references
004- array(2) {
005- [0]=>
006- array(2) {
007- [0]=>
008- &int(1)
009- [1]=>
010- &int(2)
011- }
012- [1]=>
013- array(2) {
014- [0]=>
015- &int(3)
016- [1]=>
017- &int(4)
018- }
019- }
020- array(2) {
021- [0]=>
022- array(2) {
023- ["one"]=>
024- &int(1)
025- ["two"]=>
026- &int(2)
027- }
028- [1]=>
029- array(2) {
030- ["three"]=>
031- &int(3)
032- ["four"]=>
033- &int(4)
034- }
035- }
036- array(2) {
037- [0]=>
038- array(2) {
039- [0]=>
040- &int(1)
041- [1]=>
042- &int(2)
043- }
044- [1]=>
045- array(2) {
046- [0]=>
047- &int(3)
048- [1]=>
049- &int(4)
050- }
051- }
052- Done