mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
Reflection classes already use NULLed clone_obj to signal that they cannot be cloned, so it's not necessary to additionally declare a throwing __clone() method.