Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp80 static int BreakIterator_compare_objects(zval *object1, in BreakIterator_compare_objects() argument
86 bio1 = Z_INTL_BREAKITERATOR_P(object1); in BreakIterator_compare_objects()
/PHP-7.2/Zend/
H A Dzend_object_handlers.h107 typedef int (*zend_object_compare_t)(zval *object1, zval *object2);
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp264 static int TimeZone_compare_objects(zval *object1, zval *object2) in TimeZone_compare_objects() argument
268 to1 = Z_INTL_TIMEZONE_P(object1); in TimeZone_compare_objects()
/PHP-7.2/ext/com_dotnet/
H A Dcom_handlers.c440 static int com_objects_compare(zval *object1, zval *object2) in com_objects_compare() argument
450 obja = CDNO_FETCH(object1); in com_objects_compare()
H A Dcom_saproxy.c341 static int saproxy_objects_compare(zval *object1, zval *object2) in saproxy_objects_compare() argument
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c2264 static int dbstmt_compare(zval *object1, zval *object2) in dbstmt_compare() argument
2657 static int row_compare(zval *object1, zval *object2) in row_compare() argument
H A Dpdo_dbh.c1378 static int dbh_compare(zval *object1, zval *object2) in dbh_compare() argument
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c1272 static int sxe_objects_compare(zval *object1, zval *object2) /* {{{ */ in sxe_objects_compare() argument
1277 sxe1 = Z_SXEOBJ_P(object1); in sxe_objects_compare()
/PHP-7.2/ext/date/
H A Dphp_date.c3785 zval *object1, *object2; in PHP_FUNCTION() local
3790 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "OO|b", &object1, date_ce_interface, … in PHP_FUNCTION()
3793 dateobj1 = Z_PHPDATE_P(object1); in PHP_FUNCTION()

Completed in 43 milliseconds