Home  |  Linux  | Mysql  | PHP  | XML
From:Sterling Hughes Date:Fri Mar 21 12:47:06 2003
Subject:segfault with ze2/php5-cvs
<?php
class sheep {
    var $name;
}

$start = new sheep;
$start->name = "Dolly";
$new = $start->__clone();
$new->name = "Molly";
var_dump($start);
?>

BOOM!

-Sterling
-- 
Good judgement comes from experience, and experience comes from 
bad judgement. 
    - Fred Brooks

Navigate in group php.dev at sever news.php.net
Previous Next




  
© No Copyright
You are free to use Anything
Site Maintained by PHP Developer
Powered By PHP Consultants