Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt88 $object2 = new foo1();
92 $array_object[1] = &$object2;
H A Dend.phpt88 $object2 = new foo1();
92 $array_object[1] = &$object2;
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp79 zval *object2 TSRMLS_DC) in BreakIterator_compare_objects()
85 bio2 = (BreakIterator_object*)zend_object_store_get_object(object2 TSRMLS_CC); in BreakIterator_compare_objects()
/PHP-5.5/Zend/
H A Dzend_object_handlers.h102 typedef int (*zend_object_compare_t)(zval *object1, zval *object2 TSRMLS_DC);
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp262 static int TimeZone_compare_objects(zval *object1, zval *object2 TSRMLS_DC) in TimeZone_compare_objects()
267 to2 = (TimeZone_object*)zend_object_store_get_object(object2 TSRMLS_CC); in TimeZone_compare_objects()
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c457 static int com_objects_compare(zval *object1, zval *object2 TSRMLS_DC) in com_objects_compare()
468 objb = CDNO_FETCH(object2); in com_objects_compare()
H A Dcom_saproxy.c353 static int saproxy_objects_compare(zval *object1, zval *object2 TSRMLS_DC) in saproxy_objects_compare()
/PHP-5.5/ext/date/
H A Dphp_date.c244 ZEND_ARG_INFO(0, object2)
3632 zval *object1, *object2; in PHP_FUNCTION() local
3637 …D_NUM_ARGS() TSRMLS_CC, getThis(), "OO|l", &object1, date_ce_interface, &object2, date_ce_interfac… in PHP_FUNCTION()
3641 dateobj2 = (php_date_obj *) zend_object_store_get_object(object2 TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1221 static int sxe_objects_compare(zval *object1, zval *object2 TSRMLS_DC) /* {{{ */ in sxe_objects_compare()
1227 sxe2 = php_sxe_fetch_object(object2 TSRMLS_CC); in sxe_objects_compare()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2302 static int dbstmt_compare(zval *object1, zval *object2 TSRMLS_DC) in dbstmt_compare()
2747 static int row_compare(zval *object1, zval *object2 TSRMLS_DC) in row_compare()
H A Dpdo_dbh.c1399 static int dbh_compare(zval *object1, zval *object2 TSRMLS_DC) in dbh_compare()

Completed in 104 milliseconds