On Thu, 25 Aug 2011 13:41:27 +0100, Sebastian Bergmann <sebast...@php.net> wrote:

On 08/25/2011 01:46 PM, Gustavo Lopes wrote:
What about userland classes that extend internal classes?

  Good point. How would I implement such a check?


You could fetch the parent and do the same check, and so on. I think you might be able to just check whether ce.create_object is not NULL, because if the internal class doesn't replace create_object, there's no chance of that class of crashes occurring; plus, they're propagated to the subclasses.


--
Gustavo Lopes

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to