Searched refs:timezone_location_get (Results 1 – 7 of 7) sorted by relevance
2 timezone_location_get: Test that timezone_location_get returns a correct array of information10 $location = timezone_location_get(new DateTimeZone("Europe/Oslo"));
2 timezone_version_get: Test that timezone_location_get returns a date concatenated with a dot and a …
29 var_dump(timezone_location_get(clone new MyDateTimezone));
44 check(fn() => timezone_location_get($mdtz,));
236 function timezone_location_get(DateTimeZone $object): array|false {} function
556 ZEND_FUNCTION(timezone_location_get);657 ZEND_FE(timezone_location_get, arginfo_timezone_location_get)
4408 PHP_FUNCTION(timezone_location_get) in PHP_FUNCTION() argument
Completed in 57 milliseconds