summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/select_null.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/select_null.phpt')
-rw-r--r--ext/oci8/tests/select_null.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/select_null.phpt b/ext/oci8/tests/select_null.phpt
index 87c5b815f..450c81a87 100644
--- a/ext/oci8/tests/select_null.phpt
+++ b/ext/oci8/tests/select_null.phpt
@@ -15,11 +15,11 @@ var_dump(oci_fetch_array($stmt, OCI_RETURN_NULLS));
echo "Done\n";
?>
---EXPECT--
+--EXPECTF--
array(2) {
[0]=>
NULL
- ["NULL"]=>
+ ["%r(NULL|EXP)%r"]=>
NULL
}
Done