<?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>Kommentare zu: Anonyme Objekte mit PHP</title>
	<atom:link href="http://www.naden.de/blog/anonyme-objekte-mit-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.naden.de/blog/anonyme-objekte-mit-php</link>
	<description>/* no comment */</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:31:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Von: naden</title>
		<link>http://www.naden.de/blog/anonyme-objekte-mit-php/comment-page-1#comment-56059</link>
		<dc:creator>naden</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.naden.de/blog/anonyme-objekte-mit-php#comment-56059</guid>
		<description>Mir ist kein Weg bekannt, was nicht bedeutet das es nicht gehen k&#246;nnte. Warum willst du das machen?</description>
		<content:encoded><![CDATA[<p>Mir ist kein Weg bekannt, was nicht bedeutet das es nicht gehen k&#246;nnte. Warum willst du das machen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: naden</title>
		<link>http://www.naden.de/blog/anonyme-objekte-mit-php/comment-page-1#comment-56058</link>
		<dc:creator>naden</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.naden.de/blog/anonyme-objekte-mit-php#comment-56058</guid>
		<description>@tarzanhb, genau das habe ich auch geschrieben. Guck dir zum Thema auch mal @Fabians Kommentar an.</description>
		<content:encoded><![CDATA[<p>@tarzanhb, genau das habe ich auch geschrieben. Guck dir zum Thema auch mal @Fabians Kommentar an.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Steffen</title>
		<link>http://www.naden.de/blog/anonyme-objekte-mit-php/comment-page-1#comment-56050</link>
		<dc:creator>Steffen</dc:creator>
		<pubDate>Tue, 17 Aug 2010 23:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.naden.de/blog/anonyme-objekte-mit-php#comment-56050</guid>
		<description>Kann ich denn eine stdClass auf eine eigene Klasse casten?</description>
		<content:encoded><![CDATA[<p>Kann ich denn eine stdClass auf eine eigene Klasse casten?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: tarzanhb@twitter</title>
		<link>http://www.naden.de/blog/anonyme-objekte-mit-php/comment-page-1#comment-55826</link>
		<dc:creator>tarzanhb@twitter</dc:creator>
		<pubDate>Thu, 05 Aug 2010 15:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.naden.de/blog/anonyme-objekte-mit-php#comment-55826</guid>
		<description>Mit create_function kann man aber keine Funktion auf ein stdClass Object hinzuf&#252;gen. 
PHP kann dies nicht korrekt interpretieren.

$foo = new stdClass;
$foo-&gt;bar = function(){ echo &quot;bar&quot;; };
oder
$foo-&gt;bar=create_function(&#039;&#039;,&#039;echo &quot;bar&quot;;&#039;);
$foo-&gt;bar();

meldet einen Fehler beim aufruf von $foo-&gt;bar(); .</description>
		<content:encoded><![CDATA[<p>Mit create_function kann man aber keine Funktion auf ein stdClass Object hinzuf&#252;gen.<br />
PHP kann dies nicht korrekt interpretieren.</p>
<p>$foo = new stdClass;<br />
$foo-&gt;bar = function(){ echo &#8220;bar&#8221;; };<br />
oder<br />
$foo-&gt;bar=create_function(&#8221;,&#8217;echo &#8220;bar&#8221;;&#8217;);<br />
$foo-&gt;bar();</p>
<p>meldet einen Fehler beim aufruf von $foo-&gt;bar(); .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Fabian</title>
		<link>http://www.naden.de/blog/anonyme-objekte-mit-php/comment-page-1#comment-50222</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.naden.de/blog/anonyme-objekte-mit-php#comment-50222</guid>
		<description>Mit create_function() bzw. mittels Lambda-Funktionen in PHP 5.3 sollten Methoden in stdClass kein Problem darstellen.</description>
		<content:encoded><![CDATA[<p>Mit create_function() bzw. mittels Lambda-Funktionen in PHP 5.3 sollten Methoden in stdClass kein Problem darstellen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

