<?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"
	>
<channel>
	<title>Comments on: Getting AMFPHP to turn NaN into null</title>
	<atom:link href="http://www.actionscriptdeveloper.co.uk/getting-amfphp-to-turn-nan-into-null/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionscriptdeveloper.co.uk/getting-amfphp-to-turn-nan-into-null/</link>
	<description>Professional and reliable UK based Actionscript development</description>
	<pubDate>Sun, 05 Feb 2012 18:24:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Kixorz</title>
		<link>http://www.actionscriptdeveloper.co.uk/getting-amfphp-to-turn-nan-into-null/#comment-692</link>
		<dc:creator>Kixorz</dc:creator>
		<pubDate>Tue, 01 Mar 2011 20:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/getting-amfphp-to-turn-nan-into-null/#comment-692</guid>
		<description>Thanks for saving my day. Better and PHP 5.3.4 compatible solution:
return (is_nan($zz['flt'])) ? null : $zz['flt'];</description>
		<content:encoded><![CDATA[<p>Thanks for saving my day. Better and PHP 5.3.4 compatible solution:<br />
return (is_nan($zz['flt'])) ? null : $zz['flt'];</p>
]]></content:encoded>
	</item>
</channel>
</rss>

