| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix test | Xinchen Hui | 2012-01-04 | 1 | -1/+1 |
| * | fix memory leak in compile_string when there's a parse error (used e.g. in ev... | Nuno Lopes | 2012-01-01 | 1 | -3/+5 |
| * | fix tests | Stanislav Malyshev | 2011-12-26 | 1 | -2/+2 |
| * | Fix tests | Xinchen Hui | 2011-12-19 | 1 | -0/+2 |
| * | adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the do... | Ferenc Kovacs | 2011-10-23 | 1 | -0/+4 |
| * | Bug #55754 - Only variables should be passed by reference for ZEND_SEND_PREFE... | Stanislav Malyshev | 2011-10-16 | 1 | -0/+14 |
| * | Add skip message | Hannes Magnusson | 2011-09-07 | 1 | -1/+1 |
| * | Unmatched %s was still diffing on Linux. Now it matches the whitespace at a m... | Christopher Jones | 2011-09-01 | 1 | -1/+1 |
| * | - error msg may vary (parser) | Pierre Joye | 2011-08-31 | 1 | -1/+1 |
| * | <?= is always enabled now | Rasmus Lerdorf | 2011-08-27 | 1 | -2/+1 |
| * | docref_root is now required for html_errors to do anything | Hannes Magnusson | 2011-08-16 | 1 | -2/+3 |
| * | - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxfo... | Pierre Joye | 2011-07-23 | 4 | -0/+59 |
| * | - Fixed tests | Felipe Pena | 2011-06-24 | 1 | -2/+2 |
| * | Fixed test for decoupled <?= as of r311260 | Philip Olson | 2011-05-23 | 1 | -4/+3 |
| * | Implement request #54355 (Test for de_DE doesn't use UTF-8 locales). Patch by | Adam Harvey | 2011-03-23 | 2 | -4/+4 |
| * | Bah, these should have been in the last commit too. Update expected output for | Adam Harvey | 2011-03-23 | 2 | -5/+19 |
| * | Update test that now generates a warning after r306931, which increased the | Adam Harvey | 2011-03-23 | 1 | -1/+2 |
| * | - Fixed tests | Jani Taskinen | 2010-02-13 | 1 | -2/+5 |
| * | More tests from 2009 testfest | Zoe Slattery | 2009-08-30 | 1 | -0/+14 |
| * | Removing unnecessary SKIPIF sections | Zoe Slattery | 2009-07-18 | 1 | -2/+0 |
| * | New lang tests. | andy wharmby | 2009-06-21 | 3 | -0/+113 |
| * | New test for standard object compare handler. Tested on Windows, Linux and Li... | andy wharmby | 2009-06-17 | 2 | -0/+88 |
| * | New foreach tests. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-06-17 | 6 | -0/+718 |
| * | New test for bitwise operators. Tested on Linux 64 bit | andy wharmby | 2009-06-15 | 7 | -0/+3556 |
| * | Move tests to correct directory | andy wharmby | 2009-06-15 | 6 | -0/+1186 |
| * | New tests for operators. These tests were auto generated to verify correctnes... | Robert Nicholson | 2009-06-08 | 50 | -0/+9030 |
| * | New tests for foreach loops. These were written by another member of the Proj... | Robert Nicholson | 2009-06-07 | 17 | -0/+2941 |
| * | 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 tests | Felipe Pena | 2009-01-10 | 2 | -1/+2 |
| * | 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 |
| * | Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 6... | Ant Phillips | 2008-11-28 | 32 | -0/+1519 |
| * | 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 |
| * | Reenabling the test but removing the test cases for old_function as the alter... | Lars Strojny | 2008-07-15 | 1 | -9/+3 |
| * | 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 |
| * | Adding language tests. | Steve Seear | 2008-03-19 | 9 | -0/+67 |
| * | - Ok to fail on OSX, adjusted bug, patch from scoates | David Coallier | 2008-03-08 | 1 | -0/+2 |
| * | Fix tests (removed space on error message "Undefined index: ...") | Felipe Pena | 2008-03-08 | 1 | -1/+1 |
| * | Fixed wrong result of cascading assignment to string offset | Dmitry Stogov | 2008-03-04 | 1 | -3/+3 |
| * | - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) | Marcus Boerger | 2008-02-23 | 3 | -6/+6 |
| * | Fixed tests | Dmitry Stogov | 2007-11-19 | 1 | -1/+1 |