Lines Matching refs:abs
1148 abs(offset->offset / 3600), in date_format()
1149 abs((offset->offset % 3600) / 60)); in date_format()
1215 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1217 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1234 abs(offset->offset / 3600), in date_format()
1235 abs((offset->offset % 3600) / 60) in date_format()
1248 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1249 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1257 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1258 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1360 abs(offset->offset / 3600), in php_idate()
1361 abs((offset->offset % 3600) / 60)); in php_idate()
2337 abs(utc_offset / 3600), in date_object_get_properties_for()
2338 abs(((utc_offset % 3600) / 60))); in date_object_get_properties_for()
2433 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
2434 abs((int)(utc_offset % 3600) / 60)); in php_timezone_to_string()