summaryrefslogtreecommitdiff
path: root/tests/basic
Commit message (Collapse)AuthorAgeFilesLines
* fix testAntony Dovgal2006-05-191-1/+1
|
* fix testAntony Dovgal2006-05-161-1/+1
|
* - add test for multipart POSTPierre Joye2006-05-031-0/+42
| | | | | - also first example of the POST_RAW section
* more POST+array testsAntony Dovgal2006-05-038-0/+155
|
* fix test when session.save_handler is "user"foobar2005-07-081-0/+1
|
* Fixed bug #29971 (variables_order behaviour)Dmitry Stogov2005-05-251-0/+15
|
* - Remove unused blocksMarcus Boerger2004-05-199-15/+0
|
* Fix 3 tests that didn't adequately specify the .ini settings they rely onRasmus Lerdorf2003-06-301-0/+1
|
* Appended "\n" as suggested by Derick.Moriyoshi Koizumi2002-12-191-1/+1
|
* Added a test case for bug #20539Moriyoshi Koizumi2002-12-181-0/+10
|
* Test argument passing for CLIMarcus Boerger2002-08-211-0/+27
|
* This does not work for CLIMarcus Boerger2002-08-211-3/+4
|
* Make test valid for either "register globals" setting.Preston L. Bannister2002-05-161-9/+10
|
* Fix typo in SKIP clause.Preston L. Bannister2002-05-164-6/+6
|
* Fixed many tests, mostly incorrect paths.Sander Roobol2002-03-084-0/+8
|
* - More test fixesDerick Rethans2002-03-051-1/+1
|
* Make these tests work regardless of the register_globals setting.foobar2001-11-134-4/+4
|
* Fix these to give correct results even if register_globals=off orfoobar2001-10-231-2/+10
| | | | | register_argc_argv=off.
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-2711-0/+109
Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.