Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed tests | Felipe Pena | 2009-12-04 | 3 | -3/+3 |
| | |||||
* | - Use correct revision | Jani Taskinen | 2009-11-28 | 1 | -2/+1 |
| | |||||
* | - No dots here | Jani Taskinen | 2009-11-28 | 1 | -2/+2 |
| | |||||
* | More tests from 2009 testfest | Zoe Slattery | 2009-08-30 | 4 | -44/+27 |
| | |||||
* | Fix time_sleep_until() tests; not supported on Windows on 5.2 | andy wharmby | 2009-08-27 | 2 | -6/+19 |
| | |||||
* | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 6 | -0/+79 |
| | |||||
* | MFH: The exact error message might differ (it's "Not owner" on Solaris) ↵ | Patrick Allaert | 2009-07-22 | 1 | -7/+7 |
| | | | | (r265951) | ||||
* | Removing unnecessary SKIPIF sections | Zoe Slattery | 2009-07-18 | 20 | -40/+0 |
| | |||||
* | New lang tests. | andy wharmby | 2009-06-21 | 3 | -0/+114 |
| | |||||
* | Backport ob test to php 5.2 and 53. | andy wharmby | 2009-06-18 | 8 | -0/+275 |
| | |||||
* | New test for standard object compare handler. Tested on Windows, Linux and ↵ | andy wharmby | 2009-06-17 | 2 | -0/+88 |
| | | | | Linux 64 | ||||
* | New foreach tests. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-06-17 | 6 | -0/+720 |
| | |||||
* | Additional class related tests. | Robin Fernandes | 2009-06-17 | 9 | -0/+121 |
| | |||||
* | New test for bitwise operators. Tested on Linux 64 bit | andy wharmby | 2009-06-15 | 7 | -0/+3556 |
| | |||||
* | Backport ob test to php 5.2 and 53. | andy wharmby | 2009-06-14 | 10 | -0/+114 |
| | |||||
* | New foreach tests. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-06-14 | 6 | -0/+1182 |
| | |||||
* | New tests for operators. These tests were auto generated to verify ↵ | Robert Nicholson | 2009-06-08 | 50 | -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 Nicholson | 2009-06-07 | 17 | -0/+2941 |
| | | | | Projectzero team. | ||||
* | Engine execution order tests | Zoe Slattery | 2009-06-01 | 1 | -0/+198 |
| | |||||
* | Engine execution order tests | Zoe Slattery | 2009-05-29 | 9 | -0/+805 |
| | |||||
* | Language Tests: returnByReference | Robert Nicholson | 2009-05-27 | 9 | -0/+445 |
| | |||||
* | - Bug 45392 was never fixed in PHP_5_2 | Jani Taskinen | 2009-05-07 | 1 | -21/+0 |
| | |||||
* | - Reflection can be disabled in PHP_5_2 | Jani Taskinen | 2009-04-30 | 1 | -0/+2 |
| | |||||
* | - Fix test | Felipe Pena | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | nuke unicode crap, fix test | Antony Dovgal | 2009-04-28 | 1 | -9/+9 |
| | |||||
* | Initial commit | Sebastian Schürmann | 2009-04-25 | 1 | -0/+19 |
| | |||||
* | Initial commit | Sebastian Schürmann | 2009-04-25 | 1 | -0/+34 |
| | |||||
* | fixed subtle bugs regarding attempting to chdir, plus cleanup issues. ↵ | Dave Kelsey | 2009-01-22 | 27 | -91/+142 |
| | | | | improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit. | ||||
* | Additional output buffering tests. | Robin Fernandes | 2008-12-18 | 39 | -0/+1486 |
| | |||||
* | Added test for magic_quotes_gpc | Stefan Esser | 2008-12-11 | 1 | -0/+12 |
| | |||||
* | MFH: fixed test | Arnaud Le Blanc | 2008-12-09 | 1 | -1/+0 |
| | |||||
* | MFH | Jani Taskinen | 2008-12-09 | 4 | -5/+5 |
| | |||||
* | MFH: fix tests | Jani Taskinen | 2008-12-09 | 2 | -3/+5 |
| | |||||
* | MFB 5.3 Add test for the recent magic_quotes_gpc regression. | Scott MacVicar | 2008-12-09 | 1 | -0/+21 |
| | |||||
* | Add some class related tests, fix hard-coded object ID in serialize_001.phpt. | Robin Fernandes | 2008-12-05 | 18 | -8/+719 |
| | |||||
* | Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵ | Ant Phillips | 2008-11-28 | 32 | -0/+1514 |
| | | | | 64 bit). | ||||
* | - Fixed test | Felipe Pena | 2008-10-26 | 1 | -2/+2 |
| | |||||
* | MFB PHP_5_3: Fixed #46313 (Magic quotes broke $_FILES) | Arnaud Le Blanc | 2008-10-20 | 2 | -0/+124 |
| | |||||
* | MFH: Fix test | Arnaud Le Blanc | 2008-09-10 | 1 | -0/+2 |
| | |||||
* | - MFH: The exact error message might differ (it's "Not owner" on Solaris) | Johannes Schlüter | 2008-09-07 | 9 | -72/+72 |
| | |||||
* | Fixed Bug #43958 (class name added into the error message) | Dmitry Stogov | 2008-09-02 | 1 | -0/+17 |
| | |||||
* | [DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax ↵ | Jani Taskinen | 2008-08-31 | 1 | -14/+7 |
| | | | | | | | errors in parsed file) [DOC] note: change will be in since 5.2.7 | ||||
* | MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). | Arnaud Le Blanc | 2008-08-18 | 1 | -0/+22 |
| | |||||
* | MFH:fix test | Jani Taskinen | 2008-08-14 | 1 | -0/+2 |
| | |||||
* | MFH: Check the relevant path for open_basedir in symlink() | Arnaud Le Blanc | 2008-08-11 | 1 | -0/+9 |
| | |||||
* | MFH: fix test | Jani Taskinen | 2008-07-15 | 1 | -1/+2 |
| | |||||
* | MFB: Added missing INI handler | Ilia Alshanetsky | 2008-05-18 | 1 | -0/+2 |
| | |||||
* | Collect all the open_basedir security tests into one place | Ant Phillips | 2008-05-09 | 44 | -0/+2727 |
| | |||||
* | open_basedir tests for error_log | Ant Phillips | 2008-05-09 | 3 | -0/+224 |
| | |||||
* | Adding language tests. | Steve Seear | 2008-03-19 | 9 | -0/+67 |
| |