summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* adding some tests for string offsetsFerenc Kovacs2011-11-266-0/+104
* - Fix testFelipe Pena2011-11-261-1/+1
* Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer ...Pierrick Charron2011-11-181-0/+9
* Reverting r319136Lars Strojny2011-11-171-1/+1
* Adjusting error messagesLars Strojny2011-11-141-1/+1
* add skipif Xinchen Hui2011-11-131-0/+2
* Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)Xinchen Hui2011-11-131-0/+10
* adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the do...Ferenc Kovacs2011-10-231-0/+4
* Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-211-4/+4
* Bug #55754 - Only variables should be passed by reference for ZEND_SEND_PREFE...Stanislav Malyshev2011-10-161-0/+14
* Fix tests due to bison depened message formatXinchen Hui2011-09-252-2/+2
* Improve the warning message of incompatible arguments. (#55719)Xinchen Hui2011-09-2311-15/+15
* Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST re...Hannes Magnusson2011-09-073-0/+72
* Add skip messageHannes Magnusson2011-09-071-1/+1
* - move it to the right placePierre Joye2011-09-061-0/+22
* Unmatched %s was still diffing on Linux. Now it matches the whitespace at a m...Christopher Jones2011-09-011-1/+1
* - use %s, bad c/pPierre Joye2011-09-011-14/+14
* - fix testPierre Joye2011-09-011-28/+21
* - win and nux work the same wayPierre Joye2011-09-012-65/+0
* - consider that bison 2.x is used. updated our ci boxes accordingly (windows ...Pierre Joye2011-09-011-1/+1
* - consider that bison 2.x is used. updated our ci boxes accordingly (windows ...Pierre Joye2011-09-011-1/+1
* - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
* - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
* - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
* - error msg may varyPierre Joye2011-08-311-2/+2
* - typoPierre Joye2011-08-311-1/+1
* fix testsStanislav Malyshev2011-08-312-6/+7
* <?= is always enabled nowRasmus Lerdorf2011-08-271-2/+1
* docref_root is now required for html_errors to do anythingHannes Magnusson2011-08-161-2/+3
* fix failing testsStanislav Malyshev2011-08-012-78/+13
* - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxfo...Pierre Joye2011-07-234-0/+59
* Delete empty test files (old MQ tests)Pierrick Charron2011-07-223-0/+0
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-229-93/+65
* - Fixed testsFelipe Pena2011-06-243-4/+4
* These are annoyingly slowHannes Magnusson2011-06-232-0/+8
* MFH: Fixes for broken tests.Stanislav Malyshev2011-05-271-3/+1
* MFH: Fix for failing test.Stanislav Malyshev2011-05-271-3/+1
* Fixed test for decoupled <?= as of r311260Philip Olson2011-05-231-4/+3
* Implement request #54355 (Test for de_DE doesn't use UTF-8 locales). Patch byAdam Harvey2011-03-232-4/+4
* Bah, these should have been in the last commit too. Update expected output forAdam Harvey2011-03-232-5/+19
* Update test that now generates a warning after r306931, which increased theAdam Harvey2011-03-231-1/+2
* - Fixed test to work in systems with different line endings.Gustavo André dos Santos Lopes2011-02-191-1/+1
* Silently casting an empty string, null or false into an object by adding a pr...Scott MacVicar2010-12-311-9/+9
* - Added enable_post_data_reading ini option to allow inhibiting POST data con...Gustavo André dos Santos Lopes2010-12-094-0/+96
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-082-0/+155
* - CS and "de-facto" style of returning NULL for failing parse-params, sync pa...Jani Taskinen2010-12-032-3/+15
* - Fix testJani Taskinen2010-12-031-2/+2
* - Add test for the ob_start($foo); leak/crash bugJani Taskinen2010-12-031-0/+39
* - Fix tests for \0 patch in PHP 5.3.Gustavo André dos Santos Lopes2010-11-221-1/+1
* - Fix test: register_globals is goneJani Taskinen2010-11-171-8/+0