mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
Now that set() is gone, there is little point in keeping get(), as it is essentially just a different way of writing cast_object() now. Closes GH-4202.