1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove pointless ZVAL_UNDEF() in isset path (#18187)

This will already be set to UNDEF by zend_call_function.
This commit is contained in:
Niels Dossche
2025-03-30 13:00:09 +02:00
committed by GitHub
parent 4a7332f4c6
commit 6e0b60cc8f

View File

@@ -877,7 +877,6 @@ try_again:
if (!((*guard) & IN_ISSET)) {
GC_ADDREF(zobj);
ZVAL_UNDEF(&tmp_result);
*guard |= IN_ISSET;
zend_std_call_issetter(zobj, name, &tmp_result);