summaryrefslogtreecommitdiff
path: root/tests/func
Commit message (Collapse)AuthorAgeFilesLines
* Added XOR support for expressions in INI parserDejan Marjanovic2013-03-272-0/+20
|
* These are annoyingly slowHannes Magnusson2011-06-232-0/+8
|
* More tests from 2009 testfestZoe Slattery2009-08-302-31/+0
|
* Test from 2009 testfestZoe Slattery2009-08-262-0/+31
|
* Move tests to correct directoryandy wharmby2009-06-156-1186/+0
|
* New foreach tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-146-0/+1186
|
* - initial ciSebastian Schürmann2009-04-251-0/+19
| | | | | - basic test for ini_alter
* add new test to test function with many arguments (i.e. test the new stack ↵Nuno Lopes2008-02-081-0/+73
| | | | | | | implementation) this increases the converage of zend_execute.h by 18%
* 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.