[php-src] PR #20256: Remove useless zend_exception_save() from ZEND_THROW
From: iluuu1994 Date: Tue, 21 Oct 2025 23:07:16 +0000 Subject: [php-src] PR #20256: Remove useless zend_exception_save() from ZEND_THROW Groups: php.git-pulls Request: Send a blank email to [email protected] to get a copy of this message
Pull Request: https://github.com/php/php-src/pull/20256 Author: iluuu1994 We're executing in the VM, so EG(exception) has to be unset. ZEND_THROW itself already has HANDLE_EXCEPTION() calls when it throws, i.e. when the subject is not a throwable object.
Thread (1 message)
« previous | php.git-pulls (#33762) | next » |
---|