Lines Matching refs:abs
1108 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1109 localtime ? abs((offset->offset % 3600) / 60) : 0 ); in date_format()
1175 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1177 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1194 abs(offset->offset / 3600), in date_format()
1195 abs((offset->offset % 3600) / 60) in date_format()
1208 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1209 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1217 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1218 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1318 !localtime ? abs(offset->offset / 3600) : 0, in php_idate()
1319 !localtime ? abs((offset->offset % 3600) / 60) : 0 ); in php_idate()
2261 abs(utc_offset / 60), in date_object_get_properties()
2262 abs((utc_offset % 60))); in date_object_get_properties()
2353 abs(tzobj->tzi.utc_offset / 60), in date_object_get_properties_timezone()
2354 abs((tzobj->tzi.utc_offset % 60))); in date_object_get_properties_timezone()
3821 abs(utc_offset / 60), in PHP_FUNCTION()
3822 abs((utc_offset % 60))); in PHP_FUNCTION()