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");
16 echo "*** Testing strptime() : basic functionality ***\n";
22 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
31 $res = strptime($str, '%H:%M:%S %m/%d/%y');
40 $res = strptime($str, '%A %B %e %R');
51 *** Testing strptime() : basic functionality ***
55 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…
65 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…
75 Deprecated: Function strptime() is deprecated since 8.2, use date_parse_from_format() (for locale-i…