Home
last modified time | relevance | path

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

/PHP-7.4/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));
25 Warning: IntlDateFormatter::getCalendarObject(): datefmt_get_calendar_object: unable to parse input…
28 Warning: datefmt_get_calendar_object() expects exactly 1 parameter, 2 given in %s on line %d
30 Warning: datefmt_get_calendar_object(): datefmt_get_calendar_object: unable to parse input params i…
33 Warning: datefmt_get_calendar_object() expects exactly 1 parameter, 2 given in %s on line %d
35 Warning: datefmt_get_calendar_object(): datefmt_get_calendar_object: unable to parse input params i…
38 Warning: datefmt_get_calendar_object() expects parameter 1 to be IntlDateFormatter, object given in…
40 Warning: datefmt_get_calendar_object(): datefmt_get_calendar_object: unable to parse input params i…
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attrcpp.h30 PHP_FUNCTION(datefmt_get_calendar_object);
H A Ddateformat_attrcpp.cpp156 U_CFUNC PHP_FUNCTION(datefmt_get_calendar_object) in PHP_FUNCTION() argument
H A Ddateformat_class.c166 …PHP_NAMED_FE( getCalendarObject, ZEND_FN( datefmt_get_calendar_object ), arginfo_intldateformatter…
/PHP-7.4/ext/intl/
H A Dphp_intl.c709 PHP_FE( datefmt_get_calendar_object, arginfo_msgfmt_get_locale )

Completed in 13 milliseconds