Searched refs:date_create_from_format (Results 1 – 11 of 11) sorted by relevance
/PHP-8.4/ext/date/tests/ |
H A D | date-lenient-create.phpt | 8 print_r( date_create_from_format( 'm/d/y', $date , $tz) ); 11 print_r( date_create_from_format( 'm/d/y+', $date , $tz)->setTime(0, 0) ); 14 print_r( date_create_from_format( '+m/d/y', $date , $tz)->setTime(0, 0) ); 17 print_r( date_create_from_format( 'm/d/y++', $date , $tz)->setTime(0, 0) ); 22 print_r( date_create_from_format( 'm/d/y+', $date , $tz)->setTime(0, 0) ); 25 print_r( date_create_from_format( '+m/d/y', $date , $tz)->setTime(0, 0) );
|
H A D | bug45554.phpt | 8 $d = date_create_from_format($format, "03-15-2005 12:22:29.000000 PST"); 11 $d = date_create_from_format($format, "03-15-2005 12:22:29.001001 PST"); 14 $d = date_create_from_format($format, "03-15-2005 12:22:29.0010 PST");
|
H A D | date_create_from_format_basic2.phpt | 2 date_create_from_format() return false 10 var_dump(date_create_from_format('Y-m-d', '2009---01')); // invalid date
|
H A D | bug80610.phpt | 5 $expectEaster = date_create_from_format('Y-m-d H:i:s', '2020-04-12 12:00:00', new DateTimeZone('Eur… 11 $expectEaster = date_create_from_format('Y-m-d H:i:s', '2020-04-12 12:00:00', new DateTimeZone('Eur… 17 $expectEaster = date_create_from_format('Y-m-d H:i:s', '2020-04-12 12:00:00', new DateTimeZone('Eur…
|
H A D | date_time_fractions_create_from_format.phpt | 7 $dt = date_create_from_format( "Y-m-d H:i:s.u", "2016-10-03 12:47:18.819313" ); 10 $dt = date_create_from_format( "U.u", "1475500799.176312" );
|
H A D | bug50392.phpt | 2 Bug #50392 (date_create_from_format enforces 6 digits for 'u' format character)
|
H A D | test-parse-from-format.phpt | 2 date_create_from_format() and date_parse_from_format(). 16 $date2 = date_create_from_format( $format, $formatted );
|
H A D | bug79580.phpt | 2 Bug #79580: date_create_from_format misses leap year
|
/PHP-8.4/ext/date/ |
H A D | php_date.stub.php | 158 function date_create_from_format( function
|
H A D | php_date_arginfo.h | 533 ZEND_FUNCTION(date_create_from_format); 634 ZEND_FE(date_create_from_format, arginfo_date_create_from_format)
|
H A D | php_date.c | 2620 PHP_FUNCTION(date_create_from_format) in PHP_FUNCTION() argument
|
Completed in 32 milliseconds