Searched refs:intlcal_before (Results 1 – 6 of 6) sorted by relevance
57 var_dump(intlcal_before($c));77 error: 0, intlcal_before() expects exactly 2 arguments, 1 given
30 var_dump("3 before 2", intlcal_before($intlcal3, $intlcal2));
183 ZEND_FUNCTION(intlcal_before);236 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)
202 function intlcal_before(IntlCalendar $calendar, IntlCalendar $other): bool {} function
Completed in 18 milliseconds