summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixed test for decoupled <?= as of r311260Philip Olson2011-05-231-4/+3
| | |
* | | Deprecate /e modifierNikita Popov2012-03-041-1/+2
| | | | | | | | | | | | | | | See https://wiki.php.net/rfc/remove_preg_replace_eval_modifier.
* | | Fix tests that break if filter.default isn't set to unsafe_rawRasmus Lerdorf2012-03-022-0/+2
| | |
* | | more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | | | | | | | | | requirements
* | | Weird, what happened here?Rasmus Lerdorf2012-02-161-19/+0
| | |
* | | These tests fail unless max_input_vars and/or max_file_uploads is set high ↵Rasmus Lerdorf2012-02-1411-0/+13
| | | | | | | | | | | | enough
* | | Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).Xinchen Hui2012-02-081-0/+38
| | |
* | | Fix bug #60768 Output buffer not discardedMichael Wallner2012-01-161-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in php_output_handler_op(): * if appending to buffer succeeds, just return HANDLER_NO_DATA and do nothing else * if a zero sized string or true is returned from the handler function, reset the context as well as the handler's buffer
* | | - rmPierre Joye2012-01-091-62/+0
| | |
* | | fix testXinchen Hui2012-01-041-1/+1
| | |
* | | fix bug #54374, bug #55500 - filter file names better, no dangling [sStanislav Malyshev2012-01-011-0/+67
| | |
* | | fix memory leak in compile_string when there's a parse error (used e.g. in ↵Nuno Lopes2012-01-011-3/+5
| | | | | | | | | | | | eval or assert)
* | | fix testStanislav Malyshev2011-12-261-2/+1
| | |
* | | fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)Stanislav Malyshev2011-12-261-0/+8
| | |
* | | fix test - paths may be expressed in different wayStanislav Malyshev2011-12-261-1/+4
| | |
* | | fix testsStanislav Malyshev2011-12-262-5/+9
| | |
* | | Fix testsXinchen Hui2011-12-192-3/+10
| | |
* | | Implemented FR #54514 (Get php binary path during script execution).Xinchen Hui2011-12-071-0/+9
| | |
* | | 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
| | | | | | | | | | | | is empty).
* | | 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 ↵Ferenc Kovacs2011-10-231-0/+4
| | | | | | | | | | | | domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches
* | | 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 ↵Stanislav Malyshev2011-10-161-0/+14
| | | | | | | | | | | | ZEND_SEND_PREFER_REF params
* | | 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
| | | | | | | | | | | | | | | And fix tests related.
* | | Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST ↵Hannes Magnusson2011-09-073-0/+72
| | | | | | | | | | | | request
* | | 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 ↵Christopher Jones2011-09-011-1/+1
| | | | | | | | | | | | minimum
* | | - 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-011-59/+0
| | |
* | | - win and nux work the same wayPierre Joye2011-09-011-6/+0
| | |
* | | - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵Pierre Joye2011-09-011-1/+1
| | | | | | | | | | | | too), which were using 1.4
* | | - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵Pierre Joye2011-09-011-1/+1
| | | | | | | | | | | | too), which were using 1.4
* | | - 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
| | |
* | | Fixed testing failedXinchen Hui2011-08-303-3/+3
| | |
* | | <?= 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 ↵Pierre Joye2011-07-234-0/+59
| | | | | | | | | | | | https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only
* | | Delete empty test files (old MQ tests)Pierrick Charron2011-07-223-0/+0
| | |