Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dcalendar_fromDateTime_error.phpt33 var_dump(intlcal_from_date_time());
37 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: bad arguments in %s on line %d
42 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: bad arguments in %s on line %d
45 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: DateTime object is unconstructed in …
48 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: object has an time zone offset that'…
51 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: time zone id 'WEST' extracted from e…
54 Warning: intlcal_from_date_time() expects at least 1 parameter, 0 given in %s on line %d
56 Warning: intlcal_from_date_time(): intlcal_from_date_time: bad arguments in %s on line %d
H A Dcalendar_fromDateTime_basic.phpt32 $cal = intlcal_from_date_time(new DateTime('2012-01-01 00:00:00 +03:40'));
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.h106 PHP_FUNCTION(intlcal_from_date_time);
H A Dcalendar_class.cpp420 …PHP_ME_MAPPING(fromDateTime, intlcal_from_date_time, ainfo_cal_from_date_time, ZEND_ACC_STATIC…
H A Dcalendar_methods.cpp1112 U_CFUNC PHP_FUNCTION(intlcal_from_date_time) in PHP_FUNCTION() argument
/PHP-7.4/ext/intl/
H A Dphp_intl.c819 PHP_FE( intlcal_from_date_time, ainfo_cal_from_date_time )

Completed in 17 milliseconds