Searched refs:intlcal_from_date_time (Results 1 – 6 of 6) sorted by relevance
32 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: DateTime object is unconstructed in …35 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: object has an time zone offset that'…38 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: time zone id 'WEST' extracted from e…
32 $cal = intlcal_from_date_time(new DateTime('2012-01-01 00:00:00 +03:40'));
171 ZEND_FUNCTION(intlcal_from_date_time);224 …ZEND_ME_MAPPING(fromDateTime, intlcal_from_date_time, arginfo_class_IntlCalendar_fromDateTime, ZEN…
942 U_CFUNC PHP_FUNCTION(intlcal_from_date_time) in PHP_FUNCTION() argument
830 ZEND_FUNCTION(intlcal_from_date_time);1020 ZEND_FE(intlcal_from_date_time, arginfo_intlcal_from_date_time)
96 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {} function
Completed in 18 milliseconds