Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp860 zval *other_object; in PHP_FUNCTION() local
865 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION()
872 other_co = (Calendar_object*)zend_object_store_get_object(other_object TSRMLS_CC); in PHP_FUNCTION()
1027 zval *other_object; in PHP_FUNCTION() local
1032 "OO", &object, Calendar_ce_ptr, &other_object, Calendar_ce_ptr) in PHP_FUNCTION()
1040 other_co = (Calendar_object *) zend_object_store_get_object(other_object TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp504 zval *other_object; in PHP_FUNCTION() local
509 "OO", &object, TimeZone_ce_ptr, &other_object, TimeZone_ce_ptr) in PHP_FUNCTION()
516 other_to = (TimeZone_object *) zend_object_store_get_object(other_object TSRMLS_CC); in PHP_FUNCTION()

Completed in 10 milliseconds