Searched refs:jewishtojd (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/calendar/tests/ |
H A D | jewishtojd.phpt | 2 jewishtojd() 7 echo jewishtojd(-1,-1,-1). "\n"; 8 echo jewishtojd(0,0,0). "\n"; 9 echo jewishtojd(1,1,1). "\n"; 10 echo jewishtojd(2,22,5763). "\n";
|
H A D | jdtojewish_hebrew.phpt | 11 $jd = jewishtojd($month, 1, $year);
|
/PHP-8.1/ext/calendar/ |
H A D | calendar_arginfo.h | 93 ZEND_FUNCTION(jewishtojd); 114 ZEND_FE(jewishtojd, arginfo_jewishtojd)
|
H A D | calendar.stub.php | 43 function jewishtojd(int $month, int $day, int $year): int {} function
|
H A D | calendar.c | 507 PHP_FUNCTION(jewishtojd) in PHP_FUNCTION() argument
|
Completed in 11 milliseconds