<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Handy functions</title>
	<atom:link href="http://www.poppa.se/blog/handy-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.poppa.se/blog/handy-functions/</link>
	<description>My blog about web development and such</description>
	<lastBuildDate>Sat, 14 Jan 2012 14:56:56 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pontus</title>
		<link>http://www.poppa.se/blog/handy-functions/comment-page-1/#comment-3</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Tue, 11 Nov 2008 13:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=67#comment-3</guid>
		<description>Thank you for your observation. I think I have figured out a way to solve this problem but haven&#039;t had the time to try it yet. I will post and update when I have fixed it.

# Pontus</description>
		<content:encoded><![CDATA[<p>Thank you for your observation. I think I have figured out a way to solve this problem but haven&#8217;t had the time to try it yet. I will post and update when I have fixed it.</p>
<p># Pontus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adael</title>
		<link>http://www.poppa.se/blog/handy-functions/comment-page-1/#comment-2</link>
		<dc:creator>Adael</dc:creator>
		<pubDate>Mon, 10 Nov 2008 09:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=67#comment-2</guid>
		<description>Try that:

&lt;code&gt;$o = null;
$tmp = issetor($o-&gt;var1, &#039;&#039;);
var_dump($o);&lt;/code&gt;

It convert $o into an object with a emty property &#039;var1&#039;.

&lt;code&gt;object(stdClass)#1 (1) {
  [&quot;var1&quot;]=&gt;
  NULL
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Try that:</p>
<p><code>$o = null;<br />
$tmp = issetor($o-&gt;var1, '');<br />
var_dump($o);</code></p>
<p>It convert $o into an object with a emty property &#8216;var1&#8242;.</p>
<p><code>object(stdClass)#1 (1) {<br />
  ["var1"]=&gt;<br />
  NULL<br />
}</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

