<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-6883890973030717244.post7516491250763750359..comments</id><updated>2010-06-18T16:59:47.907-07:00</updated><title type='text'>Comments on Cookie Pattern: Null-Object Pattern</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.cookiepattern.com/feeds/7516491250763750359/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6883890973030717244/7516491250763750359/comments/default'/><link rel='alternate' type='text/html' href='http://www.cookiepattern.com/2008/07/null-object-pattern.html'/><author><name>Iljitsch</name><uri>http://www.blogger.com/profile/10571190438064431718</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6883890973030717244.post-8157408755934978256</id><published>2010-06-17T15:49:12.481-07:00</published><updated>2010-06-17T15:49:12.481-07:00</updated><title type='text'>Try this on:

$obj = (object) isset_or(should_retu...</title><content type='html'>Try this on:&lt;br /&gt;&lt;br /&gt;$obj = (object) isset_or(should_return_obj_but_returns_null());&lt;br /&gt;&lt;br /&gt;function isset_or(&amp;amp;$check, $alternate = NULL)&lt;br /&gt;{&lt;br /&gt;    return isset($check) ? $check : $alternate;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;// This allows you to also specify an alternate rather than NULL to use, but casting NULL to an object with (object) returns PHP&amp;#39;s stdClass()...&lt;br /&gt;&lt;br /&gt;Enjoy!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6883890973030717244/7516491250763750359/comments/default/8157408755934978256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6883890973030717244/7516491250763750359/comments/default/8157408755934978256'/><link rel='alternate' type='text/html' href='http://www.cookiepattern.com/2008/07/null-object-pattern.html?showComment=1276814952481#c8157408755934978256' title=''/><author><name>Robert</name><uri>http://www.blogger.com/profile/15237343151156020281</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cookiepattern.com/2008/07/null-object-pattern.html' ref='tag:blogger.com,1999:blog-6883890973030717244.post-7516491250763750359' source='http://www.blogger.com/feeds/6883890973030717244/posts/default/7516491250763750359' type='text/html'/></entry></feed>