<?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>Wim Godden's professional blog &#187; xdebug</title>
	<atom:link href="http://techblog.wimgodden.be/tag/xdebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.wimgodden.be</link>
	<description>Technical and business stuff for the open-minded</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:22:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using PHPUnit to verify parameter types (revisited)</title>
		<link>http://techblog.wimgodden.be/2010/08/15/using-phpunit-to-verify-parameter-types-revisited/</link>
		<comments>http://techblog.wimgodden.be/2010/08/15/using-phpunit-to-verify-parameter-types-revisited/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 13:33:01 +0000</pubDate>
		<dc:creator>wimg</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpunit]]></category>
		<category><![CDATA[scalar types]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[type hinting]]></category>
		<category><![CDATA[types]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=149</guid>
		<description><![CDATA[(This is an update on a blog post I wrote last year about parameter type checking) PHP is dynamically typed PHP is a dynamically typed language. What this means is that it allows you to do things like : $a = 5; $a = 'test'; $a = false; The reason this works, is because PHP [...]]]></description>
		<wfw:commentRss>http://techblog.wimgodden.be/2010/08/15/using-phpunit-to-verify-parameter-types-revisited/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using PHPUnit to verify parameter types</title>
		<link>http://techblog.wimgodden.be/2009/06/21/usin-phpunit-to-verify-parameter-types/</link>
		<comments>http://techblog.wimgodden.be/2009/06/21/usin-phpunit-to-verify-parameter-types/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 01:28:51 +0000</pubDate>
		<dc:creator>wimg</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[phpunit]]></category>
		<category><![CDATA[typing]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=80</guid>
		<description><![CDATA[Update (13 Oct) : updated the patch for the latest SVN code of PHPUnit (5277) PHP is dynamically typed PHP is a dynamically typed language. What this means is that it allows you to do things like : $a = 5; $a = 'test'; $a = false; The reason this works, is because PHP enforces [...]]]></description>
		<wfw:commentRss>http://techblog.wimgodden.be/2009/06/21/usin-phpunit-to-verify-parameter-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

