summaryrefslogtreecommitdiff
path: root/tests/func
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of some yucky past, and reenable these testsZeev Suraski2004-02-113-22/+23
|
* MFB, removed unused GET/POST entriesfoobar2003-01-246-13/+0
|
* Added test for bug: #21513foobar2003-01-231-0/+30
|
* - Adjust tests for removed old_function() in Zend Engine 2Derick Rethans2002-11-233-6/+6
|
* Test result depends on these ini settingsMarcus Boerger2002-10-221-2/+5
|
* - Fix descriptionsDerick Rethans2002-10-032-2/+2
|
* - Add testsDerick Rethans2002-10-032-0/+36
|
* Improve test to show output bufferring bypass bug clearly.Yasuo Ohgaki2002-10-021-3/+5
|
* Fix the levels. (php.ini-dist has output_buffering OFF)foobar2002-08-011-1/+1
|
* Added ini_set()/ini_get()/ini_restore() testYasuo Ohgaki2002-04-031-0/+24
|
* - added basic output buffering testsJan Lehnardt2002-03-241-0/+21
|
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-275-0/+406
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.