mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
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.