summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Collapse)AuthorAgeFilesLines
...
* Add new testMarcus Boerger2004-08-261-0/+26
|
* fix for bug 26737 : private & protected member variables not serializedAndrey Hristov2004-08-211-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 patchMarcus Boerger2004-08-122-19/+1
|
* MFB Enforce protocol of magic methods/classesMarcus Boerger2004-08-026-0/+119
|
* MFB: Enforce protocol on magic methods/functionsMarcus Boerger2004-08-021-1/+1
|
* - Do not autoload classes in skip codeMarcus Boerger2004-07-254-4/+4
|
* - Add new testMarcus Boerger2004-07-251-0/+33
|
* - Add testMarcus Boerger2004-07-251-0/+45
|
* - Add new patch for reordered shutdown sequenceMarcus Boerger2004-07-251-0/+24
|
* Fix testcaseMarcus Boerger2004-07-221-1/+1
|
* Test for bug 26737:Magnus M��tt�2004-07-151-0/+21
| | | | | | Protected and private variables are not saved on serialization when a user defined __sleep is used.
* Add new tests (by magnus)Marcus Boerger2004-04-202-0/+51
|
* Adapt ecpectations to 5.0 realityMarcus Boerger2004-03-281-21/+8
|
* Add new testMarcus Boerger2004-03-271-0/+17
|
* - Test for possible data corruption with __setPierre Joye2004-03-181-0/+29
|
* Update messageMarcus Boerger2004-03-161-1/+1
|
* - initial commitPierre Joye2004-03-161-0/+24
| | | | | test case for #27504 (http://bugs.php.net/bug.php?id=27504)
* Update testMarcus Boerger2004-03-091-3/+16
|
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-085-51/+51
|
* Test files were fixed acording to new constructor redeclaration semanticDmitry Stogov2004-03-052-17/+1
|
* Test file was fixed (stack trace is removed)Dmitry Stogov2004-03-051-4/+0
|
* - Fixed timing issues in testDerick Rethans2004-03-021-2/+2
|
* - Added testcase for bug #27468Derick Rethans2004-03-021-0/+19
|
* The order of error has changed here. So the expectations must change too.Marcus Boerger2004-02-271-1/+1
|
* Fixes for abstract classesMarcus Boerger2004-02-261-0/+20
|
* Fix testZeev Suraski2004-02-121-1/+1
|
* Fix: <interface> [extends <interface> [, <ineterface>]* ]Marcus Boerger2004-02-111-3/+5
|
* Add testMarcus Boerger2004-02-041-0/+54
|
* Update test (reason: early binding changes its behavior)Zeev Suraski2004-02-041-3/+0
|
* Update test (reason: early binding changes its behavior)Zeev Suraski2004-02-041-3/+0
|
* Update testsMarcus Boerger2004-02-032-2/+2
|
* Update testsMarcus Boerger2004-02-035-11/+20
|
* Change to correct syntax.Marcus Boerger2004-01-211-3/+3
| | | | | # The test will still fail though.
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* typofixfoobar2004-01-171-1/+1
|
* Use __tostring() in all printing functions.Marcus Boerger2003-12-291-1/+17
|
* Add some __autoload() tests.Marcus Boerger2003-12-296-0/+120
|
* Add more tests.Marcus Boerger2003-12-282-0/+42
|
* Fix tests now that class names are shown in correct casingMarcus Boerger2003-12-229-9/+9
|
* Fixed bug #26675 (Segfault on ArrayAccess use)Marcus Boerger2003-12-221-0/+57
| | | | | Update NEWS
* New tests for memory leaksDmitry Stogov2003-12-195-0/+155
|
* Assign_op operators (+=) were fixed for elements of overloaded objectsDmitry Stogov2003-12-191-0/+37
|
* Fix testMarcus Boerger2003-12-191-4/+4
|
* Add test for foreach visibilityMarcus Boerger2003-12-191-0/+58
|
* Add new testMarcus Boerger2003-12-171-0/+58
|
* Reenable __tostring() magic for print,echo,concatenation,function naming...Marcus Boerger2003-12-151-5/+41
| | | | | | but not for other internal things. # As discussed with Andi
* Fix testMarcus Boerger2003-12-141-0/+2
|
* Fix tests for E_STRICT and check for E_STRICT in run-tests.php.Marcus Boerger2003-11-3010-16/+16
|
* Add new interface ArrayAccess to use objects as ArraysMarcus Boerger2003-11-244-0/+513
|
* Add new iterator test inspired by bug #26527Marcus Boerger2003-11-181-0/+87
|