summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r--Zend/zend_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c
index f76cbb8849..4346fe75f1 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -257,7 +257,7 @@ ZEND_API void convert_to_double(zval *op)
}
-ZEND_API void convert_to_unset(zval *op)
+ZEND_API void convert_to_null(zval *op)
{
zval_dtor(op);
op->type = IS_NULL;