Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/array/
H A Dend.phpt87 $object1 = new foo(); //new object created
91 $array_object[0] = &$object1;
H A Dend_64bit.phpt87 $object1 = new foo(); //new object created
91 $array_object[0] = &$object1;
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp81 static int BreakIterator_compare_objects(zval *object1, in BreakIterator_compare_objects() argument
87 bio1 = Z_INTL_BREAKITERATOR_P(object1); in BreakIterator_compare_objects()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp268 static int TimeZone_compare_objects(zval *object1, zval *object2) in TimeZone_compare_objects() argument
272 to1 = Z_INTL_TIMEZONE_P(object1); in TimeZone_compare_objects()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c456 static int com_objects_compare(zval *object1, zval *object2) in com_objects_compare() argument
466 obja = CDNO_FETCH(object1); in com_objects_compare()
H A Dcom_saproxy.c348 static int saproxy_objects_compare(zval *object1, zval *object2) in saproxy_objects_compare() argument
/PHP-7.4/Zend/
H A Dzend_object_handlers.h136 typedef int (*zend_object_compare_t)(zval *object1, zval *object2);
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2246 static int dbstmt_compare(zval *object1, zval *object2) in dbstmt_compare() argument
2618 static int row_compare(zval *object1, zval *object2) in row_compare() argument
H A Dpdo_dbh.c1373 static int dbh_compare(zval *object1, zval *object2) in dbh_compare() argument
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1275 static int sxe_objects_compare(zval *object1, zval *object2) /* {{{ */ in sxe_objects_compare() argument
1280 sxe1 = Z_SXEOBJ_P(object1); in sxe_objects_compare()
/PHP-7.4/ext/date/
H A Dphp_date.c3839 zval *object1, *object2; in PHP_FUNCTION() local
3844 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "OO|b", &object1, date_ce_interface, … in PHP_FUNCTION()
3847 dateobj1 = Z_PHPDATE_P(object1); in PHP_FUNCTION()

Completed in 54 milliseconds