Searched refs:intlcal_is_weekend (Results 1 – 6 of 6) sorted by relevance
18 var_dump(intlcal_is_weekend($c, "jj"));19 var_dump(intlcal_is_weekend(1));23 Warning: IntlCalendar::isWeekend(): intlcal_is_weekend: bad arguments in %s on line %d28 Warning: IntlCalendar::isWeekend(): intlcal_is_weekend: bad arguments in %s on line %d31 Warning: intlcal_is_weekend() expects parameter 2 to be float, string given in %s on line %d33 Warning: intlcal_is_weekend(): intlcal_is_weekend: bad arguments in %s on line %d36 Fatal error: Uncaught TypeError: Argument 1 passed to intlcal_is_weekend() must be an instance of I…38 #0 %s(%d): intlcal_is_weekend(1)
16 var_dump(intlcal_is_weekend($intlcal, strtotime('2012-02-29 12:00:00 +0000') * 1000));
88 PHP_FUNCTION(intlcal_is_weekend);
411 PHP_ME_MAPPING(isWeekend, intlcal_is_weekend, ainfo_cal_date_optional, ZEND_ACC_PUBLIC)
905 U_CFUNC PHP_FUNCTION(intlcal_is_weekend) in PHP_FUNCTION() argument
814 PHP_FE( intlcal_is_weekend, ainfo_cal_date_optional )
Completed in 16 milliseconds