Test: /ext/standard/tests/array/003.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 uasort() --
002- array(8) {
003- [16777216]=>
004- float(-0.33333333333333)
005- [-1000]=>
006- array(2) {
007- [0]=>
008- string(6) "banana"
009- [1]=>
010- string(6) "orange"
011- }
012- ["test"]=>
013- int(27)
014- [0]=>
015- string(3) "PHP"
016- [17]=>
017- string(27) "PHP: Hypertext Preprocessor"
018- [5]=>
019- string(4) "Test"
020- [1001]=>
021- string(6) "monkey"
022- [1000]=>
023- string(4) "test"
024- }
025-
026- -- Testing uksort() --
027- array(8) {
028- [-1000]=>
029- array(2) {
030- [0]=>
031- string(6) "banana"
032- [1]=>
033- string(6) "orange"
034- }
035- [0]=>
036- string(3) "PHP"
037- [1000]=>
038- string(4) "test"
039- [1001]=>
040- string(6) "monkey"
041- [16777216]=>
042- float(-0.33333333333333)
043- [17]=>
044- string(27) "PHP: Hypertext Preprocessor"
045- [5]=>
046- string(4) "Test"
047- ["test"]=>
048- int(27)
049- }
050-
051- -- Testing usort() --
052- array(8) {
053- [0]=>
054- float(-0.33333333333333)
055- [1]=>
056- array(2) {
057- [0]=>
058- string(6) "banana"
059- [1]=>
060- string(6) "orange"
061- }
062- [2]=>
063- int(27)
064- [3]=>
065- string(3) "PHP"
066- [4]=>
067- string(27) "PHP: Hypertext Preprocessor"
068- [5]=>
069- string(4) "Test"
070- [6]=>
071- string(6) "monkey"
072- [7]=>
073- string(4) "test"
074- }