summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* New tests for operators. These tests were auto generated to verify ↵Robert Nicholson2009-06-0850-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 Nicholson2009-06-0717-0/+2941
| | | | Projectzero team.
* MFH: Changed error messages to use "cannot" instead of "can not" (meaning ↵Matt Wilmas2009-06-072-2/+2
| | | | "also can")
* Engine execution order testsZoe Slattery2009-06-011-0/+198
|
* MFH: Add test for the timeout inside shutdown functionEtienne Kneuss2009-05-311-0/+23
|
* Engine execution order testsZoe Slattery2009-05-299-0/+804
|
* Language Tests: returnByReferenceRobert Nicholson2009-05-279-0/+445
|
* MFHJani Taskinen2009-05-071-1/+0
|
* MFHJani Taskinen2009-05-071-2/+0
|
* - Fixed ini deprecation message issues in tests.Jani Taskinen2009-05-061-1/+0
| | | | | # CGI headers are stripped and the error ends up there with CGI..
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-042-0/+4
|
* - Fix testFelipe Pena2009-04-281-2/+2
|
* fix testAntony Dovgal2009-04-281-10/+10
|
* - Initial commitSebastian Schürmann2009-04-251-0/+34
|
* - initial ciSebastian Schürmann2009-04-251-0/+19
| | | | | - basic test for ini_alter
* This is apparently fixedHannes Magnusson2009-04-061-5/+3
|
* - Fixed bug #46897: ob_flush() should fail to flush unerasable buffersDavid Coallier2009-02-131-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 Kelsey2009-01-2227-91/+142
| | | | improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit.
* - Fixed testsFelipe Pena2009-01-102-1/+2
|
* Additional output buffering tests.Robin Fernandes2008-12-1839-0/+1498
|
* Added test for magic_quotes_gpcStefan Esser2008-12-111-0/+12
|
* MFH: fixed testArnaud Le Blanc2008-12-091-1/+0
|
* MFH:- Better descriptions for these testsJani Taskinen2008-12-094-5/+5
|
* MFH: fix testsJani Taskinen2008-12-092-3/+5
|
* Add test for the recent magic_quotes_gpc regression.Scott MacVicar2008-12-091-0/+21
|
* Add some class related tests, fix hard-coded object ID in serialize_001.phpt.Robin Fernandes2008-12-0518-8/+720
|
* Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵Ant Phillips2008-11-2832-0/+1519
| | | | 64 bit).
* add test for ArrayObject acting as array (for 5.3)Sean Coates2008-11-101-0/+14
|
* MFH: Improve test and fix skipifHannes Magnusson2008-10-271-1/+5
|
* - Fixed testFelipe Pena2008-10-261-2/+2
|
* Fixed #46313 (Magic quotes broke $_FILES)Arnaud Le Blanc2008-10-202-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 testArnaud Le Blanc2008-09-101-0/+2
|
* MFH: Added tests for rfc1867 post handlerArnaud Le Blanc2008-09-0814-0/+670
|
* - MFH: The exact error message might differ (it's "Not owner" on Solaris)Johannes Schlüter2008-09-079-72/+72
|
* Fixed Bug #43958 (class name added into the error message)Dmitry Stogov2008-09-021-0/+17
|
* MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).Arnaud Le Blanc2008-08-181-0/+22
|
* MFH:fix testJani Taskinen2008-08-141-0/+2
|
* MFH: Check the relevant path for open_basedir in symlink()Arnaud Le Blanc2008-08-111-0/+9
|
* . 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)
* Fix tests (patch by Lars)Hannes Magnusson2008-07-212-2/+2
|
* Reenabling the test but removing the test cases for old_function as the ↵Lars Strojny2008-07-151-9/+3
| | | | alternative syntaxes are still there
* add more tests for the parser. currently both failNuno Lopes2008-07-083-1/+27
|
* fix last part of bug #44654Nuno Lopes2008-07-061-0/+8
|
* add test for #-style comments. passes fine on both 5.2 and 5.3Nuno Lopes2008-07-061-0/+23
|
* MFHAntony Dovgal2008-06-1140-1777/+0
|
* Fixed testDmitry Stogov2008-06-111-1/+13
|
* fix testAntony Dovgal2008-06-091-0/+1
|
* MFH: fix testRob Richards2008-06-051-1/+1
|
* - MFH: Fixed bug #44769 (declaring private magic methods should throw error)Felipe Pena2008-06-031-12/+1
|
* Added missing INI handlerIlia Alshanetsky2008-05-181-0/+2
|