Open GoogleCodeExporter opened 8 years ago
[deleted comment]
agree with above
Original comment by r...@deardoc.com
on 12 Jul 2012 at 8:19
Hello, are you sure about the first change ? I think that ->_first_child is
null when empty.
For the other issues, I'll take care of them.
Original comment by fabien.menager
on 8 Aug 2012 at 1:09
Great catch! I overlooked the actual contents of the condition in the example
above which is referencing a node from a disposed parent. Some of the other
condition assignments are different so this will need to be treated on a case
by case basis:
For Example:
* page_cache.cls.php -- while ($row = pg_fetch_assoc($res)) -- Use: !== false
* inline_renderer.cls.php -- if ( $href = $link_node->getAttribute("href") ) --
Use : !== ''
Original comment by m...@deardoc.com
on 8 Aug 2012 at 5:02
Original comment by eclecticgeek
on 24 May 2013 at 3:00
Original issue reported on code.google.com by
virg...@gmail.com
on 10 Jul 2012 at 2:58