fdc153980f
We didn't fill in the m_namedEntity field for hiphop-only type hints in non-hiphop mode, resulting in crashes when we tried to use them. Regardless of mode, we didn't check self or parent before checking a non-object parameter, resulting in asserts in dbg builds and seg-faults int opt builds.
2 linhas
131 B
Plaintext
2 linhas
131 B
Plaintext
HipHop Fatal error: Argument 1 passed to X::test() must be an instance of X, string given in %s/test/quick/fail_self.php on line 5
|