Searched refs:intlcal_before (Results 1 – 6 of 6) sorted by relevance
59 var_dump(intlcal_before($c));79 error: 0, intlcal_before() expects exactly 2 arguments, 1 given
32 var_dump("3 before 2", intlcal_before($intlcal3, $intlcal2));
169 ZEND_FUNCTION(intlcal_before);222 ZEND_ME_MAPPING(before, intlcal_before, arginfo_class_IntlCalendar_before, ZEND_ACC_PUBLIC)
365 U_CFUNC PHP_FUNCTION(intlcal_before) in PHP_FUNCTION() argument
799 ZEND_FUNCTION(intlcal_before);989 ZEND_FE(intlcal_before, arginfo_intlcal_before)
33 function intlcal_before(IntlCalendar $calendar, IntlCalendar $other): bool {} function
Completed in 14 milliseconds