Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ReflectionClass::isCloneable()
: reduce duplication (GH-17795)
When the `zend_class_entry` has a `zend_function` entry for `clone`, the logic is the same regardless of if the `reflection_object` entry has an object or not; the determination is based solely on the flags of the `zend_function`.
- Loading branch information