Lines Matching refs:abs
1062 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1063 localtime ? abs((offset->offset % 3600) / 60) : 0 ); in date_format()
1124 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1126 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1143 abs(offset->offset / 3600), in date_format()
1144 abs((offset->offset % 3600) / 60) in date_format()
1157 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1158 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1166 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1167 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1271 !localtime ? abs(offset->offset / 3600) : 0, in php_idate()
1272 !localtime ? abs((offset->offset % 3600) / 60) : 0 ); in php_idate()
2160 abs(utc_offset / 60), in date_object_get_properties()
2161 abs((utc_offset % 60))); in date_object_get_properties()
3327 abs(utc_offset / 60), in PHP_FUNCTION()
3328 abs((utc_offset % 60))); in PHP_FUNCTION()