Searched refs:jdtojewish (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/calendar/tests/ |
H A D | jdtojewish.phpt | 2 jdtojewish() function 8 var_dump(jdtojewish(gregoriantojd(10,28,2002))."\r\n". 9 jdtojewish(gregoriantojd(10,28,2002),true)."\r\n". 10 jdtojewish(gregoriantojd(10,28,2002),true, CAL_JEWISH_ADD_ALAFIM_GERESH)."\r\n". 11 jdtojewish(gregoriantojd(10,28,2002),true, CAL_JEWISH_ADD_ALAFIM)."\r\n". 14 jdtojewish(gregoriantojd(10,8,2002),true, CAL_JEWISH_ADD_GERESHAYIM)."\r\n". 18 jdtojewish(gregoriantojd(3,10,2007))."\r\n"); 20 echo jdtojewish(gregoriantojd(11,5,2002)) . "\n"; 21 echo jdtojewish(gregoriantojd(11,29,2004)) . "\n"; 22 echo jdtojewish(gregoriantojd(1,1,9998)) . "\n"; [all …]
|
H A D | jdtojewish_overflow.phpt | 2 jdtojewish(): test overflow 10 echo $i, ':', jdtojewish($i), PHP_EOL;
|
H A D | jdtojewish64.phpt | 15 foreach ($a as $x) var_dump(jdtojewish($x));
|
H A D | jdtojewish_hebrew.phpt | 12 $hebrew = jdtojewish($jd, true);
|
H A D | bug54254.phpt | 2 Bug #54254 (cal_days_in_month incompatible with jdtojewish in non-leap-years)
|
/php-src/ext/calendar/ |
H A D | calendar_arginfo.h | 89 ZEND_FUNCTION(jdtojewish); 109 ZEND_FE(jdtojewish, arginfo_jdtojewish)
|
H A D | calendar.stub.php | 147 function jdtojewish(int $julian_day, bool $hebrew = false, int $flags = 0): string {} function
|
H A D | calendar.c | 452 PHP_FUNCTION(jdtojewish) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds