Searched refs:frenchtojd (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/calendar/tests/ |
H A D | frenchtojd.phpt | 2 frenchtojd() 7 echo frenchtojd(-1,-1,-1), "\n"; 8 echo frenchtojd(0,0,0), "\n"; 9 echo frenchtojd(1,1,1), "\n"; 10 echo frenchtojd(14,31,15), "\n";
|
/php-src/ext/calendar/ |
H A D | calendar_arginfo.h | 83 ZEND_FUNCTION(frenchtojd); 103 ZEND_FE(frenchtojd, arginfo_frenchtojd)
|
H A D | calendar.stub.php | 135 function frenchtojd(int $month, int $day, int $year): int {} function
|
H A D | calendar.c | 514 PHP_FUNCTION(frenchtojd) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds