Home
last modified time | relevance | path

Searched refs:intlcal_before (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Dcalendar_before_after_error.phpt59 var_dump(intlcal_before($c));
79 error: 0, intlcal_before() expects exactly 2 arguments, 1 given
H A Dcalendar_equals_before_after_basic.phpt32 var_dump("3 before 2", intlcal_before($intlcal3, $intlcal2));
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h169 ZEND_FUNCTION(intlcal_before);
222 ZEND_ME_MAPPING(before, intlcal_before, arginfo_class_IntlCalendar_before, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp365 U_CFUNC PHP_FUNCTION(intlcal_before) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h799 ZEND_FUNCTION(intlcal_before);
989 ZEND_FE(intlcal_before, arginfo_intlcal_before)
H A Dphp_intl.stub.php33 function intlcal_before(IntlCalendar $calendar, IntlCalendar $other): bool {} function

Completed in 25 milliseconds