Home
last modified time | relevance | path

Searched refs:datefmt_get_calendar_object (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/ext/intl/tests/
H A Ddateformat_getCalendarObject_error.phpt16 var_dump(datefmt_get_calendar_object($df, 9));
17 var_dump(datefmt_get_calendar_object($df, 9));
18 var_dump(datefmt_get_calendar_object(new stdclass));
26 Warning: IntlDateFormatter::getCalendarObject(): datefmt_get_calendar_object: unable to parse input…
29 Warning: datefmt_get_calendar_object() expects exactly 1 parameter, 2 given in %s on line %d
31 Warning: datefmt_get_calendar_object(): datefmt_get_calendar_object: unable to parse input params i…
34 Warning: datefmt_get_calendar_object() expects exactly 1 parameter, 2 given in %s on line %d
36 Warning: datefmt_get_calendar_object(): datefmt_get_calendar_object: unable to parse input params i…
39 Warning: datefmt_get_calendar_object() expects parameter 1 to be IntlDateFormatter, object given in…
41 Warning: datefmt_get_calendar_object(): datefmt_get_calendar_object: unable to parse input params i…
/PHP-5.6/ext/intl/dateformat/
H A Ddateformat_attrcpp.h32 PHP_FUNCTION(datefmt_get_calendar_object);
H A Ddateformat_attrcpp.cpp169 U_CFUNC PHP_FUNCTION(datefmt_get_calendar_object) in PHP_FUNCTION() argument
H A Ddateformat_class.c176 …PHP_NAMED_FE( getCalendarObject, ZEND_FN( datefmt_get_calendar_object ), arginfo_intldateformatter…
/PHP-5.6/ext/intl/
H A Dphp_intl.c713 PHP_FE( datefmt_get_calendar_object, arginfo_msgfmt_get_locale )
/PHP-5.6/
H A DNEWS3668 . Added the functions: datefmt_format_object(), datefmt_get_calendar_object(),
3670 datefmt_get_calendar_object(), intlcal_create_instance(). (Gustavo)

Completed in 38 milliseconds