On Wed, 2013-06-26 at 18:05 +0200, Ivan Enderlin @ Hoa wrote:
> Hello,
> 
> Again, I have a segfault with RecursiveDirectoryIterator when I extend 
> it. This time, I have a very strange value on my SplFileInfo extension 
> (subclass). When I var_dump the value, I have UNKNOWN:0. This is not a 
> string, not null, not false, just UNKNOW:0, without type. Any idea of 
> what is it?
> 
> Thanks :-).

Unknown is an unknown value in a structure when a zval is not properly
set. Most likely you didn't call the parent's constructor.

johannes



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

Reply via email to