mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
37e61a0dc0
This aligns the behaviour with what the stubs say. And even if one fixes the stubs the behaviour is not identical due to missing indirect handling. This indicates that using objects is never done, so do the easy fix of changing the ZPP specifier. Closes GH-20465