summaryrefslogtreecommitdiff
path: root/tests/strings
Commit message (Collapse)AuthorAgeFilesLines
* - Drop requirement for php.ini-distDerick Rethans2002-10-081-2/+9
| | | | | - Adjust test script to hard code ini settings
* - Fix highlight_string test.Derick Rethans2002-10-061-2/+2
|
* - Add highlight_string buffering testDerick Rethans2002-10-031-0/+17
|
* - Add test for sprintf()'s zero'th argumentDerick Rethans2002-03-221-0/+2
|
* New PHP streams...Wez Furlong2002-03-151-2/+8
|
* printf argnum (parameter swapping) support from Morten PoulsenRasmus Lerdorf2001-04-091-0/+8
|
* more win32 fixesAndré Langhorst2001-03-213-3/+0
|
* removed LC_* warninHartmut Holzgraefe2001-02-221-1/+1
|
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-273-0/+291
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.