Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix bug #68163 | Nikita Popov | 2014-10-06 | 1 | -0/+13 | |
* | | | Add tests verifying calls work inside echo, concatenation and array access | Timm Friebe | 2014-10-06 | 4 | -0/+89 | |
* | | | Merge branch 'pr/647' | Tjerk Meesters | 2014-10-06 | 19 | -1/+488 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' into catchable-fatals/methods-on-non-objects | Timm Friebe | 2014-09-25 | 84 | -94/+934 | |
| |\ \ \ | ||||||
| * | | | | Add tests for calls to nested, *non*-compile-time-resolveable functions | Timm Friebe | 2014-08-16 | 2 | -0/+47 | |
| * | | | | MFH | Timm Friebe | 2014-08-16 | 31 | -55/+264 | |
| |\ \ \ \ | ||||||
| * | | | | | Adjust expected fatal error message | Timm Friebe | 2014-07-06 | 1 | -1/+1 | |
| * | | | | | Check for memory leaks when not using return value | Timm Friebe | 2014-07-06 | 1 | -0/+2 | |
| * | | | | | Adjust expected fatal error message | Timm Friebe | 2014-07-06 | 7 | -15/+15 | |
| * | | | | | Merge in changes from master | Timm Friebe | 2014-07-06 | 20 | -0/+400 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Add tests with arrays as parameters | Timm Friebe | 2014-07-06 | 5 | -0/+16 | |
| * | | | | | | Handle ZEND_NEW nesting | Timm Friebe | 2014-07-06 | 1 | -0/+34 | |
| * | | | | | | Also verify nesting with dynamically called static methods | Timm Friebe | 2014-07-06 | 1 | -0/+8 | |
| * | | | | | | Handle ZEND_INIT_NS_FCALL_BY_NAME nesting | Timm Friebe | 2014-07-06 | 1 | -0/+23 | |
| * | | | | | | QA: Refactor: Split tests a bit to make them more comprehendable | Timm Friebe | 2014-07-06 | 2 | -10/+33 | |
| * | | | | | | Support nested static calls | Timm Friebe | 2014-07-06 | 2 | -0/+24 | |
| * | | | | | | Handle ZEND_EXT_FCALL_END, skipping if necessary | Timm Friebe | 2014-07-06 | 1 | -0/+4 | |
| * | | | | | | Verify non-CV-operands also work | Timm Friebe | 2014-07-06 | 1 | -0/+23 | |
| * | | | | | | Only allocate NULL return value if it's actually used | Timm Friebe | 2014-07-06 | 1 | -0/+15 | |
| * | | | | | | Also handle nested function calls via variable | Timm Friebe | 2014-07-06 | 1 | -0/+8 | |
| * | | | | | | Handle nesting correctly | Timm Friebe | 2014-07-06 | 2 | -0/+91 | |
| * | | | | | | Add tests verifying method calls on non-objects work inside eval() | Timm Friebe | 2014-04-28 | 1 | -0/+18 | |
| * | | | | | | Add tests for indirect calls to methods on non-objects | Timm Friebe | 2014-04-28 | 2 | -0/+56 | |
| * | | | | | | Add test verifying chained method invocations | Timm Friebe | 2014-04-20 | 1 | -0/+22 | |
| * | | | | | | Add example how framework code could convert E_RECOVERABLE -> exceptions | Timm Friebe | 2014-04-19 | 1 | -0/+25 | |
| * | | | | | | Adjust expected outcome | Timm Friebe | 2014-04-19 | 1 | -1/+1 | |
| * | | | | | | Initial implementation | Timm Friebe | 2014-04-19 | 3 | -0/+48 | |
* | | | | | | | Fix $this CV init for include/eval | Nikita Popov | 2014-10-05 | 1 | -0/+17 | |
* | | | | | | | Fixed list() behavior inconsistency (string handling is disabled for all case... | Dmitry Stogov | 2014-10-05 | 5 | -22/+9 | |
* | | | | | | | Fix test gc_029_zts.phpt | Nikita Popov | 2014-10-04 | 1 | -1/+1 | |
* | | | | | | | Mark test for full GC root buffer as XFAIL | Nikita Popov | 2014-10-03 | 1 | -0/+2 | |
* | | | | | | | Merge branch 'PHP-5.6' | Nikita Popov | 2014-10-03 | 1 | -0/+21 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Nikita Popov | 2014-10-03 | 1 | -0/+21 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | Fix bug #68188 | Nikita Popov | 2014-10-03 | 1 | -0/+21 | |
* | | | | | | | Fix segmentation fault in debug_backtrace() | Timm Friebe | 2014-09-28 | 1 | -0/+39 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Test use($this) being an error | Nikita Popov | 2014-09-24 | 1 | -0/+14 | |
* | | | | | | Fix detection of write to built-in function for references | Nikita Popov | 2014-09-23 | 2 | -0/+20 | |
* | | | | | | Test use of string names with \ prefix | Nikita Popov | 2014-09-23 | 2 | -0/+4 | |
* | | | | | | Test a few more error conditions in the compiler | Nikita Popov | 2014-09-23 | 6 | -0/+78 | |
* | | | | | | Test error conditions for ct class const refs | Nikita Popov | 2014-09-23 | 2 | -0/+21 | |
* | | | | | | Test some additional cases for constexpr evaluation | Nikita Popov | 2014-09-23 | 2 | -5/+82 | |
* | | | | | | Fix list() destructuring to special variables | Nikita Popov | 2014-09-22 | 1 | -0/+49 | |
* | | | | | | Merge branch 'master' into integer_semantics | Andrea Faulds | 2014-09-21 | 1 | -0/+44 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'PHP-5.6' | Nikita Popov | 2014-09-20 | 1 | -0/+44 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Nikita Popov | 2014-09-20 | 1 | -0/+44 | |
| | |\ \ \ \ \ | | | |/ / / / | ||||||
| | | * | | | | Fixed bug #67633 | Nikita Popov | 2014-09-20 | 1 | -0/+44 | |
* | | | | | | | Merge branch 'master' into integer_semantics | Andrea Faulds | 2014-09-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge branch 'pull-request/808' | krakjoe | 2014-09-16 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Error on multiple default blocks in a switch | Levi Morrison | 2014-09-05 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'master' into integer_semantics | Andrea Faulds | 2014-09-16 | 63 | -85/+551 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |