Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version 3.1.2
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();
?>
Additional Information
Attached Files

- Relationships

- 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
 

- Issue History
Date Modified Username Field Change
07-29-07 00:10 ssozonoff New Issue
07-29-07 02:22 ssozonoff Note Added: 0002152
07-29-07 04:49 ssozonoff Issue Monitored: ssozonoff
09-18-07 08:39 sam Status new => assigned
09-18-07 08:39 sam Assigned To  => sam
09-18-07 19:04 sam Status assigned => closed
09-18-07 19:04 sam Note Added: 0002302
09-18-07 19:04 sam Resolution open => fixed
09-18-07 19:04 sam Fixed in Version  => 3.1.3


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker