Lines Matching refs:object_ptr

832 static union _zend_function *spl_recursive_it_get_method(zval **object_ptr, char *method, int metho…  in spl_recursive_it_get_method()  argument
835 …_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); in spl_recursive_it_get_method()
840 …L TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_PP(object_ptr)->name); in spl_recursive_it_get_method()
844 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_recursive_it_get_method()
848 *object_ptr = zobj; in spl_recursive_it_get_method()
849 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_recursive_it_get_method()
852 *object_ptr = zobj; in spl_recursive_it_get_method()
1282 static union _zend_function *spl_dual_it_get_method(zval **object_ptr, char *method, int method_len… in spl_dual_it_get_method() argument
1287 intern = (spl_dual_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); in spl_dual_it_get_method()
1289 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_dual_it_get_method()
1293 *object_ptr = intern->inner.zobject; in spl_dual_it_get_method()
1294 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_dual_it_get_method()
1297 *object_ptr = intern->inner.zobject; in spl_dual_it_get_method()
1518 if (cfi->fci.object_ptr) { in spl_dual_it_construct()
1519 Z_ADDREF_P(cfi->fci.object_ptr); in spl_dual_it_construct()
2320 if (object->u.cbfilter->fci.object_ptr) { in spl_dual_it_free_storage()
2321 zval_ptr_dtor(&object->u.cbfilter->fci.object_ptr); in spl_dual_it_free_storage()