Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/tests/
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_create_from_format_basic.phpt2 date_create_from_format() return false with wrong params
11 var_dump(date_create_from_format()); // invalid parameters
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-5.3/ext/date/
H A Dphp_date.h54 PHP_FUNCTION(date_create_from_format);
H A Dphp_date.c402 PHP_FE(date_create_from_format, arginfo_date_create_from_format)
449 …PHP_ME_MAPPING(createFromFormat, date_create_from_format, arginfo_date_create_from_format, ZEND_AC…
2532 PHP_FUNCTION(date_create_from_format) in PHP_FUNCTION() argument
/PHP-5.3/
H A DUPGRADING544 date_create_from_format()
H A DNEWS2090 - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
2263 - Fixed bug #50392 (date_create_from_format() enforces 6 digits for 'u'
2900 . date_create_from_format()/DateTime::createFromFormat(): Create a date/time
2905 . date_create_from_format() / DateTime::createFromFormat()

Completed in 40 milliseconds