<?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>Thu, 20 Jun 2013 05:01:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Wes Shell's Blog: Quicky 1: PHP is Loosely Typed '" What does that Mean?]]></title>
      <guid>http://www.phpdeveloper.org/news/13366</guid>
      <link>http://www.phpdeveloper.org/news/13366</link>
      <description><![CDATA[<p>
<i>Wes Shell</i> has <a href="http://wshell.wordpress.com/2009/10/08/quicky-1-php-is-loosely-typed-what-does-that-meand/">posted a "PHP quicky"</a> to his blog today looking at something at the core of the PHP language - its loosely-typed nature.
</p>
<blockquote>
A loosely typed language such as PHP is a language that does not require you to declare a variable type when declaring a variable.  What does that mean?  In PHP when you declare a variable, you can with no need to worry about what kind of data will be stored in that variable. 
</blockquote>
<p>
He compares it to some of the other strictly-typed languages where the variable must be set up and cast to the type and the flexibility that having looser types can have over it. He also looks at some of the drawbacks (ex. can lead to bad code) and advantages (ex. highly dynamic, flexible applications) of this method.
</p>]]></description>
      <pubDate>Fri, 09 Oct 2009 12:30:11 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Coallier's Blog: PHP's Strong typing (SPL_Types) and a bit of ranting about winter...]]></title>
      <guid>http://www.phpdeveloper.org/news/9121</guid>
      <link>http://www.phpdeveloper.org/news/9121</link>
      <description><![CDATA[<p>
<i>David Coallier</i> has <a href="http://blog.agoraproduction.com/index.php?/archives/56-PHPs-Strong-typing-SPL_Types-and-a-bit-of-ranting-about-winter...html">posted a nice overview</a> of what SPL Types are in PHP and a brief example of hos they can be used.
</p>
<blockquote>
I got karma to <a href="http://pecl.php.net/Spl_Types">SPL_Types</a> and added a new SplFloat() object, a few warning typos and more "flexible" strict modes for different types.
</blockquote>
<p>
SPL_Types are a way to make PHP strongly typed (no adapting variables) to help make a PHP application "more correct" by forcing the variable's type to stay the same. His example shows the creation of a few variables with these new methods and how they can be used, both correctly and incorrectly.
</p>]]></description>
      <pubDate>Tue, 27 Nov 2007 08:42:00 -0600</pubDate>
    </item>
  </channel>
</rss>
