diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-07-07 09:30:24 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-07-07 09:30:24 +0200 |
commit | 302933daea77663f5759b10accd1d0231393b24c (patch) | |
tree | 6326b68e92b9be142944895cbf528c8d4661460c /Zend/zend_exceptions.c | |
parent | e93aca7167bee0a9f15007759e4372170f469ef5 (diff) | |
download | php-git-302933daea77663f5759b10accd1d0231393b24c.tar.gz |
Remove no_separation flag
Diffstat (limited to 'Zend/zend_exceptions.c')
-rw-r--r-- | Zend/zend_exceptions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c index 4954a1bd5b..0103422f94 100644 --- a/Zend/zend_exceptions.c +++ b/Zend/zend_exceptions.c @@ -659,7 +659,6 @@ ZEND_METHOD(Exception, __toString) fci.retval = &trace; fci.param_count = 0; fci.params = NULL; - fci.no_separation = 1; zend_call_function(&fci, NULL); |