Searched refs:juliantojd (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/calendar/tests/ |
H A D | juliantojd.phpt | 2 juliantojd() 7 echo juliantojd( 0, 0, 0). "\n"; 8 echo juliantojd( 1, 1, 1582). "\n"; 9 echo juliantojd(10, 5, 1582). "\n"; 10 echo juliantojd( 1, 1, 1970). "\n"; 11 echo juliantojd( 1, 1, 2999). "\n"; 12 echo juliantojd( 1, 1, -4713). "\n";
|
H A D | juliantojd_overflow.phpt | 2 juliantojd() 9 echo juliantojd(5, 5, 6000000000) . "\n";
|
/php-src/ext/calendar/ |
H A D | calendar_arginfo.h | 93 ZEND_FUNCTION(juliantojd); 113 ZEND_FE(juliantojd, arginfo_juliantojd)
|
H A D | calendar.stub.php | 155 function juliantojd(int $month, int $day, int $year): int {} function
|
H A D | calendar.c | 343 PHP_FUNCTION(juliantojd) in PHP_FUNCTION() argument
|
Completed in 8 milliseconds