summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Collapse)AuthorAgeFilesLines
* Added some class tests; Replaced some hardcoded instance ids with %d.Steve Seear2008-03-196-12/+91
|
* Add new tests for class/object functions and features.Robin Fernandes2008-03-067-0/+205
|
* Adding tests for class features, including __autoload(), property ↵Robin Fernandes2008-01-3070-0/+2189
| | | | inheritance rules and class constants.
* Fix incorrect use of assignment in where equality was intended - class tests.Robert Nicholson2007-11-235-10/+10
|
* Fixed testsDmitry Stogov2007-11-191-1/+1
|
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-0/+1
| | | | | Fixed bug #41929 (Foreach on object does not iterate over all visible properties)
* win32 test fixesAntony Dovgal2007-04-181-2/+2
|
* Fixed testsDmitry Stogov2007-01-101-0/+2
|
* Fixed bug #39775 ("Indirect modification ..." message is not shown)Dmitry Stogov2006-12-085-5/+20
| | | | | The fix breaks two SimpleXML tests those must be fixed
* Fix testsHannes Magnusson2006-11-103-3/+3
|
* Fixed testsDmitry Stogov2006-11-103-0/+6
|
* Make use of abstract methods be E_STRICT rather then E_ERRORIlia Alshanetsky2006-10-201-1/+3
|
* MFH: fix #39003 (__autoload() is called for type hinting)Antony Dovgal2006-10-021-2/+1
|
* - SpelingMarcus Boerger2006-08-081-1/+1
|
* - MFH Fixed Bug #38064 ignored constructor visibilityMarcus Boerger2006-08-071-0/+69
|
* typofixAntony Dovgal2006-07-171-1/+1
|
* there is no Unicode in 5_2Antony Dovgal2006-07-111-54/+0
|
* fix testsAntony Dovgal2006-07-052-2/+2
|
* - Add new testsMarcus Boerger2006-05-302-0/+42
|
* - MFH Sync error messages and simplify error message generation codeMarcus Boerger2006-05-261-1/+1
|
* - MFH improve error messagesMarcus Boerger2006-05-213-3/+3
|
* - MFH Add new testsMarcus Boerger2006-05-202-0/+66
|
* - MFH testsMarcus Boerger2006-05-1010-129/+298
|
* - MFH Constructors in interfacesMarcus Boerger2006-05-104-0/+103
|
* - MFH Add missing prefixesMarcus Boerger2005-12-184-5/+5
|
* - MFH SpelingMarcus Boerger2005-12-181-1/+1
|
* - MFH Fix Bug #35720 A final constructor can be overwrittenMarcus Boerger2005-12-172-0/+58
|
* - Add/fix testsMarcus Boerger2005-12-161-1/+2
|
* - MFH Add new testMarcus Boerger2005-11-151-0/+60
|
* - Add new testMarcus Boerger2005-10-061-0/+33
|
* - Fix tests due to changes in the error messages.foobar2005-09-151-1/+1
| | | | | # Also nuked some CRLF's
* Fixed bug #33996 (No information given for fatal error on passing invalid ↵Dmitry Stogov2005-08-051-1/+1
| | | | value to typed argument)
* fix testfoobar2005-07-311-1/+1
|
* - Add test to verify all ArrayAccess methods can throwMarcus Boerger2005-07-191-0/+58
|
* - Add test to verify all iterator methods can throwMarcus Boerger2005-07-191-0/+43
|
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to ↵Dmitry Stogov2005-07-072-0/+8
| | | | complement the property get/set methods). Now empty($obj[...]) works proper but in addition it may call offsetGet() method.
* Don't really need the ZE2 check since this is in HEADRasmus Lerdorf2005-06-231-2/+0
|
* test for derived method name clashesRasmus Lerdorf2005-06-231-0/+24
|
* - Add new testMarcus Boerger2005-06-211-0/+34
|
* - Add new testMarcus Boerger2005-06-191-0/+187
| | | | | | # In this version we do not need to make the subscripted array a reference. # Thus this implementation is in most cases the ideal implementation.
* - Add new testMarcus Boerger2005-06-191-0/+168
| | | | | | # This does the same as 009 but achieves its goal completely different. It # is easier but makes the array a reference which is not always practical.
* - Drop doubled $Marcus Boerger2005-06-191-8/+8
|
* - Add new testMarcus Boerger2005-06-191-0/+190
|
* - Update tests to reflect current situationMarcus Boerger2005-06-193-18/+30
| | | | | | | | # I don't feel like discussing this issue anymore - maybe we need to find # a way of returning proxies to get the requested behavior back - i'll give # it a try for PHP 5.2. So long we'll have to stay with the original # decision that we don't support references at all with ArrayAccess.
* Fixed test file affected by fix for bug #30820 (static member conflict with ↵Dmitry Stogov2005-06-081-0/+2
| | | | $this->member silently ignored)
* Fixed error messageDmitry Stogov2005-05-031-1/+1
|
* - Fix tests affected by fixMarcus Boerger2005-05-034-6/+6
|
* - Make sure E_STRICT is set when expecting Strict errors..foobar2005-04-291-0/+2
|
* Fix testfoobar2005-04-251-3/+3
|
* - Add new testsMarcus Boerger2005-04-231-0/+39
|