<?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: PHP Basics: Variables and Constants</title>
	<atom:link href="http://zend.is-hacked.com/2008/php-basics-variables-constants/feed/" rel="self" type="application/rss+xml" />
	<link>http://zend.is-hacked.com/2008/php-basics-variables-constants/</link>
	<description>Leading Up to and takeing the Zend PHP 5 Certification test.</description>
	<pubDate>Tue, 06 Jan 2009 05:56:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Slawek</title>
		<link>http://zend.is-hacked.com/2008/php-basics-variables-constants/#comment-185</link>
		<dc:creator>Slawek</dc:creator>
		<pubDate>Thu, 01 Jan 2009 18:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://zend.is-hacked.com/?p=69#comment-185</guid>
		<description>Strictly speaking, there are 3 ways that we can output the value of $bar. 

echo $bar;
echo $$foo;
echo ${'bar'};</description>
		<content:encoded><![CDATA[<p>Strictly speaking, there are 3 ways that we can output the value of $bar. </p>
<p>echo $bar;<br />
echo $$foo;<br />
echo ${&#8217;bar&#8217;};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OOP: Class Constants &#124; Zend PHP 5 Certification Blog</title>
		<link>http://zend.is-hacked.com/2008/php-basics-variables-constants/#comment-44</link>
		<dc:creator>OOP: Class Constants &#124; Zend PHP 5 Certification Blog</dc:creator>
		<pubDate>Tue, 18 Nov 2008 13:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://zend.is-hacked.com/?p=69#comment-44</guid>
		<description>[...] is recommended to read about Constants first before reading about Class [...]</description>
		<content:encoded><![CDATA[<p>[...] is recommended to read about Constants first before reading about Class [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
