<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Interview Questions and answers&#187; variables archives  &#8211; interview questions and answers</title>
	<atom:link href="http://www.phpinterviewquestions.com/tag/variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpinterviewquestions.com</link>
	<description>Prepare for your next php based interview with high confidence</description>
	<lastBuildDate>Mon, 26 Sep 2011 08:37:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Variable variables</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/variable-variables/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/variable-variables/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=21</guid>
		<description><![CDATA[What is the difference between $message and $$message?
$message is a variable and it&#8217;s name is &#8220;$message&#8221;. But $$message is a variable of a variable, in which it is referred by the value of the $message variable itself.
]]></description>
			<content:encoded><![CDATA[<p>What is the difference between $message and $$message?</p>
<p>$message is a variable and it&#8217;s name is &#8220;$message&#8221;. But $$message is a variable of a variable, in which it is referred by the value of the $message variable itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/variable-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine variable existence</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/determine-variable-existence/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/determine-variable-existence/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[existence]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=6</guid>
		<description><![CDATA[What is the best way to determine if a variable is exiting or not?
isset($x) can be used. But if it&#8217;s defined like this
$x=NULL
The answer will be false even if the variable is completely valid.




]]></description>
			<content:encoded><![CDATA[<p>What is the best way to determine if a variable is exiting or not?</p>
<p>isset($x) can be used. But if it&#8217;s defined like this<br />
$x=NULL<br />
The answer will be false even if the variable is completely valid.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/determine-variable-existence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

