Home
last modified time | relevance | path

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

/PHP-7.0/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";
H A Djuliantojd_overflow.phpt2 juliantojd()
8 echo juliantojd(5, 5, 6000000000) . "\n";
/PHP-7.0/ext/calendar/
H A Dphp_calendar.h18 PHP_FUNCTION(juliantojd);
H A Dcalendar.c136 PHP_FE(juliantojd, arginfo_juliantojd)
497 PHP_FUNCTION(juliantojd) in PHP_FUNCTION() argument

Completed in 9 milliseconds