Andi Gutmans wrote:

> I tried the following (command line):

If you read the mail again, you should have typed the following code... 
please try again Andi, Sebastian:

<?php

$foobar->rfoo=&$a;
$foobar->r2foo=&$foobar->rfoo;
$foobar->rfoo=4;

function strlens($string)    { return $string; }

ob_start('strlens');
echo '<PRE>';
var_dump($foobar);
echo '</PRE>';
ob_end_flush();

?>



I got a post output crash (tested win32/cgi)

andré



-- 
· André Langhorst        t: +49 331 5811560 ·
· [EMAIL PROTECTED]          m: +49 173 9558736 ·
* PHP Quality Assurance  http://qa.php.net  *


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to