Ticket #1929 (new bug)
incorrect null-return from method calls
| Reported by: | plobsing | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | 2.11.0 |
| Severity: | medium | Keywords: | pcc |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
Calling a method expecting one return value when the method returns none does not work as expected. The register should be filled with PMCNULL, or an exception should be thrown.
In stead, the register is filled with the invocant. While this allows for a nifty chaining accidental feature, this is not what is expected in these situations.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

