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

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
018+
019+ Fatal error: Uncaught TypeError: Argument 1 passed to array_map() must be callable, null given in %s/array_map_variation1.php:17
020+ Stack trace:
021+ #0 %s/array_map_variation1.php(17): array_map(NULL, Array)
022+ #1 {main}
023+ thrown in %s/array_map_variation1.php on line 17
018- array(1) {
019- ["stringkey"]=>
020- string(5) "value"
021- }
022- array(1) {
023- [0]=>
024- array(2) {
025- [0]=>
026- string(5) "value"
027- [1]=>
028- string(5) "value"
029- }
030- }
031- Done