Home
last modified time | relevance | path

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

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp77 static int BreakIterator_compare_objects(zval *object1, in BreakIterator_compare_objects() argument
83 ZEND_COMPARE_OBJECTS_FALLBACK(object1, object2); in BreakIterator_compare_objects()
85 bio1 = Z_INTL_BREAKITERATOR_P(object1); 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()
274 to1 = Z_INTL_TIMEZONE_P(object1); in TimeZone_compare_objects()
/php-src/ext/standard/tests/array/
H A Dend_64bit.phpt83 $object1 = new foo(); //new object created
87 $array_object[0] = &$object1;
H A Dend.phpt83 $object1 = new foo(); //new object created
87 $array_object[0] = &$object1;
/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()
411 obja = CDNO_FETCH(object1); 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()
1198 sxe1 = Z_SXEOBJ_P(object1); in sxe_objects_compare()
/php-src/ext/date/
H A Dphp_date.c3968 zval *object1, *object2; in PHP_FUNCTION() local
3973 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "OO|b", &object1, date_ce_interface, … in PHP_FUNCTION()
3976 dateobj1 = Z_PHPDATE_P(object1); in PHP_FUNCTION()
3978 DATE_CHECK_INITIALIZED(dateobj1->time, Z_OBJCE_P(object1)); in PHP_FUNCTION()

Completed in 70 milliseconds