Home
last modified time | relevance | path

Searched refs:other_object (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/intl/calendar/
H A Dcalendar_methods.cpp705 zval *other_object; in PHP_FUNCTION() local
710 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION()
715 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
842 zval *other_object; in PHP_FUNCTION() local
847 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION()
853 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp458 zval *other_object; in PHP_FUNCTION() local
463 "OO", &object, TimeZone_ce_ptr, &other_object, TimeZone_ce_ptr) in PHP_FUNCTION()
468 other_to = Z_INTL_TIMEZONE_P(other_object); in PHP_FUNCTION()

Completed in 15 milliseconds