summaryrefslogtreecommitdiff
path: root/tests/classes
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed testsJani Taskinen2010-02-131-1/+1
|
* - Fixed testsFelipe Pena2009-12-043-3/+3
|
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-1/+0
|
* Additional class related tests.Robin Fernandes2009-06-179-0/+121
|
* MFH: Changed error messages to use "cannot" instead of "can not" (meaning ↵Matt Wilmas2009-06-072-2/+2
| | | | "also can")
* - Fix testFelipe Pena2009-04-281-2/+2
|
* fix testAntony Dovgal2009-04-281-10/+10
|
* Add some class related tests, fix hard-coded object ID in serialize_001.phpt.Robin Fernandes2008-12-0518-8/+720
|
* add test for ArrayObject acting as array (for 5.3)Sean Coates2008-11-101-0/+14
|
* Fixed testDmitry Stogov2008-06-111-1/+13
|
* - MFH: Fixed bug #44769 (declaring private magic methods should throw error)Felipe Pena2008-06-031-12/+1
|
* Added some class tests; Replaced some hardcoded instance ids with %d.Steve Seear2008-03-196-12/+91
|
* fix testsAntony Dovgal2008-03-172-19/+32
|
* Fix tests (removed space on error message "Undefined index: ...")Felipe Pena2008-03-082-4/+4
|
* Add new tests for class/object functions and features.Robin Fernandes2008-03-067-0/+205
|
* Remove inconsistent behaviour when a protected static prop is overridden by ↵Robin Fernandes2008-03-031-1/+3
| | | | public static prop (details: http://turl.ca/phhhf ).
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+3
| | | | | [DOC] Finally added deprecation messages
* - Only one line headingMarcus Boerger2008-02-031-2/+1
|
* 2 more test fixesRasmus Lerdorf2008-02-022-2/+2
|
* Adding tests for class features, including __autoload(), property ↵Robin Fernandes2008-01-3070-0/+2188
| | | | 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
|
* - Fix testsJani Taskinen2007-11-027-26/+26
| | | | | - Update README.PARAMETER_PARSING_API
* 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)