Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add new tests for class/object functions and features. | Robin Fernandes | 2008-03-06 | 7 | -0/+205 | |
| | ||||||
* | Remove inconsistent behaviour when a protected static prop is overridden by ↵ | Robin Fernandes | 2008-03-03 | 1 | -1/+3 | |
| | | | | public static prop (details: http://turl.ca/phhhf ). | |||||
* | - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) | Marcus Boerger | 2008-02-23 | 1 | -1/+3 | |
| | | | | | [DOC] Finally added deprecation messages | |||||
* | - Only one line heading | Marcus Boerger | 2008-02-03 | 1 | -2/+1 | |
| | ||||||
* | 2 more test fixes | Rasmus Lerdorf | 2008-02-02 | 2 | -2/+2 | |
| | ||||||
* | Adding tests for class features, including __autoload(), property ↵ | Robin Fernandes | 2008-01-30 | 70 | -0/+2188 | |
| | | | | inheritance rules and class constants. | |||||
* | Fix incorrect use of assignment in where equality was intended - class tests. | Robert Nicholson | 2007-11-23 | 5 | -10/+10 | |
| | ||||||
* | Fixed tests | Dmitry Stogov | 2007-11-19 | 1 | -1/+1 | |
| | ||||||
* | - Fix tests | Jani Taskinen | 2007-11-02 | 7 | -26/+26 | |
| | | | | | - Update README.PARAMETER_PARSING_API | |||||
* | Fixed bug #40757 (get_object_vars get nothing in child class) | Dmitry Stogov | 2007-07-24 | 1 | -0/+1 | |
| | | | | | Fixed bug #41929 (Foreach on object does not iterate over all visible properties) | |||||
* | win32 test fixes | Antony Dovgal | 2007-04-18 | 1 | -2/+2 | |
| | ||||||
* | Fixed tests | Dmitry Stogov | 2007-01-10 | 1 | -0/+2 | |
| | ||||||
* | Fixed bug #39775 ("Indirect modification ..." message is not shown) | Dmitry Stogov | 2006-12-08 | 5 | -5/+20 | |
| | | | | | The fix breaks two SimpleXML tests those must be fixed | |||||
* | Fix tests | Hannes Magnusson | 2006-11-10 | 3 | -3/+3 | |
| | ||||||
* | Fixed tests | Dmitry Stogov | 2006-11-10 | 3 | -0/+6 | |
| | ||||||
* | Make use of abstract methods be E_STRICT rather then E_ERROR | Ilia Alshanetsky | 2006-10-20 | 1 | -1/+3 | |
| | ||||||
* | MFH: fix #39003 (__autoload() is called for type hinting) | Antony Dovgal | 2006-10-02 | 1 | -2/+1 | |
| | ||||||
* | - Speling | Marcus Boerger | 2006-08-08 | 1 | -1/+1 | |
| | ||||||
* | - MFH Fixed Bug #38064 ignored constructor visibility | Marcus Boerger | 2006-08-07 | 1 | -0/+69 | |
| | ||||||
* | typofix | Antony Dovgal | 2006-07-17 | 1 | -1/+1 | |
| | ||||||
* | there is no Unicode in 5_2 | Antony Dovgal | 2006-07-11 | 1 | -54/+0 | |
| | ||||||
* | fix tests | Antony Dovgal | 2006-07-05 | 2 | -2/+2 | |
| | ||||||
* | - Add new tests | Marcus Boerger | 2006-05-30 | 2 | -0/+42 | |
| | ||||||
* | - MFH Sync error messages and simplify error message generation code | Marcus Boerger | 2006-05-26 | 1 | -1/+1 | |
| | ||||||
* | - MFH improve error messages | Marcus Boerger | 2006-05-21 | 3 | -3/+3 | |
| | ||||||
* | - MFH Add new tests | Marcus Boerger | 2006-05-20 | 2 | -0/+66 | |
| | ||||||
* | - MFH tests | Marcus Boerger | 2006-05-10 | 10 | -129/+298 | |
| | ||||||
* | - MFH Constructors in interfaces | Marcus Boerger | 2006-05-10 | 4 | -0/+103 | |
| | ||||||
* | - MFH Add missing prefixes | Marcus Boerger | 2005-12-18 | 4 | -5/+5 | |
| | ||||||
* | - MFH Speling | Marcus Boerger | 2005-12-18 | 1 | -1/+1 | |
| | ||||||
* | - MFH Fix Bug #35720 A final constructor can be overwritten | Marcus Boerger | 2005-12-17 | 2 | -0/+58 | |
| | ||||||
* | - Add/fix tests | Marcus Boerger | 2005-12-16 | 1 | -1/+2 | |
| | ||||||
* | - MFH Add new test | Marcus Boerger | 2005-11-15 | 1 | -0/+60 | |
| | ||||||
* | - Add new test | Marcus Boerger | 2005-10-06 | 1 | -0/+33 | |
| | ||||||
* | - Fix tests due to changes in the error messages. | foobar | 2005-09-15 | 1 | -1/+1 | |
| | | | | | # Also nuked some CRLF's | |||||
* | Fixed bug #33996 (No information given for fatal error on passing invalid ↵ | Dmitry Stogov | 2005-08-05 | 1 | -1/+1 | |
| | | | | value to typed argument) | |||||
* | fix test | foobar | 2005-07-31 | 1 | -1/+1 | |
| | ||||||
* | - Add test to verify all ArrayAccess methods can throw | Marcus Boerger | 2005-07-19 | 1 | -0/+58 | |
| | ||||||
* | - Add test to verify all iterator methods can throw | Marcus Boerger | 2005-07-19 | 1 | -0/+43 | |
| | ||||||
* | Fixed bug #33512 (Add missing support for isset()/unset() overloading to ↵ | Dmitry Stogov | 2005-07-07 | 2 | -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 HEAD | Rasmus Lerdorf | 2005-06-23 | 1 | -2/+0 | |
| | ||||||
* | test for derived method name clashes | Rasmus Lerdorf | 2005-06-23 | 1 | -0/+24 | |
| | ||||||
* | - Add new test | Marcus Boerger | 2005-06-21 | 1 | -0/+34 | |
| | ||||||
* | - Add new test | Marcus Boerger | 2005-06-19 | 1 | -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 test | Marcus Boerger | 2005-06-19 | 1 | -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 Boerger | 2005-06-19 | 1 | -8/+8 | |
| | ||||||
* | - Add new test | Marcus Boerger | 2005-06-19 | 1 | -0/+190 | |
| | ||||||
* | - Update tests to reflect current situation | Marcus Boerger | 2005-06-19 | 3 | -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 Stogov | 2005-06-08 | 1 | -0/+2 | |
| | | | | $this->member silently ignored) | |||||
* | Fixed error message | Dmitry Stogov | 2005-05-03 | 1 | -1/+1 | |
| |