Lines Matching refs:abs
1038 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1039 localtime ? abs((offset->offset % 3600) / 60) : 0 ); in date_format()
1103 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1105 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1122 abs(offset->offset / 3600), in date_format()
1123 abs((offset->offset % 3600) / 60) in date_format()
1136 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1137 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1145 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1146 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
1249 !localtime ? abs(offset->offset / 3600) : 0, in php_idate()
1250 !localtime ? abs((offset->offset % 3600) / 60) : 0 ); in php_idate()
2148 abs(utc_offset / 60), in date_object_get_properties()
2149 abs((utc_offset % 60))); in date_object_get_properties()
3303 abs(utc_offset / 60), in PHP_FUNCTION()
3304 abs((utc_offset % 60))); in PHP_FUNCTION()