diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-09-29 11:17:43 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-09-29 11:17:43 +0300 |
commit | 560e4fa39327e952652b6469d9644fc5fa2c15fa (patch) | |
tree | b91589369c569d8efe84785303b58ad0fdd17c18 /ext/libxml | |
parent | 617bef558bbc8e2dd7682d9f407963b4a88092eb (diff) | |
download | php-git-560e4fa39327e952652b6469d9644fc5fa2c15fa.tar.gz |
Removed or simplified incorrect SEPARATE_*() macros usage.
Diffstat (limited to 'ext/libxml')
-rw-r--r-- | ext/libxml/libxml.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |