Lines Matching refs:abs
654 abs(offset->offset / 3600), in date_format()
655 abs((offset->offset % 3600) / 60)); in date_format()
727 localtime ? abs(offset->offset / 3600) : 0, in date_format()
729 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
746 abs(offset->offset / 3600), in date_format()
747 abs((offset->offset % 3600) / 60) in date_format()
760 localtime ? abs(offset->offset / 3600) : 0, in date_format()
761 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
769 localtime ? abs(offset->offset / 3600) : 0, in date_format()
770 localtime ? abs((offset->offset % 3600) / 60) : 0 in date_format()
872 abs(offset->offset / 3600), in php_idate()
873 abs((offset->offset % 3600) / 60)); in php_idate()
1867 abs(utc_offset / 3600), in date_object_get_properties_for()
1868 abs(((utc_offset % 3600) / 60))); in date_object_get_properties_for()
1976 abs((int)(utc_offset / 3600)), in php_timezone_to_string()
1977 abs((int)(utc_offset % 3600) / 60), in php_timezone_to_string()
1978 abs(seconds)); in php_timezone_to_string()