Test: /ext/standard/tests/array/key_variation2.phpt - Version 5.4.12-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
019+ string(0) "
019- string(0) ""
020-
021- -- Iteration 5 : null lowercase data --
022- string(0) ""
023-
024- -- Iteration 6 : bool lowercase data --
025- int(1)
026- int(0)
027-
028- -- Iteration 7 : bool uppercase data --
029- int(1)
030- int(0)
031-
032- -- Iteration 8 : empty double quotes data --
033- string(0) ""
034-
035- -- Iteration 9 : empty single quotes data --
036- string(0) ""
037-
038- -- Iteration 10 : string data --
039- string(7) "stringd"
040- string(7) "strings"
041- string(11) "hello world"
042-
043- -- Iteration 11 : undefined data --
044- string(0) ""
045-
046- -- Iteration 12 : unset data --
047- string(0) ""
048- ===DONE===