Searched refs:fromDateTime (Results 1 – 9 of 9) sorted by relevance
2 IntlCalendar::fromDateTime(): errors14 IntlCalendar::fromDateTime("foobar");22 var_dump(IntlCalendar::fromDateTime(new A));25 var_dump(IntlCalendar::fromDateTime($date));28 var_dump(IntlCalendar::fromDateTime($date));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…
2 IntlCalendar::fromDateTime(): basic test13 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00 Europe/Rome');22 $cal = IntlCalendar::fromDateTime(new DateTime('2012-01-01 00:00:00 PST'), "pt_PT");
13 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00'); //Europe/Lisbon20 $cal = IntlCalendar::fromDateTime('2012-01-01 05:00:00+03:00');
14 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00'); //Europe/Lisbon21 $cal = IntlCalendar::fromDateTime('2012-01-01 05:00:00+03:00');
56 public static function fromDateTime(DateTime|string $datetime, ?string $locale = null) {} function in IntlCalendar
224 …ZEND_ME_MAPPING(fromDateTime, intlcal_from_date_time, arginfo_class_IntlCalendar_fromDateTime, ZEN…
Completed in 14 milliseconds