You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HHVM does not yet define the private __clone method on ReflectionClass, so
the spec was failing. The HHVM incompatibility has been reported as
facebook/hhvm#1572
Fixesfacebook#1572
Note: Behaves differently than PHP which fatals, using BadMethodCallException
here in alignment with "fatal error: call to a method of a non-object"
The
__clone
method is undocumented, but it exists, preventing cloning: http://3v4l.org/0qc1tIt is also the case for other classes from Reflection: http://3v4l.org/ah7om
The text was updated successfully, but these errors were encountered: