1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Steph Fox 10c04aca38 - killed off UEXPECT 2008-05-26 15:52:06 +00:00
Johannes Schlüter 98155ab1c0 - Fix test 2007-04-26 07:19:29 +00:00
Antony Dovgal 4c4d865e9b fix tests 2007-02-19 20:02:08 +00:00
Antony Dovgal 8f98226510 fix tests 2006-12-06 13:11:02 +00:00
Dmitry Stogov e6a8c7405e Fixed test 2006-03-27 09:39:27 +00:00
Andrey Hristov dd5538566e fix for bug 26737 : private & protected member variables not serialized
when user defined __sleep() is declared. Additionally E_NOTICE is
being thrown if __sleep() returns a non-existing member variable name
2004-08-21 13:49:19 +00:00
Marcus Boerger 170c92dfbe Fix testcase 2004-07-22 18:40:19 +00:00
Magnus M��tt� cfc8accd3e Test for bug 26737:
Protected and private variables are not saved on serialization
when a user defined __sleep is used.
2004-07-15 11:52:04 +00:00