1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00
Files
archived-php-src/ext/opcache/tests
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
..
2015-06-20 09:35:02 +02:00
2016-02-28 11:53:21 +01:00
2016-02-28 11:53:21 +01:00
2015-05-22 11:50:55 +08:00
2015-09-07 17:31:49 +02:00
2015-12-23 03:52:01 +03:00
2016-01-26 15:59:18 +08:00
2016-06-05 23:05:03 +02:00
2015-06-15 08:20:30 -05:00
2016-02-28 11:53:21 +01:00
2016-06-05 23:00:32 +02:00