<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PHP5 Object Oriented Properties - Tested!</title>
	<atom:link href="http://www.102degrees.com/blog/2007/06/21/php5-object-oriented-properties-tested/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.102degrees.com/blog/2007/06/21/php5-object-oriented-properties-tested/</link>
	<description>Web Programming and Design by Aaron Saray</description>
	<pubDate>Fri, 05 Dec 2008 12:09:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Todd</title>
		<link>http://www.102degrees.com/blog/2007/06/21/php5-object-oriented-properties-tested/#comment-703</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 12 Jun 2008 22:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/2007/06/21/php5-object-oriented-properties-tested/#comment-703</guid>
		<description>Update:  This bug has been fixed in CVS.
http://bugs.php.net/bug.php?id=44769

Fixed in 5_3 and HEAD.</description>
		<content:encoded><![CDATA[<p>Update:  This bug has been fixed in CVS.<br />
<a href="http://bugs.php.net/bug.php?id=44769" rel="nofollow">http://bugs.php.net/bug.php?id=44769</a></p>
<p>Fixed in 5_3 and HEAD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.102degrees.com/blog/2007/06/21/php5-object-oriented-properties-tested/#comment-307</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 17 Apr 2008 20:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/2007/06/21/php5-object-oriented-properties-tested/#comment-307</guid>
		<description>Actually, you may have discovered a bug here.  I tested the code again to test a private __set method in PHP 5.2.5.  First, according to the PHP manual page on OOP5 overloading:
http://us.php.net/manual/en/language.oop5.overloading.php

"All overloading methods must be defined as public."

I would think that by attempting to define the __set magic method as private you should send the parser into an error state and at the very least throw a warning.</description>
		<content:encoded><![CDATA[<p>Actually, you may have discovered a bug here.  I tested the code again to test a private __set method in PHP 5.2.5.  First, according to the PHP manual page on OOP5 overloading:<br />
<a href="http://us.php.net/manual/en/language.oop5.overloading.php" rel="nofollow">http://us.php.net/manual/en/language.oop5.overloading.php</a></p>
<p>&#8220;All overloading methods must be defined as public.&#8221;</p>
<p>I would think that by attempting to define the __set magic method as private you should send the parser into an error state and at the very least throw a warning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.365 seconds -->
