Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt87 $object1 = new foo(); //new object created
91 $array_object[0] = &$object1;
H A Dend.phpt87 $object1 = new foo(); //new object created
91 $array_object[0] = &$object1;
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp78 static int BreakIterator_compare_objects(zval *object1, in BreakIterator_compare_objects() argument
84 bio1 = (BreakIterator_object*)zend_object_store_get_object(object1 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() argument
266 to1 = (TimeZone_object*)zend_object_store_get_object(object1 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() argument
467 obja = CDNO_FETCH(object1); in com_objects_compare()
H A Dcom_saproxy.c353 static int saproxy_objects_compare(zval *object1, zval *object2 TSRMLS_DC) in saproxy_objects_compare() argument
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1221 static int sxe_objects_compare(zval *object1, zval *object2 TSRMLS_DC) /* {{{ */ in sxe_objects_compare() argument
1226 sxe1 = php_sxe_fetch_object(object1 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() argument
2747 static int row_compare(zval *object1, zval *object2 TSRMLS_DC) in row_compare() argument
H A Dpdo_dbh.c1399 static int dbh_compare(zval *object1, zval *object2 TSRMLS_DC) in dbh_compare() argument
/PHP-5.5/ext/date/
H A Dphp_date.c3632 zval *object1, *object2; in PHP_FUNCTION() local
3637 …if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO|l", &object1, date_ce_i… in PHP_FUNCTION()
3640 dateobj1 = (php_date_obj *) zend_object_store_get_object(object1 TSRMLS_CC); in PHP_FUNCTION()

Completed in 67 milliseconds