1
0
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:
Jeroen van Wolffelaar
2001-09-26 08:41:05 +00:00
parent 21f2b9277f
commit 8ec9e5bca0
+1 -1
View File
@@ -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);
}
/* }}} */