Test: /ext/intl/tests/resourcebundle_iterator.phpt - Version 7.4.25RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught IntlException: Constructor failed in %s/resourcebundle_iterator.php:5 002+ Stack trace: 003+ #0 %s/resourcebundle_iterator.php(5): ResourceBundle->__construct('en_US', '/builds/alpine/...') 004+ #1 {main} 005+ thrown in %s/resourcebundle_iterator.php on line 5 001- Here comes testarray: 002- ResourceBundle Object 003- ( 004- ) 005- 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