mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
fix build
This commit is contained in:
@@ -1354,7 +1354,7 @@ PHP_FUNCTION(sybase_result)
|
||||
}
|
||||
|
||||
*return_value = *result->data[Z_LVAL_PP(row)][field_offset];
|
||||
pval_copy_constructor(return_value);
|
||||
zval_copy_ctor(return_value);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user