summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 74659b22e7..ebe9e93d98 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -631,7 +631,6 @@ PHP_FUNCTION(file_put_contents)
case IS_LONG:
case IS_DOUBLE:
case IS_BOOL:
- case IS_CONSTANT:
convert_to_string_ex(data);
case IS_STRING: