Lines Matching refs:strptime
2 Test strptime() function : basic functionality
5 if (!function_exists('strptime')) {
6 die("skip - strptime() function not available in this build");
9 die("skip strptime() behaves differently on Darwin/BSD");
18 echo "*** Testing strptime() : basic functionality ***\n";
24 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
27 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
30 var_dump(strptime($str, '%A %B %e %R'));
35 *** Testing strptime() : basic functionality ***
39 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…
63 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…
87 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…