Re: UNKNOW:0, what is it?
From: Ivan Enderlin @ Hoa Date: Wed, 26 Jun 2013 16:21:37 +0000 Subject: Re: UNKNOW:0, what is it? References: 1 2 Groups: php.internals Request: Send a blank email to [email protected] to get a copy of this message
On 26/06/13 18:19, Johannes Schlüter wrote:On Wed, 2013-06-26 at 18:05 +0200, Ivan Enderlin @ Hoa wrote:The error is here: https://github.com/hoaproject/Iterator/blob/master/Recursive/Directory.php#L125. This is a line that causes the segfault. And at line 109, $this->getRelativePath() returns UNKNOWN:0. But if I var_dump $this->_relativePath directly (without using the method), I have a real value. I can't explain this. -- Ivan Enderlin Developer of Hoa http://hoa-project.net/ PhD. student at DISC/Femto-ST (Vesontio) and INRIA (Cassis) http://disc.univ-fcomte.fr/ and http://www.inria.fr/ Member of HTML and WebApps Working Group of W3C http://w3.org/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. To bad, the constructor has been called :-(.
Thread (10 messages)
« previous | php.internals (#67892) | next » |
---|