Searched refs:intltz_create_time_zone (Results 1 – 6 of 6) sorted by relevance
9 $tz1 = intltz_create_time_zone('Europe/Lisbon');10 $tz2 = intltz_create_time_zone('Europe/Lisbon');16 var_dump($tz1 == intltz_create_time_zone('Portugal'));
10 $tz = intltz_create_time_zone('GMT+01:00');
105 ZEND_FUNCTION(intltz_create_time_zone);
49 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() argument
569 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} function
945 ZEND_FUNCTION(intltz_create_time_zone);1132 ZEND_FE(intltz_create_time_zone, arginfo_intltz_create_time_zone)
Completed in 18 milliseconds