1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Files
archived-php-src/ext/opcache/Optimizer
Nikita Popov a171522983 Exception safety for direct CV assign of *CALL instrs
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.
2016-06-18 00:08:38 +02:00
..
2016-04-21 23:32:01 +02:00
2016-06-16 14:25:48 +02:00
2016-01-19 15:54:44 +03:00
2016-06-16 14:25:48 +02:00
2016-01-01 20:04:31 +02:00