From 5604cfbbbae5cc3cab3dfefb6dde21775811a8ef Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 27 Mar 2014 18:14:42 +0400 Subject: [PATCH] cleanup --- ext/standard/file.c | 1 - 1 file changed, 1 deletion(-) 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: -- 2.40.0