summaryrefslogtreecommitdiff
path: root/ext/interbase/ibase_blobs.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2004-02-02 12:28:19 +0000
committerZeev Suraski <zeev@php.net>2004-02-02 12:28:19 +0000
commit8e30d96ad895442d77d3a7c93cd70a052a257427 (patch)
treebc950bc1a461a35ebf3215f3b3159569568d8e4f /ext/interbase/ibase_blobs.c
parentc7699856fc7918604943d5f10a9191fdd8f1d21b (diff)
downloadphp-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