summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/define_old.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/define_old.phpt')
-rw-r--r--ext/oci8/tests/define_old.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/define_old.phpt b/ext/oci8/tests/define_old.phpt
index 634a86d370..25458e1283 100644
--- a/ext/oci8/tests/define_old.phpt
+++ b/ext/oci8/tests/define_old.phpt
@@ -29,7 +29,7 @@ ocidefinebyname($stmt, "STRING", $string, 20);
ociexecute($stmt);
while (ocifetch($stmt)) {
- var_dump($string);
+ var_dump($string);
}
// Cleanup