Anonymous | Login | Signup for a new account | 12-17-2024 08:43 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 3.2.0 | ||||||
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 |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |