Searched refs:other_object (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 757 zval *other_object; in PHP_FUNCTION() local 762 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION() 767 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION() 894 zval *other_object; in PHP_FUNCTION() local 899 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION() 905 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
|
/PHP-8.3/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 458 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 8 milliseconds