mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
`compare` is a required handler [1], but this handler was set to NULL.
Throw an exception when trying to compare FFI objects.
[1] 35c8a010c6/Zend/zend_object_handlers.h (L231C1-L231C64)
Closes GH-16401.