Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't really need the ZE2 check since this is in HEAD | Rasmus Lerdorf | 2005-06-23 | 1 | -2/+0 |
| | |||||
* | test for derived method name clashes | Rasmus Lerdorf | 2005-06-23 | 1 | -0/+24 |
| | |||||
* | Debug backtrace was fixed | Dmitry Stogov | 2005-06-22 | 1 | -1/+1 |
| | |||||
* | - Add new test | Marcus Boerger | 2005-06-21 | 1 | -0/+34 |
| | |||||
* | - Add new test | Marcus Boerger | 2005-06-19 | 1 | -0/+187 |
| | | | | | | # In this version we do not need to make the subscripted array a reference. # Thus this implementation is in most cases the ideal implementation. | ||||
* | - Add new test | Marcus Boerger | 2005-06-19 | 1 | -0/+168 |
| | | | | | | # This does the same as 009 but achieves its goal completely different. It # is easier but makes the array a reference which is not always practical. | ||||
* | - Drop doubled $ | Marcus Boerger | 2005-06-19 | 1 | -8/+8 |
| | |||||
* | - Add new test | Marcus Boerger | 2005-06-19 | 1 | -0/+190 |
| | |||||
* | - Update tests to reflect current situation | Marcus Boerger | 2005-06-19 | 3 | -18/+30 |
| | | | | | | | | # I don't feel like discussing this issue anymore - maybe we need to find # a way of returning proxies to get the requested behavior back - i'll give # it a try for PHP 5.2. So long we'll have to stay with the original # decision that we don't support references at all with ArrayAccess. | ||||
* | This test did not fit to the new interactive shell thing | foobar | 2005-06-14 | 1 | -19/+0 |
| | |||||
* | Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may ↵ | Dmitry Stogov | 2005-06-09 | 1 | -2/+2 |
| | | | | result in seg fault) | ||||
* | Fixed test file affected by fix for bug #30820 (static member conflict with ↵ | Dmitry Stogov | 2005-06-08 | 1 | -0/+2 |
| | | | | $this->member silently ignored) | ||||
* | Fixed bug #29971 (variables_order behaviour) | Dmitry Stogov | 2005-05-25 | 1 | -0/+15 |
| | |||||
* | fix test | Antony Dovgal | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | Adjust highlight test. | Ilia Alshanetsky | 2005-05-22 | 1 | -2/+2 |
| | |||||
* | <? should die.. | foobar | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31525 (object reference being dropped. $this getting lost) | Dmitry Stogov | 2005-05-05 | 2 | -4/+12 |
| | |||||
* | add test | Stanislav Malyshev | 2005-05-04 | 2 | -0/+16 |
| | |||||
* | Fixed error message | Dmitry Stogov | 2005-05-03 | 1 | -1/+1 |
| | |||||
* | - Fix tests affected by fix | Marcus Boerger | 2005-05-03 | 4 | -6/+6 |
| | |||||
* | - Make sure E_STRICT is set when expecting Strict errors.. | foobar | 2005-04-29 | 4 | -0/+7 |
| | |||||
* | Added test for bug #30578 | foobar | 2005-04-29 | 1 | -0/+31 |
| | |||||
* | add test for bug #32828 | Antony Dovgal | 2005-04-28 | 1 | -0/+21 |
| | |||||
* | Fix test | foobar | 2005-04-25 | 1 | -3/+3 |
| | |||||
* | - Add new tests | Marcus Boerger | 2005-04-23 | 1 | -0/+39 |
| | |||||
* | - Add test | Marcus Boerger | 2005-03-07 | 1 | -0/+79 |
| | |||||
* | - Add new test | Marcus Boerger | 2005-03-07 | 1 | -0/+68 |
| | |||||
* | - Add new test | Marcus Boerger | 2005-02-07 | 1 | -0/+15 |
| | |||||
* | - Sanitize output | foobar | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | Add test case for bug #30726. | Magnus M��tt� | 2005-01-18 | 1 | -0/+8 |
| | |||||
* | "Undefined variable: %s" noticies were fixed to use one space | Dmitry Stogov | 2004-12-27 | 1 | -2/+2 |
| | |||||
* | - Added test case for bug #30862. | Derick Rethans | 2004-11-22 | 1 | -0/+30 |
| | |||||
* | - Fixed bug #30630: Added a BSD based strtod function that is | Derick Rethans | 2004-11-03 | 2 | -2/+21 |
| | | | | | locale-independent. (PHP part) | ||||
* | - Fix test | Andi Gutmans | 2004-10-20 | 1 | -1/+1 |
| | |||||
* | - One more test fix | Andi Gutmans | 2004-10-20 | 1 | -1/+1 |
| | |||||
* | - Fix interface tests. Interfaces should not use access modifiers | Andi Gutmans | 2004-10-20 | 3 | -8/+8 |
| | |||||
* | - Add new test | Marcus Boerger | 2004-10-04 | 1 | -0/+39 |
| | |||||
* | - Fix tests by removing erroneous check from --SKIPIF-- | Marcus Boerger | 2004-09-29 | 5 | -5/+0 |
| | |||||
* | - Fix tests by removing corrupt --SKIPIF-- | Marcus Boerger | 2004-09-29 | 4 | -16/+0 |
| | |||||
* | - Add new tests | Marcus Boerger | 2004-09-29 | 2 | -0/+118 |
| | |||||
* | - Add new test (related to #30234) | Marcus Boerger | 2004-09-26 | 3 | -0/+57 |
| | |||||
* | add testcase for bug #29446 | Antony Dovgal | 2004-09-10 | 1 | -0/+19 |
| | |||||
* | Fix: interfac -> interface | Dmitry Stogov | 2004-09-06 | 1 | -1/+1 |
| | |||||
* | - Added test for bug #29944. | Derick Rethans | 2004-09-02 | 1 | -0/+20 |
| | |||||
* | Do not rely on behaviour of integers which might be greater than | Joe Orton | 2004-08-31 | 1 | -5/+5 |
| | | | | | LONG_MAX on 32-bit architectures. | ||||
* | add testcase for bug #29893 | Antony Dovgal | 2004-08-30 | 1 | -0/+11 |
| | |||||
* | Add new test | Marcus Boerger | 2004-08-26 | 1 | -0/+26 |
| | |||||
* | No short tags | Marcus Boerger | 2004-08-25 | 1 | -1/+1 |
| | |||||
* | Add new test | Marcus Boerger | 2004-08-24 | 1 | -0/+16 |
| | |||||
* | fix for bug 26737 : private & protected member variables not serialized | Andrey Hristov | 2004-08-21 | 1 | -3/+4 |
| | | | | | | when user defined __sleep() is declared. Additionally E_NOTICE is being thrown if __sleep() returns a non-existing member variable name |