<?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>Foo bar Foo Bar &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/foo-bar-foo-bar/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>You think you know PHP. Quiz Results!</title>
		<link>/2012/03/16/you-think-you-know-php-quiz-results/</link>
		<comments>/2012/03/16/you-think-you-know-php-quiz-results/#respond</comments>
		<pubDate>Fri, 16 Mar 2012 14:30:11 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[quiz]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Ello]]></category>
		<category><![CDATA[Foo bar]]></category>
		<category><![CDATA[Foo bar Foo Bar]]></category>
		<category><![CDATA[Foobar]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">/?p=2919</guid>
		<description><![CDATA[With 400+ answers here are the results. First I want to thank you for participating in the quiz and congrats for the 16 users that answered correctly to all the questions! 1. What will be the output of the following code? echo date('Y-m-d', strtotime('-1 month ago')); Error One month ago from the current date and &#8230; <a href="/2012/03/16/you-think-you-know-php-quiz-results/" class="more-link">Continue reading <span class="screen-reader-text">You think you know PHP. Quiz Results!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2010/09/17/5-php-string-functions-you-need-to-know/" rel="bookmark" title="5 PHP String Functions You Need to Know">5 PHP String Functions You Need to Know </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>With 400+ answers here are the results. First I want to thank you for participating in the quiz and congrats for the <strong>16</strong> users that answered correctly to all the questions!</p>
<h3>1. What will be the output of the following code?</h3>
<pre lang="PHP">echo date('Y-m-d', strtotime('-1 month ago'));</pre>
<ul>
<li>Error</li>
<li>One month ago from the current date and time</li>
<li>One month in the future from the current date and time <span style="color: #339966;">correct answer</span> (<a href="/2011/11/04/how-to-check-if-a-date-is-more-or-less-than-a-month-ago-with-php/" title="How to Check if a Date is More or Less Than a Month Ago with PHP">ref</a>)</li>
</ul>
<p><figure id="attachment_2925" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer11.png"><img src="/wp-content/uploads/2012/03/answer11.png" alt="Answers of the first question" title="Answers of the first question" width="600" height="371" class="size-full wp-image-2925" srcset="/wp-content/uploads/2012/03/answer11.png 600w, /wp-content/uploads/2012/03/answer11-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure><br />
<span id="more-2919"></span></p>
<h3>2. Is it possible to extend an interface with an abstract class?</h3>
<ul>
<li>Yes <span style="color: #339966;">correct answer</span> (<a href="/2011/10/20/some-notes-on-the-object-oriented-model-of-php/" title="Some Notes on the Object-oriented Model of PHP">ref</a>)</li>
<li>No</li>
</ul>
<figure id="attachment_2926" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer21.png"><img src="/wp-content/uploads/2012/03/answer21.png" alt="Answers of the second question" title="Answers of the second question" width="600" height="371" class="size-full wp-image-2926" srcset="/wp-content/uploads/2012/03/answer21.png 600w, /wp-content/uploads/2012/03/answer21-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>3. What is the output of the following code?</h3>
<pre lang="PHP">$arr = array(1 => 10, "1" => 20); 
echo count($arr);</pre>
<ul>
<li>Error</li>
<li>0</li>
<li>1 <span style="color: #339966;">correct answer</span> (<a href="/2011/10/19/thing-to-know-about-php-arrays/" title="Thing to Know About PHP Arrays">ref</a>)</li>
<li>2</li>
</ul>
<figure id="attachment_2927" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer31.png"><img src="/wp-content/uploads/2012/03/answer31.png" alt="Answers of the third question" title="Answers of the third question" width="600" height="371" class="size-full wp-image-2927" srcset="/wp-content/uploads/2012/03/answer31.png 600w, /wp-content/uploads/2012/03/answer31-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>4. What is the output of the following code?</h3>
<pre lang="PHP">$str = "hello world"; echo $str{1};</pre>
<ul>
<li>An error</li>
<li>h</li>
<li>e <span style="color: #339966;">correct answer</span> (<a href="/2011/08/18/powerful-php-less-known-string-manipulation/" title="Powerful PHP: Less Known String Manipulation">ref</a>)</li>
<li>ello world</li>
</ul>
<figure id="attachment_2928" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer41.png"><img src="/wp-content/uploads/2012/03/answer41.png" alt="Answers of the fourth question" title="Answers of the fourth question" width="600" height="371" class="size-full wp-image-2928" srcset="/wp-content/uploads/2012/03/answer41.png 600w, /wp-content/uploads/2012/03/answer41-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<h3>5. What is the output of the following code?</h3>
<pre lang="PHP">
$str = "foo Bar"; 
echo ucwords($str);
</pre>
<ul>
<li>Foo bar</li>
<li>Foo Bar <span style="color: #339966;">correct answer</span> (<a href="/2010/09/17/5-php-string-functions-you-need-to-know/" title="5 PHP String Functions You Need to Know">ref</a>)</li>
<li>FOO BAR</li>
<li>foo bar</li>
</ul>
<figure id="attachment_2924" style="width: 600px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/answer5.png"><img src="/wp-content/uploads/2012/03/answer5.png" alt="Answers of the fifth question" title="Answers of the fifth question" width="600" height="371" class="size-full wp-image-2924" srcset="/wp-content/uploads/2012/03/answer5.png 600w, /wp-content/uploads/2012/03/answer5-300x185.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2012/03/07/you-think-you-know-javascript-quiz-results/" rel="bookmark" title="You think you know javascript. Quiz results!">You think you know javascript. Quiz results! </a></li>
<li><a href="/2012/05/09/you-think-you-know-algorithms-quiz-results-2/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2012/02/29/you-think-you-know-algorithms-quiz-results/" rel="bookmark" title="You think you know algorithms. Quiz results!">You think you know algorithms. Quiz results! </a></li>
<li><a href="/2010/09/17/5-php-string-functions-you-need-to-know/" rel="bookmark" title="5 PHP String Functions You Need to Know">5 PHP String Functions You Need to Know </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/03/16/you-think-you-know-php-quiz-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
