| Anonymous | Login | Signup for a new account | 11-06-2025 04:23 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0002874 | [Quercus] | major | always | 08-27-08 03:03 | 08-28-08 19:39 | ||||
| Reporter | nbzx | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.2.1 | Product Version | 3.2.0 | ||||
| Product Build | |||||||||
| Summary | 0002874: $object->x->x does not trigger __get in array define | ||||||||
| Description |
<?php class Temp{ } class Test { public function __get($name) { echo 'get ' . $name; return new Temp(); } } $test = new Test(); $test->temp->a; $arr = array('key' => $test->temp->a); //not trigger __get ?> output: ----------------- get temp |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |