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');
109 ZEND_FUNCTION(intltz_create_time_zone);
49 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() argument
571 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} function
953 ZEND_FUNCTION(intltz_create_time_zone);1144 ZEND_FE(intltz_create_time_zone, arginfo_intltz_create_time_zone)
Completed in 16 milliseconds