mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
9187caeab1
The resource check makes no sense, and the is_array() check doesn't achieve anything. Drop the former, and replace the latter with a ! check. Discovered while working on GH-18729. Closes GH-18731.