Home
last modified time | relevance | path

Searched refs:date_diff (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/date/tests/
H A Ddate_diff.phpt2 Extensive test for date_diff().
25 $diff = date_diff( $dates[$i], $dates[$j] );
H A Dbug45682.phpt11 $diff = date_diff($date, $other);
H A Ddate_diff1.phpt2 Test for date_diff with timezone abbreviations.
/PHP-5.3/ext/date/
H A Dphp_date.h65 PHP_FUNCTION(date_diff);
H A Dphp_date.c413 PHP_FE(date_diff, arginfo_date_diff)
463 PHP_ME_MAPPING(diff, date_diff, arginfo_date_method_diff, 0)
3207 PHP_FUNCTION(date_diff) in PHP_FUNCTION() argument
/PHP-5.3/
H A DUPGRADING542 date_diff()
H A DNEWS1094 . Fixed bug where the DateTime object got changed while using date_diff().
2925 . support for diffing date/times through date_diff() / DateTime::diff().

Completed in 33 milliseconds