Home
last modified time | relevance | path

Searched refs:object2 (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp78 zval *object2) in BreakIterator_compare_objects() argument
83 ZEND_COMPARE_OBJECTS_FALLBACK(object1, object2); in BreakIterator_compare_objects()
86 bio2 = Z_INTL_BREAKITERATOR_P(object2); in BreakIterator_compare_objects()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp267 static int TimeZone_compare_objects(zval *object1, zval *object2) in TimeZone_compare_objects() argument
272 ZEND_COMPARE_OBJECTS_FALLBACK(object1, object2); in TimeZone_compare_objects()
275 to2 = Z_INTL_TIMEZONE_P(object2); in TimeZone_compare_objects()
/php-src/ext/standard/tests/array/
H A Dend_64bit.phpt84 $object2 = new foo1();
88 $array_object[1] = &$object2;
H A Dend.phpt84 $object2 = new foo1();
88 $array_object[1] = &$object2;
/php-src/ext/com_dotnet/
H A Dcom_handlers.c399 static int com_objects_compare(zval *object1, zval *object2) in com_objects_compare() argument
409 ZEND_COMPARE_OBJECTS_FALLBACK(object1, object2); in com_objects_compare()
412 objb = CDNO_FETCH(object2); in com_objects_compare()
H A Dcom_saproxy.c329 static int saproxy_objects_compare(zval *object1, zval *object2) in saproxy_objects_compare() argument
331 ZEND_COMPARE_OBJECTS_FALLBACK(object1, object2); in saproxy_objects_compare()
/php-src/Zend/
H A Dzend_object_handlers.h144 typedef int (*zend_object_compare_t)(zval *object1, zval *object2);
/php-src/ext/simplexml/
H A Dsimplexml.c1191 static int sxe_objects_compare(zval *object1, zval *object2) /* {{{ */ in sxe_objects_compare() argument
1196 ZEND_COMPARE_OBJECTS_FALLBACK(object1, object2); in sxe_objects_compare()
1199 sxe2 = Z_SXEOBJ_P(object2); in sxe_objects_compare()
/php-src/ext/date/
H A Dphp_date.c3968 zval *object1, *object2; in PHP_FUNCTION() local
3973 …meters(ZEND_NUM_ARGS(), getThis(), "OO|b", &object1, date_ce_interface, &object2, date_ce_interfac… in PHP_FUNCTION()
3977 dateobj2 = Z_PHPDATE_P(object2); in PHP_FUNCTION()
3979 DATE_CHECK_INITIALIZED(dateobj2->time, Z_OBJCE_P(object2)); in PHP_FUNCTION()

Completed in 47 milliseconds