<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: php magic __set and __get</title>
	<atom:link href="http://dev.iordanov.net/archives/6/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.iordanov.net/archives/6</link>
	<description></description>
	<lastBuildDate>Sat, 13 Feb 2010 07:27:50 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ???Blog &#187; Blog Archive &#187; PHP5??????: Indirect modification of overloaded property has no effect</title>
		<link>http://dev.iordanov.net/archives/6/comment-page-1#comment-2227</link>
		<dc:creator>???Blog &#187; Blog Archive &#187; PHP5??????: Indirect modification of overloaded property has no effect</dc:creator>
		<pubDate>Thu, 14 Jan 2010 05:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iordanov.net/?p=6#comment-2227</guid>
		<description>[...] php magic __set and __get this one works as expected. Actually php interpreter seems to do same thing. Trying to get value if exists and change it. Problem is that when it takes this value there is no place to store it and rise this error. Trying to modify property in not existing array. Solution is to make this array available. Returning values by reference seems to work. [...]</description>
		<content:encoded><![CDATA[<p>[...] php magic __set and __get this one works as expected. Actually php interpreter seems to do same thing. Trying to get value if exists and change it. Problem is that when it takes this value there is no place to store it and rise this error. Trying to modify property in not existing array. Solution is to make this array available. Returning values by reference seems to work. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
