summaryrefslogtreecommitdiff
path: root/tests/classes/clone_003.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Update testsMarcus Boerger2004-02-031-2/+2
|
* Fix testMarcus Boerger2003-09-031-2/+0
|
* Finally fix property cloning and fix the tests accordingly.Marcus Boerger2003-07-021-21/+27
| | | | | | | | # The default behaviour is to copy all properties with all current values # from the old object. But if __clone is overwritten then only the default # properties are cloned with their correct default values. So we keep # the type system intact and also allow real __clone overwriting now.
* Add more clone testingMarcus Boerger2003-07-011-0/+54