mirror of
https://github.com/php/php-src.git
synced 2026-04-17 21:11:02 +02:00
Casting objects to bool is supposed to yield `true`. Since the `cast_object` handler is required now, we have to implement the `_IS_BOOL` conversion there.