Searched refs:other_object (Results 1 – 2 of 2) sorted by relevance
/PHP-7.4/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 842 zval *other_object; in PHP_FUNCTION() local 847 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION() 854 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION() 1003 zval *other_object; in PHP_FUNCTION() local 1008 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION() 1016 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
|
/PHP-7.4/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 490 zval *other_object; in PHP_FUNCTION() local 495 "OO", &object, TimeZone_ce_ptr, &other_object, TimeZone_ce_ptr) in PHP_FUNCTION() 502 other_to = Z_INTL_TIMEZONE_P(other_object); in PHP_FUNCTION()
|
Completed in 14 milliseconds