Searched refs:timezone_location_get (Results 1 – 6 of 6) 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));
466 ZEND_FUNCTION(timezone_location_get);549 ZEND_FE(timezone_location_get, arginfo_timezone_location_get)630 …ZEND_ME_MAPPING(getLocation, timezone_location_get, arginfo_class_DateTimeZone_getLocation, ZEND_A…
89 function timezone_location_get(DateTimeZone $object): array|false {} function
3717 PHP_FUNCTION(timezone_location_get) in PHP_FUNCTION() argument
Completed in 25 milliseconds