mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
Fix parse-error
This commit is contained in:
@@ -1286,7 +1286,7 @@ PHP_FUNCTION(sybase_result)
|
||||
break;
|
||||
}
|
||||
|
||||
*return_value = *Z_LVAL_P(result->data[row)][field_offset];
|
||||
*return_value = *Z_LVAL_P(result->data[row][field_offset]);
|
||||
pval_copy_constructor(return_value);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user