Test: /ext/intl/tests/resourcebundle_iterator.phpt - Version 5.5.0    

There are 2 different diffs reported by users for this test.

Count Diff
4 (57%)
013+ 486f6c61204d756e646f21
013- 48656c6c6f20576f726c6421
036+ 0 => cadena 1
037+ 1 => cadena 2
038+ 2 => cadena 3
036- 0 => string 1
037- 1 => string 2
038- 2 => string 3
3 (43%)
001+ Warning: Invalid argument supplied for foreach() in %s/resourcebundle_iterator.php on line 7
002+ Testarray Contents:
001- Here comes testarray:
002- ResourceBundle Object
003- (
004- )
004+ Fatal error: Call to a member function get() on a non-object in %s/resourcebundle_iterator.php on line 25
006- Here comes testbin:
007- a1b2c3d4e5f67890
008-
009- Here comes testint:
010- 2
011-
012- Here comes teststring:
013- 48656c6c6f20576f726c6421
014-
015- Here comes testtable:
016- ResourceBundle Object
017- (
018- )
019-
020- Here comes testvector:
021- Array
022- (
023- [0] => 1
024- [1] => 2
025- [2] => 3
026- [3] => 4
027- [4] => 5
028- [5] => 6
029- [6] => 7
030- [7] => 8
031- [8] => 9
032- [9] => 0
033- )
034-
035- Testarray Contents:
036- 0 => string 1
037- 1 => string 2
038- 2 => string 3