Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New tests for operators. These tests were auto generated to verify ↵ | Robert Nicholson | 2009-06-08 | 50 | -0/+9030 |
| | | | | correctness for a number of significant values. The work was done by Dave Kelsey. | ||||
* | New tests for foreach loops. These were written by another member of the ↵ | Robert Nicholson | 2009-06-07 | 17 | -0/+2941 |
| | | | | Projectzero team. | ||||
* | MFH: Changed error messages to use "cannot" instead of "can not" (meaning ↵ | Matt Wilmas | 2009-06-07 | 2 | -2/+2 |
| | | | | "also can") | ||||
* | Engine execution order tests | Zoe Slattery | 2009-06-01 | 1 | -0/+198 |
| | |||||
* | MFH: Add test for the timeout inside shutdown function | Etienne Kneuss | 2009-05-31 | 1 | -0/+23 |
| | |||||
* | Engine execution order tests | Zoe Slattery | 2009-05-29 | 9 | -0/+804 |
| | |||||
* | Language Tests: returnByReference | Robert Nicholson | 2009-05-27 | 9 | -0/+445 |
| | |||||
* | MFH | Jani Taskinen | 2009-05-07 | 1 | -1/+0 |
| | |||||
* | MFH | Jani Taskinen | 2009-05-07 | 1 | -2/+0 |
| | |||||
* | - Fixed ini deprecation message issues in tests. | Jani Taskinen | 2009-05-06 | 1 | -1/+0 |
| | | | | | # CGI headers are stripped and the error ends up there with CGI.. | ||||
* | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 2 | -0/+4 |
| | |||||
* | - Fix test | Felipe Pena | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | fix test | Antony Dovgal | 2009-04-28 | 1 | -10/+10 |
| | |||||
* | - Initial commit | Sebastian Schürmann | 2009-04-25 | 1 | -0/+34 |
| | |||||
* | - initial ci | Sebastian Schürmann | 2009-04-25 | 1 | -0/+19 |
| | | | | | - basic test for ini_alter | ||||
* | This is apparently fixed | Hannes Magnusson | 2009-04-06 | 1 | -5/+3 |
| | |||||
* | - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers | David Coallier | 2009-02-13 | 1 | -0/+27 |
| | | | | | | | | | - Added test for bug46897 - A memleak has been identified while fixing this bug but the changes made by this commit do not affect ob_get_clean where the memleak (which is fixed in HEAD with the new handler) resides. - [DOC] New noticed is outputted in ob_flush when the buffer is unerasable | ||||
* | fixed subtle bugs regarding attempting to chdir, plus cleanup issues. ↵ | Dave Kelsey | 2009-01-22 | 27 | -91/+142 |
| | | | | improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit. | ||||
* | - Fixed tests | Felipe Pena | 2009-01-10 | 2 | -1/+2 |
| | |||||
* | Additional output buffering tests. | Robin Fernandes | 2008-12-18 | 39 | -0/+1498 |
| | |||||
* | Added test for magic_quotes_gpc | Stefan Esser | 2008-12-11 | 1 | -0/+12 |
| | |||||
* | MFH: fixed test | Arnaud Le Blanc | 2008-12-09 | 1 | -1/+0 |
| | |||||
* | MFH:- Better descriptions for these tests | Jani Taskinen | 2008-12-09 | 4 | -5/+5 |
| | |||||
* | MFH: fix tests | Jani Taskinen | 2008-12-09 | 2 | -3/+5 |
| | |||||
* | Add test for the recent magic_quotes_gpc regression. | Scott MacVicar | 2008-12-09 | 1 | -0/+21 |
| | |||||
* | Add some class related tests, fix hard-coded object ID in serialize_001.phpt. | Robin Fernandes | 2008-12-05 | 18 | -8/+720 |
| | |||||
* | Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵ | Ant Phillips | 2008-11-28 | 32 | -0/+1519 |
| | | | | 64 bit). | ||||
* | add test for ArrayObject acting as array (for 5.3) | Sean Coates | 2008-11-10 | 1 | -0/+14 |
| | |||||
* | MFH: Improve test and fix skipif | Hannes Magnusson | 2008-10-27 | 1 | -1/+5 |
| | |||||
* | - Fixed test | Felipe Pena | 2008-10-26 | 1 | -2/+2 |
| | |||||
* | Fixed #46313 (Magic quotes broke $_FILES) | Arnaud Le Blanc | 2008-10-20 | 2 | -0/+124 |
| | | | | | | | | | | | # magic_quotes_gpc was disabled during registration of $_FILES["x"]["tmp_name"] # and $GLOBALS["x"] (which is tmp_name with register_globals enabled). This # caused "x" to not be escaped so there was 2 different keys for the same file # in $_FILES, one with tmp_name and the other without. # All other variables (name, size, etc) are registered with magic_quotes_gpc # untouched, both in $_FILES and $GLOBALS and I did not found a reason for # disabling it for tmp_name. | ||||
* | MFH: Fix test | Arnaud Le Blanc | 2008-09-10 | 1 | -0/+2 |
| | |||||
* | MFH: Added tests for rfc1867 post handler | Arnaud Le Blanc | 2008-09-08 | 14 | -0/+670 |
| | |||||
* | - MFH: The exact error message might differ (it's "Not owner" on Solaris) | Johannes Schlüter | 2008-09-07 | 9 | -72/+72 |
| | |||||
* | Fixed Bug #43958 (class name added into the error message) | Dmitry Stogov | 2008-09-02 | 1 | -0/+17 |
| | |||||
* | MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). | Arnaud Le Blanc | 2008-08-18 | 1 | -0/+22 |
| | |||||
* | MFH:fix test | Jani Taskinen | 2008-08-14 | 1 | -0/+2 |
| | |||||
* | MFH: Check the relevant path for open_basedir in symlink() | Arnaud Le Blanc | 2008-08-11 | 1 | -0/+9 |
| | |||||
* | . Added support for using static HEREDOCs to initialize static variables and ↵ | Dmitry Stogov | 2008-07-26 | 1 | -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) | ||||
* | Fix tests (patch by Lars) | Hannes Magnusson | 2008-07-21 | 2 | -2/+2 |
| | |||||
* | Reenabling the test but removing the test cases for old_function as the ↵ | Lars Strojny | 2008-07-15 | 1 | -9/+3 |
| | | | | alternative syntaxes are still there | ||||
* | add more tests for the parser. currently both fail | Nuno Lopes | 2008-07-08 | 3 | -1/+27 |
| | |||||
* | fix last part of bug #44654 | Nuno Lopes | 2008-07-06 | 1 | -0/+8 |
| | |||||
* | add test for #-style comments. passes fine on both 5.2 and 5.3 | Nuno Lopes | 2008-07-06 | 1 | -0/+23 |
| | |||||
* | MFH | Antony Dovgal | 2008-06-11 | 40 | -1777/+0 |
| | |||||
* | Fixed test | Dmitry Stogov | 2008-06-11 | 1 | -1/+13 |
| | |||||
* | fix test | Antony Dovgal | 2008-06-09 | 1 | -0/+1 |
| | |||||
* | MFH: fix test | Rob Richards | 2008-06-05 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #44769 (declaring private magic methods should throw error) | Felipe Pena | 2008-06-03 | 1 | -12/+1 |
| | |||||
* | Added missing INI handler | Ilia Alshanetsky | 2008-05-18 | 1 | -0/+2 |
| |