Searched refs:hebrew (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/calendar/tests/ |
H A D | jdtojewish_hebrew.phpt | 2 Test all hebrew month names 12 $hebrew = jdtojewish($jd, true); 13 $hex = bin2hex($hebrew);
|
/PHP-8.1/ext/intl/tests/ |
H A D | calendar_getType_basic.phpt | 14 $intlcal = IntlCalendar::createInstance(null, "nl_NL@calendar=hebrew"); 19 string(6) "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',
|
H A D | dateformat_calendars_variant3.phpt | 24 $fmt3 = new IntlDateFormatter('en_US@calendar=hebrew', 33 new IntlDateFormatter('en_US@calendar=hebrew',
|
H A D | dateformat_calendars_variant_icu72-1.phpt | 23 $fmt3 = new IntlDateFormatter('en_US@calendar=hebrew', 32 new IntlDateFormatter('en_US@calendar=hebrew',
|
/PHP-8.1/ext/calendar/ |
H A D | calendar.stub.php | 37 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 14 milliseconds