1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
This commit is contained in:
Andrei Zmievski
2009-03-12 16:13:39 +00:00
parent b4c07450d2
commit baa869110b

View File

@@ -2717,7 +2717,7 @@ static union _zend_function *row_get_ctor(zval *object TSRMLS_DC)
static zend_class_entry *row_get_ce(zval *object TSRMLS_DC)
{
return pdo_dbstmt_ce;
return pdo_row_ce;
}
static int row_get_classname(zval *object, char **class_name, zend_uint *class_name_len, int parent TSRMLS_DC)