|
|
|
@ -1257,7 +1257,7 @@ void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags |
|
|
|
|
|
|
|
php_mysqli_fetch_into_hash_aux(return_value, result, fetchtype TSRMLS_CC); |
|
|
|
|
|
|
|
if (into_object && Z_TYPE_P(return_value) != IS_NULL) { |
|
|
|
if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { |
|
|
|
zval dataset = *return_value; |
|
|
|
zend_fcall_info fci; |
|
|
|
zend_fcall_info_cache fcc; |
|
|
|
|