Home
last modified time | relevance | path

Searched refs:timezone_location_get (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/date/tests/
H A Dtimezone_location_get.phpt2 timezone_location_get: Test that timezone_location_get returns a correct array of information
10 $location = timezone_location_get(new DateTimeZone("Europe/Oslo"));
H A Dtimezone_version_get_basic1.phpt2 timezone_version_get: Test that timezone_location_get returns a date concatenated with a dot and a …
H A Dbug48476.phpt29 var_dump(timezone_location_get(clone new MyDateTimezone));
H A DDateTimeZone_uninitialised_exceptions.phpt44 check(fn() => timezone_location_get($mdtz,));
/php-src/ext/date/
H A Dphp_date.stub.php233 function timezone_location_get(DateTimeZone $object): array|false {} function
H A Dphp_date_arginfo.h556 ZEND_FUNCTION(timezone_location_get);
657 ZEND_FE(timezone_location_get, arginfo_timezone_location_get)
H A Dphp_date.c4420 PHP_FUNCTION(timezone_location_get) in PHP_FUNCTION() argument

Completed in 34 milliseconds