Searched refs:date_parse_from_format (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/date/tests/ |
H A D | date-lenient.phpt | 6 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 D | date-parse-by-format001.phpt | 6 print_r( date_parse_from_format( '!m/d/y', $date ) ); 7 print_r( date_parse_from_format( '!m*d*y', $date ) );
|
H A D | bug51994.phpt | 2 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 D | bug67251.phpt | 2 Bug #67251 (date_parse_from_format out-of-bounds read) 7 var_dump(date_parse_from_format("\\","AAAABBBB"));
|
H A D | bug72963.phpt | 29 $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 D | bug50392.phpt | 12 $result = date_parse_from_format('Y-m-d H:i:s.u', $string);
|
H A D | bug67253.phpt | 8 var_dump(date_parse_from_format("aHa0", "0=G{$z}9UCNnF"));
|
H A D | test-parse-from-format.phpt | 2 date_create_from_format() and date_parse_from_format(). 19 var_dump(date_parse_from_format( $format, $formatted ) );
|
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 46 function date_parse_from_format(string $format, string $datetime): array {} function
|
H A D | php_date_arginfo.h | 446 ZEND_FUNCTION(date_parse_from_format); 529 ZEND_FE(date_parse_from_format, arginfo_date_parse_from_format)
|
H A D | php_date.c | 2810 PHP_FUNCTION(date_parse_from_format) in PHP_FUNCTION() argument
|
Completed in 30 milliseconds