Lines Matching refs:object_ptr

876 static union _zend_function *spl_recursive_it_get_method(zval **object_ptr, char *method, int metho…  in spl_recursive_it_get_method()  argument
879 …_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); in spl_recursive_it_get_method()
884 …L TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_PP(object_ptr)->name); in spl_recursive_it_get_method()
888 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_recursive_it_get_method()
892 *object_ptr = zobj; in spl_recursive_it_get_method()
893 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_recursive_it_get_method()
896 *object_ptr = zobj; in spl_recursive_it_get_method()
1354 static union _zend_function *spl_dual_it_get_method(zval **object_ptr, char *method, int method_len… in spl_dual_it_get_method() argument
1359 intern = (spl_dual_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); in spl_dual_it_get_method()
1361 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_dual_it_get_method()
1365 *object_ptr = intern->inner.zobject; in spl_dual_it_get_method()
1366 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_dual_it_get_method()
1369 *object_ptr = intern->inner.zobject; in spl_dual_it_get_method()
1592 if (cfi->fci.object_ptr) { in spl_dual_it_construct()
1593 Z_ADDREF_P(cfi->fci.object_ptr); in spl_dual_it_construct()
2395 if (object->u.cbfilter->fci.object_ptr) { in spl_dual_it_free_storage()
2396 zval_ptr_dtor(&object->u.cbfilter->fci.object_ptr); in spl_dual_it_free_storage()