Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5 | SVN Migration | 2003-02-27 | 164 | -19549/+0 |
| | |||||
* | Added test case for bug #22367 | Moriyoshi Koizumi | 2003-02-24 | 1 | -0/+118 |
| | |||||
* | Fixed the test as the result is just considered to be expected | Moriyoshi Koizumi | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | New test which currently fails | Marcus Boerger | 2003-02-23 | 1 | -0/+22 |
| | |||||
* | Added test case for bug #22231 | Moriyoshi Koizumi | 2003-02-15 | 1 | -0/+39 |
| | |||||
* | Fix the test | Zeev Suraski | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | Add PPP method tests | Marcus Boerger | 2003-02-05 | 30 | -0/+994 |
| | |||||
* | Modified the test so it will be skipped under ZE1. | Moriyoshi Koizumi | 2003-02-03 | 1 | -0/+2 |
| | | | | | Thanks Kai | ||||
* | Added missing "?>" | Moriyoshi Koizumi | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | Added test case for bug #21961 | Moriyoshi Koizumi | 2003-02-03 | 1 | -0/+56 |
| | |||||
* | Fix parse error and edink's fear of bison errors | Melvyn Sopacua | 2003-01-28 | 1 | -3/+3 |
| | |||||
* | Updated test so it describes the problem more clearly. | Moriyoshi Koizumi | 2003-01-27 | 1 | -1/+16 |
| | |||||
* | MFB, removed unused GET/POST entries | foobar | 2003-01-24 | 6 | -13/+0 |
| | |||||
* | Added test case for bug21849.phpt | Moriyoshi Koizumi | 2003-01-23 | 1 | -0/+16 |
| | |||||
* | Fixed typo | Moriyoshi Koizumi | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | Changed the test's file name as per the convention | Moriyoshi Koizumi | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | Added test for bug: #21513 | foobar | 2003-01-23 | 1 | -0/+30 |
| | |||||
* | Added test case for bug #21800 | Moriyoshi Koizumi | 2003-01-21 | 1 | -0/+18 |
| | |||||
* | Added test case for bug #21094 | Moriyoshi Koizumi | 2003-01-18 | 1 | -0/+17 |
| | |||||
* | Fixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typo | Moriyoshi Koizumi | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | Added test case for bug #21600 | Moriyoshi Koizumi | 2003-01-12 | 1 | -0/+19 |
| | |||||
* | Implement fprintf() and vfprintf(). | Wez Furlong | 2003-01-09 | 1 | -0/+10 |
| | | | | | Add a couple of tests. | ||||
* | - Fix tests if Zend Optimizer is loaded | Derick Rethans | 2003-01-01 | 2 | -1/+38 |
| | |||||
* | MFB: There won't be a warning/fix on this, so remove the test | Melvyn Sopacua | 2002-12-21 | 1 | -31/+0 |
| | |||||
* | MFB: Skip the test, until a proper descision is made | Melvyn Sopacua | 2002-12-21 | 1 | -3/+11 |
| | |||||
* | Appended "\n" as suggested by Derick. | Moriyoshi Koizumi | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | Added a test case for bug #20539 | Moriyoshi Koizumi | 2002-12-18 | 1 | -0/+10 |
| | |||||
* | Add testcase for bug #20993 | Melvyn Sopacua | 2002-12-13 | 1 | -0/+23 |
| | |||||
* | "of cause" should have been "of course" but is not needed anyway | Marcus Boerger | 2002-12-10 | 4 | -4/+4 |
| | | | | | #noticed by Zeev | ||||
* | Updated error message | Marcus Boerger | 2002-12-07 | 1 | -1/+1 |
| | |||||
* | Updated error message | Marcus Boerger | 2002-12-07 | 1 | -1/+1 |
| | |||||
* | Adding a test for abstract class instanciation | Marcus Boerger | 2002-12-07 | 1 | -0/+29 |
| | |||||
* | Do not instanciate an abstract class | Marcus Boerger | 2002-11-28 | 1 | -4/+5 |
| | |||||
* | Better naming | Marcus Boerger | 2002-11-24 | 2 | -3/+3 |
| | |||||
* | Add test against redeclaring an overloaded method abstract | Marcus Boerger | 2002-11-24 | 1 | -0/+22 |
| | |||||
* | Add test against mixing static/non static methods | Marcus Boerger | 2002-11-24 | 2 | -0/+53 |
| | |||||
* | - Adjust tests for removed old_function() in Zend Engine 2 | Derick Rethans | 2002-11-23 | 4 | -8/+8 |
| | |||||
* | typo fix. | Andrey Hristov | 2002-11-22 | 1 | -1/+1 |
| | |||||
* | Update error message and say 'method' instead of 'function' | Marcus Boerger | 2002-11-22 | 1 | -2/+2 |
| | |||||
* | Test: An abstract function can be overwritten but not called | Marcus Boerger | 2002-11-21 | 1 | -0/+29 |
| | |||||
* | - Add test for bison weirdness as some people experienced (seems fixed | Derick Rethans | 2002-11-19 | 1 | -0/+9 |
| | | | | | now though) | ||||
* | Update to new syntax suggestion | Marcus Boerger | 2002-11-15 | 1 | -3/+3 |
| | |||||
* | Removed the test. I should have been more aware of variability of | Moriyoshi Koizumi | 2002-11-11 | 1 | -15/+0 |
| | | | | | error messages. Thanks Ilia. | ||||
* | Made it conscious of the line number | Moriyoshi Koizumi | 2002-11-10 | 1 | -1/+1 |
| | |||||
* | Added a test case for bug #17882 | Moriyoshi Koizumi | 2002-11-10 | 1 | -0/+15 |
| | |||||
* | Added a test for bug #19566 | Moriyoshi Koizumi | 2002-11-08 | 1 | -0/+10 |
| | |||||
* | Comment out part 3 for now | Marcus Boerger | 2002-11-05 | 1 | -7/+84 |
| | | | | | Added Part 4 | ||||
* | 2nd wow returns different results with ZE1/ZE2 | Marcus Boerger | 2002-11-04 | 1 | -2/+5 |
| | |||||
* | Removed \r, which caused the test to fail. | Ilia Alshanetsky | 2002-11-04 | 1 | -1/+1 |
| | |||||
* | See http://bugs.php.net/20175 | Marcus Boerger | 2002-11-04 | 1 | -0/+85 |
| |