Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp222 offset_arg; in PHP_FUNCTION() local
232 &zoneType, &region, &region_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()
244 if (offset_arg < (zend_long)INT32_MIN || offset_arg > (zend_long)INT32_MAX) { in PHP_FUNCTION()
249 offset = (int32_t)offset_arg; in PHP_FUNCTION()

Completed in 6 milliseconds