<?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>Wed, 22 May 2013 04:03:45 -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>
  </channel>
</rss>
