Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/calendar/
H A Dcalendar_methods.cpp839 zval *other_object; in PHP_FUNCTION() local
844 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION()
851 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
1002 zval *other_object; in PHP_FUNCTION() local
1007 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION()
1015 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp494 zval *other_object; in PHP_FUNCTION() local
499 "OO", &object, TimeZone_ce_ptr, &other_object, TimeZone_ce_ptr) in PHP_FUNCTION()
506 other_to = Z_INTL_TIMEZONE_P(other_object); in PHP_FUNCTION()

Completed in 20 milliseconds