Home
last modified time | relevance | path

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

/PHP-8.4/Zend/tests/lazy_objects/rfc/
H A Drfc_example_006.phpt12 // of $object2, which fails.
16 $object2 = $reflector->newLazyGhost(function ($object2) {
17 $object2->propB = 'value';
20 $reflector->getProperty('propA')->setRawValueWithoutLazyInitialization($object2, 'object-2');
22 $object1 = $reflector->newLazyGhost(function ($object1) use ($object2) {
24 $object1->propB = $object2->propB;
31 var_dump($object2);
42 var_dump($object2);
/PHP-8.4/Zend/tests/lazy_objects/
H A Dinit_preserves_identity.phpt16 $object2 = new MyObject();
17 $object2Id = spl_object_id($object2);
18 return $object2;
/PHP-8.4/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-8.4/ext/intl/timezone/
H A Dtimezone_class.cpp253 static int TimeZone_compare_objects(zval *object1, zval *object2) in TimeZone_compare_objects() argument
258 ZEND_COMPARE_OBJECTS_FALLBACK(object1, object2); in TimeZone_compare_objects()
261 to2 = Z_INTL_TIMEZONE_P(object2); in TimeZone_compare_objects()
/PHP-8.4/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-8.4/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-8.4/Zend/
H A Dzend_object_handlers.h188 typedef int (*zend_object_compare_t)(zval *object1, zval *object2);
/PHP-8.4/ext/simplexml/
H A Dsimplexml.c1200 static int sxe_objects_compare(zval *object1, zval *object2) /* {{{ */ in sxe_objects_compare() argument
1205 ZEND_COMPARE_OBJECTS_FALLBACK(object1, object2); in sxe_objects_compare()
1208 sxe2 = Z_SXEOBJ_P(object2); in sxe_objects_compare()
/PHP-8.4/ext/date/
H A Dphp_date.c3991 zval *object1, *object2; in PHP_FUNCTION() local
3996 …meters(ZEND_NUM_ARGS(), getThis(), "OO|b", &object1, date_ce_interface, &object2, date_ce_interfac… in PHP_FUNCTION()
4000 dateobj2 = Z_PHPDATE_P(object2); in PHP_FUNCTION()
4002 DATE_CHECK_INITIALIZED(dateobj2->time, Z_OBJCE_P(object2)); in PHP_FUNCTION()

Completed in 69 milliseconds