Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/date/
H A Dphp_date.stub.php233 function timezone_location_get(DateTimeZone $object): array|false {} function
H A Dphp_date_arginfo.h539 ZEND_FUNCTION(timezone_location_get);
636 ZEND_FE(timezone_location_get, arginfo_timezone_location_get)
723 …ZEND_ME_MAPPING(getLocation, timezone_location_get, arginfo_class_DateTimeZone_getLocation, ZEND_A…
H A Dphp_date.c4226 PHP_FUNCTION(timezone_location_get) in PHP_FUNCTION() argument

Completed in 32 milliseconds