Test: /ext/standard/tests/strings/setlocale_variation3.phpt - Version 5.5.8    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
037+ array(1) {
037- array(2) {
040+ }
041+ ["mon_grouping"]=>
042+ array(1) {
043+ [0]=>
040- [1]=>
043- ["mon_grouping"]=>
044- array(2) {
045- [0]=>
046- int(3)
047- [1]=>
048- int(3)
049- }
050- }
051- Setting system locale, category = LC_ALL and locale = 0
052- Locale info, after setting the locale
053- array(18) {
054- ["decimal_point"]=>
055- string(1) "."
056- ["thousands_sep"]=>
046+ }
047+ Setting system locale, category = LC_ALL and locale = 0
048+ Locale info, after setting the locale
049+ array(18) {
050+ ["decimal_point"]=>
051+ string(1) "."
052+ ["thousands_sep"]=>
053+ string(1) ","
054+ ["int_curr_symbol"]=>
055+ string(4) "USD "
056+ ["currency_symbol"]=>
057+ string(1) "$"
058+ ["mon_decimal_point"]=>
059+ string(1) "."
060+ ["mon_thousands_sep"]=>
058- ["int_curr_symbol"]=>
059- string(4) "USD "
060- ["currency_symbol"]=>
061- string(1) "$"
062- ["mon_decimal_point"]=>
063- string(1) "."
064- ["mon_thousands_sep"]=>
065- string(1) ","
066- ["positive_sign"]=>
067- string(0) ""
068- ["negative_sign"]=>
069- string(1) "-"
070- ["int_frac_digits"]=>
062+ ["positive_sign"]=>
063+ string(0) ""
064+ ["negative_sign"]=>
065+ string(1) "-"
066+ ["int_frac_digits"]=>
067+ int(2)
068+ ["frac_digits"]=>
072- ["frac_digits"]=>
073- int(2)
083+ array(1) {
086+ }
087+ ["mon_grouping"]=>
088+ array(1) {
089+ [0]=>
087- array(2) {
090- [1]=>
092+ }
093+ Checking locale in the system, Expected : no change in the existing locale
094+ Test PASSED.
095+ Done
093- ["mon_grouping"]=>
094- array(2) {
095- [0]=>
096- int(3)
097- [1]=>
098- int(3)
099- }
100- }
101- Checking locale in the system, Expected : no change in the existing locale
102- Test PASSED.
103- Done