mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
This is useful to reduce the memory usage of objects that don't actually use the backing storage. Examples are XMLReader and DOM. When the properties were added to the stubs, these objects became much much bigger, which is a waste of memory. Closes GH-11644. Work towards GH-13988.