@@ -23,29 +23,29 @@ var_dump(gmstrftime("blah", $t));
23
23
echo "Done \n" ;
24
24
?>
25
25
--EXPECTF--
26
- Deprecated: Function strftime() is deprecated in %s on line %d
26
+ Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
27
27
bool(false)
28
28
29
- Deprecated: Function strftime() is deprecated in %s on line %d
29
+ Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
30
30
string(%d) "Tue Tuesday Jun June Tue Jun 27 00:00:00 2006 %s
31
31
%s %"
32
32
33
- Deprecated: Function strftime() is deprecated in %s on line %d
33
+ Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
34
34
string(5) "%q %a"
35
35
36
- Deprecated: Function strftime() is deprecated in %s on line %d
36
+ Deprecated: Function strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
37
37
string(4) "blah"
38
38
39
- Deprecated: Function gmstrftime() is deprecated in %s on line %d
39
+ Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
40
40
bool(false)
41
41
42
- Deprecated: Function gmstrftime() is deprecated in %s on line %d
42
+ Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
43
43
string(%d) "Mon Monday Jun June Mon Jun 26 21:00:00 2006 %s
44
44
%s %"
45
45
46
- Deprecated: Function gmstrftime() is deprecated in %s on line %d
46
+ Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
47
47
string(5) "%q %a"
48
48
49
- Deprecated: Function gmstrftime() is deprecated in %s on line %d
49
+ Deprecated: Function gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
50
50
string(4) "blah"
51
51
Done
0 commit comments