mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
347b7c3628
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>