]> granicus.if.org Git - php/commit
Remove redundant Exception::__clone() method
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 26 Nov 2018 12:53:48 +0000 (13:53 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 26 Nov 2018 12:57:17 +0000 (13:57 +0100)
commite7131a4e9fa0acf8fc1e486b49851e71859ef5b8
tree7ef08bc96e8e102b4e08f0e13bd615ad8fb444a7
parent28edeb2ba3551fc6cff2db0004d67435467cdaac
Remove redundant Exception::__clone() method

Exceptions already prohibit cloning by setting clone_obj to NULL
(which is integrated with reflection). No need to additionally
define a dummy __clone() method.
Zend/zend_exceptions.c
sapi/cli/tests/005.phpt