summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-03-27 18:14:42 +0400
committerDmitry Stogov <dmitry@zend.com>2014-03-27 18:14:42 +0400
commit5604cfbbbae5cc3cab3dfefb6dde21775811a8ef (patch)
tree87620d528b2b3d2c2c42c84bbd9849e27bf81d24
parent8bfd9a0e5778a66c44a96df1e6a4b83dde6e0342 (diff)
downloadphp-git-5604cfbbbae5cc3cab3dfefb6dde21775811a8ef.tar.gz
cleanup
-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: