Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp237 offset_arg; in PHP_FUNCTION() local
247 &zoneType, &region, &region_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()
261 if (offset_arg < (zend_long)INT32_MIN || offset_arg > (zend_long)INT32_MAX) { in PHP_FUNCTION()
266 offset = (int32_t)offset_arg; in PHP_FUNCTION()

Completed in 6 milliseconds