]> granicus.if.org Git - php/commitdiff
cleanup
authorDmitry Stogov <dmitry@zend.com>
Thu, 27 Mar 2014 14:14:42 +0000 (18:14 +0400)
committerDmitry Stogov <dmitry@zend.com>
Thu, 27 Mar 2014 14:14:42 +0000 (18:14 +0400)
ext/standard/file.c

index 74659b22e7a2013de86ce335262c6b4630bcea98..ebe9e93d984196c2b0afcb53c63e0e03d5df3757 100644 (file)
@@ -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: