Re: UNKNOW:0, what is it?

From: Date: Wed, 26 Jun 2013 16:19:24 +0000
Subject: Re: UNKNOW:0, what is it?
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
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




Thread (10 messages)

« previous php.internals (#67891) next »