diff options
Diffstat (limited to 'ext/oci8/tests/descriptors.phpt')
-rw-r--r-- | ext/oci8/tests/descriptors.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/oci8/tests/descriptors.phpt b/ext/oci8/tests/descriptors.phpt index 193e1e76f8..44d4ab0a01 100644 --- a/ext/oci8/tests/descriptors.phpt +++ b/ext/oci8/tests/descriptors.phpt @@ -12,11 +12,11 @@ require __DIR__.'/connect.inc'; require __DIR__.'/create_table.inc'; $ora_sql = "INSERT INTO - ".$schema.$table_name." (blob) - VALUES (empty_blob()) - RETURNING - blob - INTO :v_blob "; + ".$schema.$table_name." (blob) + VALUES (empty_blob()) + RETURNING + blob + INTO :v_blob "; $statement = oci_parse($c,$ora_sql); $blob = oci_new_descriptor($c,OCI_D_LOB); |