<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 00:18:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[BinaryTides.com: Javascript style object literals in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/18270</guid>
      <link>http://www.phpdeveloper.org/news/18270</link>
      <description><![CDATA[<p>
On the BinaryTides.com site there's a recent post for those familiar with Javascript and wanting to have the same kind of <a href="http://www.binarytides.com/blog/javascript-style-object-literals-in-php/">object-style literals in PHP</a>.
</p>
<blockquote>
As similar thing [to Javascript object literals] can be done in PHP using anonymous functions (since 5.3) [...] Since version 5.3 Php added support for closures and that feature has been used above to create javascript style object literals. The use(&$a) expression makes the variable $a available inside the function happy.
</blockquote>
<p>
Code snippets are included showing how to create these objects via the use of closures and a little trickery with <a href="http://php.net/call_user_func_array">call_user_func_array</a> and __call to make assigning properties easier.
</p>]]></description>
      <pubDate>Wed, 25 Jul 2012 10:44:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: PHP 5.3 is quicker than PHP 5.2]]></title>
      <guid>http://www.phpdeveloper.org/news/15553</guid>
      <link>http://www.phpdeveloper.org/news/15553</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has <a href="http://akrabat.com/php/php-5-3-is-quicker-than-php-5-2-2/">shared some of his personal experience</a> in how much faster PHP 5.3 is over the latest version in the PHP 5.2.x series when he tried to change up some view helpers in his Zend Framework application.
</p>
<blockquote>
I was looking at the way view helpers work in ZF2 and thought it would be more convenient if we altered the syntax a little. A side-effect of the change was that we'd have to use call_user_func_array, which is perceived as slow. I thought I'd whip up a simple test to find out how much slower it would be over a direct method call.
</blockquote>
<p>
He includes the sample code he used to benchmark the request times between the two versions measured by <a href="http://php.net/microtime">microtime</a>. In his results he saw a difference of almost five seconds between the same code running on 5.3 versus 5.2 (according to test runs on his laptop).
</p>]]></description>
      <pubDate>Thu, 09 Dec 2010 09:09:07 -0600</pubDate>
    </item>
  </channel>
</rss>
