> I don't see anything odd in here.  All of the assignments, except for the 
> first one ('A'), assign to $this->"" (because $myvar, ${'myvar'} (which is 
> the same as $myvar) and ${'$myvar'} (which is basically $"") are all non 
> existent variables which implicitly evaluate to "".  Try to turn on E_ALL, 
> it should give you some insight...

Ah, that makes it very obvious! I thought I had E_ALL enabled ;)

John

-- 
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-
John Coggeshall                   http://www.coggeshall.org/
The PHP Developer's Handbook    http://www.php-handbook.com/
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to