summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Collapse)AuthorAgeFilesLines
* removed skipif sections that check for the existence of ArrayAccess class ↵Anantha Kesari H Y2005-01-074-16/+0
| | | | which is nomore a class but a interface.As the corresponding files in PHP-5.1-HEAD had removed the SKIPIF blocks themselves, removing the same for PHP5_0 branch also.
* "Undefined variable: %s" noticies were fixed to use one spaceDmitry Stogov2004-12-271-2/+2
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-10-041-0/+39
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-09-263-0/+57
|
* Fix testMarcus Boerger2004-09-091-1/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-08-261-0/+26
|
* MFH (bug 26737)Andrey Hristov2004-08-211-3/+5
|
* - Add new testsMarcus Boerger2004-08-017-1/+120
|
* - Update/Add testsMarcus Boerger2004-07-254-4/+4
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-07-253-0/+102
|
* 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
|