You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/intl/tests/dateformat___construct_bad_tz_cal.phpt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,6 @@ try {
29
29
}
30
30
?>
31
31
--EXPECT--
32
-
Exception: datefmt_create: No such time zone: 'bad timezone'
32
+
Exception: IntlDateFormatter::__construct(): No such time zone: "bad timezone"
33
33
Exception: IntlDateFormatter::__construct(): Invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object
34
-
Exception: IntlDateFormatter::__construct(): Argument #5 ($calendar) must be of type IntlCalendar|int|null, stdClass given
34
+
Exception: IntlDateFormatter::__construct(): Argument #5 ($calendar) must be of type IntlCalendar|int|null, stdClass given
Copy file name to clipboardExpand all lines: ext/intl/tests/transliterator_transliterate_variant1.phpt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ Warning: transliterator_transliterate(): String conversion of id to UTF-16 faile
28
28
29
29
Warning: transliterator_transliterate(): Could not create transliterator with ID %s
30
30
31
-
String conversion of id to UTF-16 failed: U_INVALID_CHAR_FOUND
31
+
transliterator_transliterate(): String conversion of id to UTF-16 failed: U_INVALID_CHAR_FOUND
32
32
33
33
Warning: transliterator_transliterate(): unable to open ICU transliterator with id "inexistent id" in %s on line %d
34
34
35
-
Warning: transliterator_transliterate(): Could not create transliterator with ID "inexistent id" (transliterator_create(): unable to open ICU transliterator with id "inexistent id": U_INVALID_ID) in %s on line %d
35
+
Warning: transliterator_transliterate(): Could not create transliterator with ID "inexistent id" (transliterator_transliterate(): unable to open ICU transliterator with id "inexistent id": U_INVALID_ID) in %s on line %d
36
36
37
-
transliterator_create(): unable to open ICU transliterator with id "inexistent id": U_INVALID_ID
37
+
transliterator_transliterate(): unable to open ICU transliterator with id "inexistent id": U_INVALID_ID
0 commit comments