<?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>Jimmy&#039;s Blog &#187; variable function name</title>
	<atom:link href="http://jimmod.com/blog/tag/variable-function-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmod.com/blog</link>
	<description>My name is Jimmy, and this is my story... ;)</description>
	<lastBuildDate>Fri, 14 Oct 2011 17:26:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Learn some PHP and see variable function names (omg)</title>
		<link>http://jimmod.com/blog/2007/11/learn-some-php-and-see-variable-function-names-omg/</link>
		<comments>http://jimmod.com/blog/2007/11/learn-some-php-and-see-variable-function-names-omg/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 11:14:10 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[variable function name]]></category>

		<guid isPermaLink="false">http://jimlife.wordpress.com/2007/11/02/learn-some-php-and-see-variable-function-names-omg/</guid>
		<description><![CDATA[ 
				
			 
				
			 
				Tweet 
			
		Because my current team consist Java &#38; PHP programmers I start to learn some PHP basic, point of view, and it&#8217;s programmer paradigm   
I learn that this code is actually works :-p
&#60;?php
$someVariable = &#8220;anyName&#8221;;
$name = &#8220;Jimmy&#8221;;
$someVariable($name);
function anyName($name) {
echo &#8220;$name, Hello World&#8221;;
}
?&#62;  
The statement &#8220;$someVariable($name);&#8220; really call method anyName.
Although [...]


Related posts:<ol><li><a href='http://jimmod.com/blog/2007/12/java-adding-new-classpath-at-runtime/' rel='bookmark' title='Permanent Link: Java &#8211; Adding new Classpath at Runtime'>Java &#8211; Adding new Classpath at Runtime</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjimmod.com%2Fblog%2F2007%2F11%2Flearn-some-php-and-see-variable-function-names-omg%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jimmod.com/blog/2007/11/learn-some-php-and-see-variable-function-names-omg/" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" 
					data-text="Learn some PHP and see variable function names (omg)" data-url="http://jimmod.com/blog/2007/11/learn-some-php-and-see-variable-function-names-omg/">Tweet</a> 
			</div></div>
		<div style="clear:both;"></div><p>Because my current team consist Java &amp; PHP programmers I start to learn some PHP basic, point of view, and it&#8217;s programmer paradigm  <img src='http://jimmod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I learn that this code is actually works :-p</p>
<blockquote><p><em>&lt;?php</em></p>
<p><em>$someVariable = &#8220;anyName&#8221;;<br />
$name = &#8220;Jimmy&#8221;;</em></p>
<p><em>$someVariable($name);</em></p>
<p><em>function anyName($name) {<br />
echo &#8220;$name, Hello World&#8221;;<br />
}</em></p>
<p><em>?&gt;  </em></p></blockquote>
<p>The statement &#8220;<em>$someVariable($name);</em>&#8220;<em> really call method anyName.</em></p>
<p>Although I fascinated by how dynamic it is (I remember encounter it at VBA), but personally I against it.<br />
I don&#8217;t think it is a good practice, and it&#8217;ll be hard to be understand by other programmer.</p>
<p>Or is it because my Java programming paradigm&#8230;.</p>


<p>Related posts:<ol><li><a href='http://jimmod.com/blog/2007/12/java-adding-new-classpath-at-runtime/' rel='bookmark' title='Permanent Link: Java &#8211; Adding new Classpath at Runtime'>Java &#8211; Adding new Classpath at Runtime</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2007/11/learn-some-php-and-see-variable-function-names-omg/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

