diff options
author | Zeev Suraski <zeev@php.net> | 2004-02-02 12:28:19 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2004-02-02 12:28:19 +0000 |
commit | 8e30d96ad895442d77d3a7c93cd70a052a257427 (patch) | |
tree | bc950bc1a461a35ebf3215f3b3159569568d8e4f /ext/interbase/ibase_blobs.c | |
parent | c7699856fc7918604943d5f10a9191fdd8f1d21b (diff) | |
download | php-git-8e30d96ad895442d77d3a7c93cd70a052a257427.tar.gz |
Redesign the clone() feature to fix some fundamental flaws in the previous
implementation.
Using clone directly is now done using
$replica = clone $src;
Clone methods must now be declared as follows:
function __clone($that)
{
}
Clone methods in derived classes can call the __clone method of their parent
classes using parent::__clone($that)
Diffstat (limited to 'ext/interbase/ibase_blobs.c')
0 files changed, 0 insertions, 0 deletions