diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 17554947e1..6334511cb4 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -6505,7 +6505,7 @@ PHP_FUNCTION(oci_collection_element_get) /* Return null if the value is null */ if (*elemind == OCI_IND_NULL) { - RETURN_NULL; + RETURN_NULL(); } switch (coll->element_typecode) { |
