Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/tests/
H A Dcalendar_fromDateTime_error.phpt30 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: DateTime object is unconstructed in …
33 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: object has an time zone offset that'…
36 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: time zone id 'WEST' extracted from e…
H A Dcalendar_fromDateTime_basic.phpt30 $cal = intlcal_from_date_time(new DateTime('2012-01-01 00:00:00 +03:40'));
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_arginfo.h215 ZEND_FUNCTION(intlcal_from_date_time);
272 …ZEND_ME_MAPPING(fromDateTime, intlcal_from_date_time, arginfo_class_IntlCalendar_fromDateTime, ZEN…
H A Dcalendar_methods.cpp992 U_CFUNC PHP_FUNCTION(intlcal_from_date_time) in PHP_FUNCTION() argument
/PHP-8.3/ext/intl/
H A Dphp_intl_arginfo.h830 ZEND_FUNCTION(intlcal_from_date_time);
1020 ZEND_FE(intlcal_from_date_time, arginfo_intlcal_from_date_time)
H A Dphp_intl.stub.php265 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {} function

Completed in 37 milliseconds