Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add new test | Marcus Boerger | 2004-08-26 | 1 | -0/+26 | |
| | ||||||
* | fix for bug 26737 : private & protected member variables not serialized | Andrey Hristov | 2004-08-21 | 1 | -3/+4 | |
| | | | | | | when user defined __sleep() is declared. Additionally E_NOTICE is being thrown if __sleep() returns a non-existing member variable name | |||||
* | Fix tests after foreach patch | Marcus Boerger | 2004-08-12 | 2 | -19/+1 | |
| | ||||||
* | MFB Enforce protocol of magic methods/classes | Marcus Boerger | 2004-08-02 | 6 | -0/+119 | |
| | ||||||
* | MFB: Enforce protocol on magic methods/functions | Marcus Boerger | 2004-08-02 | 1 | -1/+1 | |
| | ||||||
* | - Do not autoload classes in skip code | Marcus Boerger | 2004-07-25 | 4 | -4/+4 | |
| | ||||||
* | - Add new test | Marcus Boerger | 2004-07-25 | 1 | -0/+33 | |
| | ||||||
* | - Add test | Marcus Boerger | 2004-07-25 | 1 | -0/+45 | |
| | ||||||
* | - Add new patch for reordered shutdown sequence | Marcus Boerger | 2004-07-25 | 1 | -0/+24 | |
| | ||||||
* | Fix testcase | Marcus Boerger | 2004-07-22 | 1 | -1/+1 | |
| | ||||||
* | Test for bug 26737: | Magnus M��tt� | 2004-07-15 | 1 | -0/+21 | |
| | | | | | | Protected and private variables are not saved on serialization when a user defined __sleep is used. | |||||
* | Add new tests (by magnus) | Marcus Boerger | 2004-04-20 | 2 | -0/+51 | |
| | ||||||
* | Adapt ecpectations to 5.0 reality | Marcus Boerger | 2004-03-28 | 1 | -21/+8 | |
| | ||||||
* | Add new test | Marcus Boerger | 2004-03-27 | 1 | -0/+17 | |
| | ||||||
* | - Test for possible data corruption with __set | Pierre Joye | 2004-03-18 | 1 | -0/+29 | |
| | ||||||
* | Update message | Marcus Boerger | 2004-03-16 | 1 | -1/+1 | |
| | ||||||
* | - initial commit | Pierre Joye | 2004-03-16 | 1 | -0/+24 | |
| | | | | | test case for #27504 (http://bugs.php.net/bug.php?id=27504) | |||||
* | Update test | Marcus Boerger | 2004-03-09 | 1 | -3/+16 | |
| | ||||||
* | Rename hasMore() to valid() as discussed. (Part I) | Marcus Boerger | 2004-03-08 | 5 | -51/+51 | |
| | ||||||
* | Test files were fixed acording to new constructor redeclaration semantic | Dmitry Stogov | 2004-03-05 | 2 | -17/+1 | |
| | ||||||
* | Test file was fixed (stack trace is removed) | Dmitry Stogov | 2004-03-05 | 1 | -4/+0 | |
| | ||||||
* | - Fixed timing issues in test | Derick Rethans | 2004-03-02 | 1 | -2/+2 | |
| | ||||||
* | - Added testcase for bug #27468 | Derick Rethans | 2004-03-02 | 1 | -0/+19 | |
| | ||||||
* | The order of error has changed here. So the expectations must change too. | Marcus Boerger | 2004-02-27 | 1 | -1/+1 | |
| | ||||||
* | Fixes for abstract classes | Marcus Boerger | 2004-02-26 | 1 | -0/+20 | |
| | ||||||
* | Fix test | Zeev Suraski | 2004-02-12 | 1 | -1/+1 | |
| | ||||||
* | Fix: <interface> [extends <interface> [, <ineterface>]* ] | Marcus Boerger | 2004-02-11 | 1 | -3/+5 | |
| | ||||||
* | Add test | Marcus Boerger | 2004-02-04 | 1 | -0/+54 | |
| | ||||||
* | Update test (reason: early binding changes its behavior) | Zeev Suraski | 2004-02-04 | 1 | -3/+0 | |
| | ||||||
* | Update test (reason: early binding changes its behavior) | Zeev Suraski | 2004-02-04 | 1 | -3/+0 | |
| | ||||||
* | Update tests | Marcus Boerger | 2004-02-03 | 2 | -2/+2 | |
| | ||||||
* | Update tests | Marcus Boerger | 2004-02-03 | 5 | -11/+20 | |
| | ||||||
* | Change to correct syntax. | Marcus Boerger | 2004-01-21 | 1 | -3/+3 | |
| | | | | | # The test will still fail though. | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -4/+4 | |
| | ||||||
* | typofix | foobar | 2004-01-17 | 1 | -1/+1 | |
| | ||||||
* | Use __tostring() in all printing functions. | Marcus Boerger | 2003-12-29 | 1 | -1/+17 | |
| | ||||||
* | Add some __autoload() tests. | Marcus Boerger | 2003-12-29 | 6 | -0/+120 | |
| | ||||||
* | Add more tests. | Marcus Boerger | 2003-12-28 | 2 | -0/+42 | |
| | ||||||
* | Fix tests now that class names are shown in correct casing | Marcus Boerger | 2003-12-22 | 9 | -9/+9 | |
| | ||||||
* | Fixed bug #26675 (Segfault on ArrayAccess use) | Marcus Boerger | 2003-12-22 | 1 | -0/+57 | |
| | | | | | Update NEWS | |||||
* | New tests for memory leaks | Dmitry Stogov | 2003-12-19 | 5 | -0/+155 | |
| | ||||||
* | Assign_op operators (+=) were fixed for elements of overloaded objects | Dmitry Stogov | 2003-12-19 | 1 | -0/+37 | |
| | ||||||
* | Fix test | Marcus Boerger | 2003-12-19 | 1 | -4/+4 | |
| | ||||||
* | Add test for foreach visibility | Marcus Boerger | 2003-12-19 | 1 | -0/+58 | |
| | ||||||
* | Add new test | Marcus Boerger | 2003-12-17 | 1 | -0/+58 | |
| | ||||||
* | Reenable __tostring() magic for print,echo,concatenation,function naming... | Marcus Boerger | 2003-12-15 | 1 | -5/+41 | |
| | | | | | | but not for other internal things. # As discussed with Andi | |||||
* | Fix test | Marcus Boerger | 2003-12-14 | 1 | -0/+2 | |
| | ||||||
* | Fix tests for E_STRICT and check for E_STRICT in run-tests.php. | Marcus Boerger | 2003-11-30 | 10 | -16/+16 | |
| | ||||||
* | Add new interface ArrayAccess to use objects as Arrays | Marcus Boerger | 2003-11-24 | 4 | -0/+513 | |
| | ||||||
* | Add new iterator test inspired by bug #26527 | Marcus Boerger | 2003-11-18 | 1 | -0/+87 | |
| |