From 560e4fa39327e952652b6469d9644fc5fa2c15fa Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 29 Sep 2015 11:17:43 +0300 Subject: Removed or simplified incorrect SEPARATE_*() macros usage. --- ext/libxml/libxml.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/libxml/libxml.c') diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index edb1d3119a..aa87dc8acc 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -664,7 +664,6 @@ is_string: } } else if (Z_TYPE(retval) != IS_NULL) { /* retval not string nor resource nor null; convert to string */ - SEPARATE_ZVAL(&retval); convert_to_string(&retval); goto is_string; } /* else is null; don't try anything */ -- cgit v1.2.1