summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add testMarcus Boerger2004-02-041-0/+54
* The &new is no longer needed, prevent E_STRICT messageMarcus Boerger2004-02-041-3/+1
* Update test (reason: can no longer assign to $this)Zeev Suraski2004-02-041-3/+4
* 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
* No longer neededMarcus Boerger2004-02-031-15/+0
* Update testsMarcus Boerger2004-02-035-11/+20
* test for bug #26900foobar2004-01-261-0/+15
* Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow callingMarcus Boerger2004-01-241-1/+4
* Change to correct syntax.Marcus Boerger2004-01-211-3/+3
* test case for bug #26696foobar2004-01-201-0/+28
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-19/+4
* typofixfoobar2004-01-171-1/+1
* add test case for bug #26869foobar2004-01-111-0/+15
* 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
* Fixed Bug #26703 (Certain characters inside strings incorrectly treated asIlia Alshanetsky2003-12-251-0/+18
* Add more testsMarcus Boerger2003-12-222-0/+56
* Fix tests now that class names are shown in correct casingMarcus Boerger2003-12-2212-12/+12
* Fixed bug #26675 (Segfault on ArrayAccess use)Marcus Boerger2003-12-221-0/+57
* 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
* Update test.Ilia Alshanetsky2003-12-171-1/+28
* Reenable __tostring() magic for print,echo,concatenation,function naming...Marcus Boerger2003-12-151-5/+41
* Fixed test.Ilia Alshanetsky2003-12-141-1/+53
* Fix testMarcus Boerger2003-12-141-0/+2
* - Nuke property_exists() callsfoobar2003-12-011-14/+0
* Fix tests for E_STRICT and check for E_STRICT in run-tests.php.Marcus Boerger2003-11-3022-31/+31
* Research reveals that the error text depends on the tools and theirMarcus Boerger2003-11-291-2/+2
* test for bug #24908foobar2003-11-291-0/+18
* - Fix expected output.foobar2003-11-291-1/+1
* oops..foobar2003-11-291-0/+0
* test for bug #25652foobar2003-11-291-0/+22
* test for bug #24926foobar2003-11-291-0/+28
* Add a support function to check for property existance which is differentMarcus Boerger2003-11-271-0/+13
* In PHP5 this will create an implicit public propertyMarcus Boerger2003-11-261-0/+1
* Errro message has changedMarcus Boerger2003-11-261-2/+2
* test case for bug #26182foobar2003-11-251-0/+25
* 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
* Update test expectationsMarcus Boerger2003-11-103-34/+28
* Fixed some test names.Ilia Alshanetsky2003-10-244-4/+4
* Fixed bug #25922 (Crash in error handler when 5th argument is modified).Ilia Alshanetsky2003-10-221-0/+21
* Impement userspace iterator interfaces and tests. See tests for detailsMarcus Boerger2003-10-225-0/+537
* Fixed typoKai Schroeder2003-10-201-1/+1