Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 81 | -0/+0 |
| | |||||
* | Fix test, parameter signatures was introduced only into 5.4 | Xinchen Hui | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | - Fix test | Felipe Pena | 2011-11-26 | 1 | -1/+1 |
| | |||||
* | clean up is_a test title | Alan Knowles | 2011-09-24 | 1 | -1/+1 |
| | |||||
* | clean up is_a test, so that it covers more use cases - negative and positive ↵ | Alan Knowles | 2011-09-24 | 1 | -423/+94 |
| | | | | testing | ||||
* | add is_a and is_subclass_of test with autoloader feature | Alan Knowles | 2011-09-24 | 1 | -0/+707 |
| | | | | Its a bit of an overkill, but should ensure breaks are easier to spot in future. | ||||
* | - Fix tests for \0 patch in PHP 5.3. | Gustavo André dos Santos Lopes | 2010-11-22 | 1 | -1/+1 |
| | | | | - Fix constants_error_004.phpt (closes bug #51901) | ||||
* | - Fixed tests | Jani Taskinen | 2010-02-13 | 1 | -1/+1 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-12-04 | 3 | -3/+3 |
| | |||||
* | Remove empty sections. Fix bad use of --SKIP-- | Zoe Slattery | 2009-07-21 | 1 | -1/+0 |
| | |||||
* | Additional class related tests. | Robin Fernandes | 2009-06-17 | 9 | -0/+121 |
| | |||||
* | MFH: Changed error messages to use "cannot" instead of "can not" (meaning ↵ | Matt Wilmas | 2009-06-07 | 2 | -2/+2 |
| | | | | "also can") | ||||
* | - Fix test | Felipe Pena | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | fix test | Antony Dovgal | 2009-04-28 | 1 | -10/+10 |
| | |||||
* | Add some class related tests, fix hard-coded object ID in serialize_001.phpt. | Robin Fernandes | 2008-12-05 | 18 | -8/+720 |
| | |||||
* | add test for ArrayObject acting as array (for 5.3) | Sean Coates | 2008-11-10 | 1 | -0/+14 |
| | |||||
* | Fixed test | Dmitry Stogov | 2008-06-11 | 1 | -1/+13 |
| | |||||
* | - MFH: Fixed bug #44769 (declaring private magic methods should throw error) | Felipe Pena | 2008-06-03 | 1 | -12/+1 |
| | |||||
* | Added some class tests; Replaced some hardcoded instance ids with %d. | Steve Seear | 2008-03-19 | 6 | -12/+91 |
| | |||||
* | fix tests | Antony Dovgal | 2008-03-17 | 2 | -19/+32 |
| | |||||
* | Fix tests (removed space on error message "Undefined index: ...") | Felipe Pena | 2008-03-08 | 2 | -4/+4 |
| | |||||
* | 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 |
| |