Home
last modified time | relevance | path

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

/php-src/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 Dbug72963.phpt29 $d3 = date_parse_from_format('m/d/Y', $string);
89 date_parse_from_format(): Argument #2 ($datetime) must not contain any null bytes
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().
21 var_dump(date_parse_from_format( $format, $formatted ) );
/php-src/ext/date/
H A Dphp_date.stub.php172 function date_parse_from_format(string $format, string $datetime): array {} function
H A Dphp_date_arginfo.h536 ZEND_FUNCTION(date_parse_from_format);
637 ZEND_FE(date_parse_from_format, arginfo_date_parse_from_format)
H A Dphp_date.c3213 PHP_FUNCTION(date_parse_from_format) in PHP_FUNCTION() argument

Completed in 38 milliseconds