Test: /ext/standard/tests/strings/setlocale_variation4.phpt - Version 5.5.0-dev    

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

Count Diff
1 (50%)
065+ string(1) " "
065- string(1) ","
1 (50%)
033+ int(3)
033- int(1)
035+ int(3)
035- int(1)
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 = null
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 = null
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) "AUD "
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)
079+ int(3)
081+ int(3)
083+ array(1) {
083- int(1)
085- int(1)
086+ }
087+ ["mon_grouping"]=>
088+ array(1) {
089+ [0]=>
087- array(2) {
090- [1]=>
092+ }
093+ Checking new locale in the system, Expected : the locale names will be set from the values of environment variables
094+ Test FAILED.
095+ Done
093- ["mon_grouping"]=>
094- array(2) {
095- [0]=>
096- int(3)
097- [1]=>
098- int(3)
099- }
100- }
101- Checking new locale in the system, Expected : the locale names will be set from the values of environment variables
102- Test PASSED.
103- Done