Home
last modified time | relevance | path

Searched refs:date_offset_get (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/date/tests/
H A Ddate_offset_get_basic1.phpt2 Test date_offset_get() function : basic functionality
8 echo "*** Testing date_offset_get() : basic functionality ***\n";
13 echo "Winter offset: " . date_offset_get($winter) / 3600 . " hours\n";
14 echo "Summer offset: " . date_offset_get($summer) / 3600 . " hours\n";
18 *** Testing date_offset_get() : basic functionality ***
H A DDateTimeImmutable_uninitialised_exceptions.phpt39 check(fn() => date_offset_get($mdti));
H A DDateTime_uninitialised_exceptions.phpt41 check(fn() => date_offset_get($mdt));
/PHP-8.3/ext/date/
H A Dphp_date_arginfo.h527 ZEND_FUNCTION(date_offset_get);
624 ZEND_FE(date_offset_get, arginfo_date_offset_get)
680 ZEND_ME_MAPPING(getOffset, date_offset_get, arginfo_class_DateTime_getOffset, ZEND_ACC_PUBLIC)
701 …ZEND_ME_MAPPING(getOffset, date_offset_get, arginfo_class_DateTimeImmutable_getOffset, ZEND_ACC_PU…
H A Dphp_date.stub.php194 function date_offset_get(DateTimeInterface $object): int {} function
H A Dphp_date.c3517 PHP_FUNCTION(date_offset_get) in PHP_FUNCTION() argument

Completed in 32 milliseconds