Home
last modified time | relevance | path

Searched refs:abs (Results 26 – 30 of 30) sorted by last modified time

12

/PHP-7.1/ext/date/
H A Dphp_date.c1188 localtime ? abs(offset->offset / 3600) : 0, in date_format()
1207 abs(offset->offset / 3600), in date_format()
1208 abs((offset->offset % 3600) / 60) in date_format()
2275 abs(utc_offset / 60), in date_object_get_properties()
2276 abs((utc_offset % 60))); in date_object_get_properties()
2367 abs(tzobj->tzi.utc_offset / 60), in date_object_get_properties_timezone()
2368 abs((tzobj->tzi.utc_offset % 60))); in date_object_get_properties_timezone()
2406 abs(tzobj->tzi.utc_offset / 60), in date_object_get_debug_info_timezone()
2407 abs((tzobj->tzi.utc_offset % 60))); in date_object_get_debug_info_timezone()
3924 abs(utc_offset / 60), in PHP_FUNCTION()
[all …]
/PHP-7.1/Zend/
H A Dzend_long.h107 # define ZEND_ABS abs
/PHP-7.1/
H A DCODING_STANDARDS245 /* {{{ proto int abs(int number)
247 PHP_FUNCTION(abs)
/PHP-7.1/tests/
H A Dquicktester.inc59 $result = abs(($left-$right) / $left) < 1e-12;
/PHP-7.1/ext/standard/tests/misc/
H A Dbrowscap.ini2386 [Mozilla/5.0 (compatible; Scrubby/*; http://www.scrubtheweb.com/abs/meta-check.html)]

Completed in 155 milliseconds

12