Anonymous | Login | Signup for a new account | 12-17-2024 11:58 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 | ||||
0001907 | [Quercus] | major | always | 07-29-07 00:10 | 09-18-07 19:04 | ||||
Reporter | ssozonoff | View Status | public | ||||||
Assigned To | sam | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.3 | Product Version | 3.1.2 | ||||
Product Build | |||||||||
Summary | 0001907: Extending PHP's ArrayObject does not work. | ||||||||
Description |
I have not tested extending other "native" PHP objects but this could be a general issue. test code: <?php class Ao_Test extends ArrayObject { public function hello() { echo "Hello"; } } $t = new Ao_Test(); $t->hello(); ?> |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0002152) ssozonoff 07-29-07 02:22 |
The error message when you run the code is. "Fatal Error: 'Ao_Test' is an unknown class name." |
(0002302) sam 09-18-07 19:04 |
ArrayObject is now implemented |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 27 unique queries executed. |