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 5500287432 Fix __clone().
# This is somewhat discussable. I copied all properties from the old to the
# new object. But for type correctness we only need to copy the properties
# declared in the class and its parents.
#
# Also someone might want to take care about static and const members.
2003-07-01 23:29:36 +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-01 00:30:09 +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-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
2003-07-01 23:29:36 +00:00
1999-04-07 18:10:10 +00:00