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