segfault with ze2/php5-cvs
[email protected] (Sterling Hughes) 21 Mar 2003 14:47:06 -0500
| Newsgroups | php.dev |
|---|---|
| Message-ID | <1048276026.7286.905.camel@hasele> |
<?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