mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
MFH
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user