summaryrefslogtreecommitdiff
path: root/tests/strings
Commit message (Collapse)AuthorAgeFilesLines
* . Added support for using static HEREDOCs to initialize static variables and ↵Dmitry Stogov2008-07-261-1/+1
| | | | | | | | class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt) . Optimized interpolated strings to use one less opcode. (Matt)
* MFH: fix testRob Richards2008-06-051-1/+1
|
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-161-4/+4
|
* MFH: Fixed test for cygwin installsIlia Alshanetsky2005-10-201-1/+4
|
* fix testAntony Dovgal2005-05-231-1/+1
|
* Adjust highlight test.Ilia Alshanetsky2005-05-221-2/+2
|
* - Remove unused blocksMarcus Boerger2004-05-192-4/+0
|
* Fix testMarcus Boerger2004-05-181-3/+2
|
* Correct output.Ilia Alshanetsky2004-05-171-4/+4
|
* Fixed test.Ilia Alshanetsky2004-04-241-1/+0
|
* - Fix tests after change to highlight_string()Derick Rethans2004-02-252-7/+7
|
* Fixed Bug #26703 (Certain characters inside strings incorrectly treated asIlia Alshanetsky2003-12-251-0/+18
| | | | | keywords). Original patch by vrana@php.net.
* Add more testsMarcus Boerger2003-12-221-0/+27
|
* Avoid having output_buffering cause this test to improperly fail.Sara Golemon2003-04-021-8/+7
|
* Implement fprintf() and vfprintf().Wez Furlong2003-01-091-0/+10
| | | | | Add a couple of tests.
* Moved the test into the suitable placeMoriyoshi Koizumi2002-10-311-19/+0
|
* - 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.