Home
last modified time | relevance | path

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

/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp765 zval *other_object; in PHP_FUNCTION() local
770 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION()
775 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
902 zval *other_object; in PHP_FUNCTION() local
907 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION()
913 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp486 zval *other_object; in PHP_FUNCTION() local
491 "OO", &object, TimeZone_ce_ptr, &other_object, TimeZone_ce_ptr) in PHP_FUNCTION()
496 other_to = Z_INTL_TIMEZONE_P(other_object); in PHP_FUNCTION()

Completed in 51 milliseconds