Searched refs:date_diff (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/tests/classes/ |
H A D | bug65768.phpt | 2 Bug #65768: date_diff accepts only DateTime instance even though docs say about DateTimeInterface 20 $diff3 = date_diff($dt1, $dti2);
|
/PHP-5.6/ext/date/tests/ |
H A D | date_diff.phpt | 2 Extensive test for date_diff(). 25 $diff = date_diff( $dates[$i], $dates[$j] );
|
H A D | bug45682.phpt | 11 $diff = date_diff($date, $other);
|
H A D | date_diff1.phpt | 2 Test for date_diff with timezone abbreviations.
|
/PHP-5.6/ext/date/ |
H A D | php_date.h | 67 PHP_FUNCTION(date_diff);
|
H A D | php_date.c | 425 PHP_FE(date_diff, arginfo_date_diff) 485 PHP_ME_MAPPING(diff, date_diff, arginfo_date_method_diff, 0) 499 PHP_ME_MAPPING(diff, date_diff, arginfo_date_method_diff, 0) 3660 PHP_FUNCTION(date_diff) in PHP_FUNCTION() argument
|
/PHP-5.6/ |
H A D | NEWS | 5723 . Fixed bug where the DateTime object got changed while using date_diff(). 7553 . support for diffing date/times through date_diff() / DateTime::diff().
|
Completed in 62 milliseconds