mirror of
https://github.com/php/php-src.git
synced 2026-04-19 05:51:02 +02:00
Converting T = *CALL; ASSIGN $v, T into $v = *CALL may not be safe if an exception is thrown after the return value has been populated -- in this case the value might be destroyed twice.
319 B
319 B