Home
last modified time | relevance | path

Searched refs:date_create_from_format (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/date/tests/
H A Ddate-lenient-create.phpt8 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 Dbug45554.phpt8 $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 Ddate_create_from_format_basic2.phpt2 date_create_from_format() return false
10 var_dump(date_create_from_format('Y-m-d', '2009---01')); // invalid date
H A Ddate_time_fractions_create_from_format.phpt7 $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 Dbug50392.phpt2 Bug #50392 (date_create_from_format enforces 6 digits for 'u' format character)
H A Dtest-parse-from-format.phpt2 date_create_from_format() and date_parse_from_format().
14 $date2 = date_create_from_format( $format, $formatted );
/PHP-8.0/ext/date/
H A Dphp_date_arginfo.h443 ZEND_FUNCTION(date_create_from_format);
526 ZEND_FE(date_create_from_format, arginfo_date_create_from_format)
581 …ZEND_ME_MAPPING(createFromFormat, date_create_from_format, arginfo_class_DateTime_createFromFormat…
H A Dphp_date.stub.php38 function date_create_from_format( function
H A Dphp_date.c2388 PHP_FUNCTION(date_create_from_format) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS674 . Fixed bug #79580 (date_create_from_format misses leap year). (Derick)

Completed in 32 milliseconds