mirror of
https://github.com/php/php-src.git
synced 2026-04-10 01:23:53 +02:00
I found this issue using static analysis tools, it reported that the condition was always false. We can see that flags is assigned in the switch statement above, but a mistake was made in the comparison. Closes GH-10328 Signed-off-by: George Peter Banyard <girgias@php.net>