php-src/tests
David Coallier 2e5f11b841 - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers
- 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
2009-02-13 11:48:17 +00:00
..
basic Add test for the recent magic_quotes_gpc regression. 2008-12-09 01:47:57 +00:00
classes Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:07 +00:00
func add new test to test function with many arguments (i.e. test the new stack implementation) 2008-02-08 13:49:27 +00:00
lang - Fixed tests 2009-01-10 17:01:00 +00:00
output - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers 2009-02-13 11:48:17 +00:00
run-test Fix tests (patch by Lars) 2008-07-21 12:23:38 +00:00
security fixed subtle bugs regarding attempting to chdir, plus cleanup issues. improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit. 2009-01-22 07:56:56 +00:00
strings . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) 2008-07-26 15:30:28 +00:00
quicktester.inc - Fixed the bz2 tests. (and changed the usage comment to be correct) 2002-03-20 02:16:34 +00:00