Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dcalendar_before_after_error.phpt57 var_dump(intlcal_before($c));
77 error: 0, intlcal_before() expects exactly 2 arguments, 1 given
H A Dcalendar_equals_before_after_basic.phpt30 var_dump("3 before 2", intlcal_before($intlcal3, $intlcal2));
/php-src/ext/intl/
H A Dphp_intl.stub.php202 function intlcal_before(IntlCalendar $calendar, IntlCalendar $other): bool {} function
H A Dphp_intl_arginfo.h807 ZEND_FUNCTION(intlcal_before);
998 ZEND_FE(intlcal_before, arginfo_intlcal_before)
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h212 ZEND_FUNCTION(intlcal_before);
H A Dcalendar_methods.cpp363 U_CFUNC PHP_FUNCTION(intlcal_before) in PHP_FUNCTION() argument

Completed in 22 milliseconds