Searched refs:hebrew (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/calendar/tests/ |
H A D | jdtojewish_hebrew.phpt | 2 Test all hebrew month names 14 $hebrew = jdtojewish($jd, true); 15 $hex = bin2hex($hebrew);
|
/PHP-8.0/ext/intl/tests/ |
H A D | calendar_getType_basic.phpt | 16 $intlcal = IntlCalendar::createInstance(null, "nl_NL@calendar=hebrew"); 21 string(6) "hebrew"
|
H A D | dateformat_calendars_variant3.phpt | 23 $fmt3 = new IntlDateFormatter('en_US@calendar=hebrew', 32 new IntlDateFormatter('en_US@calendar=hebrew',
|
H A D | dateformat_calendars.phpt | 23 $fmt3 = new IntlDateFormatter('en_US@calendar=hebrew', 32 new IntlDateFormatter('en_US@calendar=hebrew',
|
H A D | dateformat_calendars_variant2.phpt | 24 $fmt3 = new IntlDateFormatter('en_US@calendar=hebrew', 33 new IntlDateFormatter('en_US@calendar=hebrew',
|
/PHP-8.0/ext/calendar/ |
H A D | calendar.stub.php | 29 function jdtojewish(int $julian_day, bool $hebrew = false, int $flags = 0): string {} argument
|
H A D | calendar_arginfo.h | 59 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, hebrew, _IS_BOOL, 0, "false")
|
Completed in 8 milliseconds