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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user