php-src/Zend/tests/throw
Nikita Popov c9762be566 Don't treat expression exit as terminator
Same as with throw expressions, this may remove later temporary
consuming instructions and thus eliminate live ranges, resulting
in a memory leak. We make use of the same hack and don't consider
exit a terminator if used in an expression context.
2021-09-23 10:26:07 +02:00
..
001.phpt Improve type error messages when an object is given 2020-05-26 19:06:19 +02:00
002.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
leaks.phpt Don't treat expression exit as terminator 2021-09-23 10:26:07 +02:00