Searched refs:jewishtojd (Results 1 – 6 of 6) sorted by relevance
/php-src/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 | gh16234.phpt | 2 GH-16234 jewishtojd overflow on year argument 7 jewishtojd(1218182888, 1, 1218182888);
|
H A D | jdtojewish_hebrew.phpt | 11 $jd = jewishtojd($month, 1, $year);
|
/php-src/ext/calendar/ |
H A D | calendar_arginfo.h | 92 ZEND_FUNCTION(jewishtojd); 112 ZEND_FE(jewishtojd, arginfo_jewishtojd)
|
H A D | calendar.stub.php | 153 function jewishtojd(int $month, int $day, int $year): int {} function
|
H A D | calendar.c | 485 PHP_FUNCTION(jewishtojd) in PHP_FUNCTION() argument
|
Completed in 10 milliseconds