Trivial 7.2 opcache segfault

php.internals

David Zuelke

8 years ago
I'm trying to understand this one: https://bugs.php.net/bug.php?id=75837 Is that related to the optimizations in 7.2 around unused local variables? Can that somehow be triggered by the @ operator? It's such a trivial reproduce case, it seems almost silly that this hasn't come up during testing... David