Home
last modified time | relevance | path

Searched refs:date_parse_from_format (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/date/tests/
H A Ddate-lenient.phpt6 print_r( date_parse_from_format( 'm/d/y', $date ) );
7 print_r( date_parse_from_format( 'm/d/y+', $date ) );
8 print_r( date_parse_from_format( '+m/d/y', $date ) );
9 print_r( date_parse_from_format( 'm/d/y++', $date ) );
12 print_r( date_parse_from_format( 'm/d/y+', $date ) );
13 print_r( date_parse_from_format( '+m/d/y', $date ) );
H A Ddate-parse-by-format001.phpt6 print_r( date_parse_from_format( '!m/d/y', $date ) );
7 print_r( date_parse_from_format( '!m*d*y', $date ) );
H A Dbug51994.phpt2 Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format)
6 $a_date = date_parse_from_format('yz', $trans_date);
H A Dbug67251.phpt2 Bug #67251 (date_parse_from_format out-of-bounds read)
7 var_dump(date_parse_from_format("\\","AAAABBBB"));
H A Dbug50392.phpt12 $result = date_parse_from_format('Y-m-d H:i:s.u', $string);
H A Dbug67253.phpt8 var_dump(date_parse_from_format("aHa0", "0=G{$z}9UCNnF"));
H A Dtest-parse-from-format.phpt2 date_create_from_format() and date_parse_from_format().
19 var_dump(date_parse_from_format( $format, $formatted ) );
/PHP-7.4/ext/date/
H A Dphp_date.h56 PHP_FUNCTION(date_parse_from_format);
H A Dphp_date.c440 PHP_FE(date_parse_from_format, arginfo_date_parse_from_format)
3206 PHP_FUNCTION(date_parse_from_format) in PHP_FUNCTION() argument

Completed in 23 milliseconds