1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/Zend
Marcus Boerger 74a0f6c8ab Finally fix property cloning and fix the tests accordingly.
# 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.
2003-07-02 07:24:11 +00:00
..
2003-03-18 12:06:09 +00:00
2003-07-01 23:06:40 +00:00
1999-10-04 15:20:12 +00:00
2003-07-02 00:30:25 +00:00
2002-11-15 14:30:40 +00:00
2003-02-18 09:51:21 +00:00
2002-12-31 15:59:15 +00:00
2003-07-02 04:31:33 +00:00
2003-06-29 09:40:23 +00:00
2003-06-21 21:56:06 +00:00
2003-07-01 22:47:41 +00:00
2003-07-01 21:30:21 +00:00
2003-06-14 11:32:30 +00:00
2003-06-10 22:39:29 +00:00
1999-04-07 18:10:10 +00:00