Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2887 | block | always | 09-01-08 02:41 | 09-09-08 10:56 | |
|
|||||
Reporter: | PeterJanRoes | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.6 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002887: Dynamic members do not work properly | ||||
Description: |
The provided code sample shows a problem with applying dynamic members (by __set() and __get() methods). It seems that in a certain case, highlighted by the code sample, a value evaluated by __get() is incorrect. The value of __get() is either incorrectly evaluated to null or, more probably, the correct value is lost (and reset to null) before passing it on to a function. Please note that the value is incorrect only in case it is passed on to a method of an object. When instead the value is passed on to an ordinary function the value is correct. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
![]() |
Notes | |||||
|
|||||
|
|