Home
last modified time | relevance | path

Searched refs:juliantojd (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/calendar/tests/
H A Djuliantojd.phpt2 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 Djuliantojd_overflow.phpt2 juliantojd()
9 echo juliantojd(5, 5, 6000000000) . "\n";
/PHP-8.3/ext/calendar/
H A Dcalendar_arginfo.h94 ZEND_FUNCTION(juliantojd);
115 ZEND_FE(juliantojd, arginfo_juliantojd)
H A Dcalendar.stub.php155 function juliantojd(int $month, int $day, int $year): int {} function
H A Dcalendar.c343 PHP_FUNCTION(juliantojd) in PHP_FUNCTION() argument

Completed in 8 milliseconds