Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000573 [Quercus] minor always 12-26-05 14:15 12-27-05 17:48
Reporter creich View Status @0@  
Assigned To creich
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.18 Product Version
  Product Build
Summary 0000573: register_shutdown_function not implemented
Description <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"> [^]
<html xmlns="http://www.w3.org/1999/xhtml"> [^]
<head></head>
<body>
<?php
class CallbackClass {
   function CallbackFunction() {
       echo "instance!!!
";
   }

   function StaticFunction() {
       echo "static!!!
";
   }
}

function NonClassFunction() {
  echo "no class!!!!!
";
}

register_shutdown_funtion('NonClassFunction');

register_shutdown_function(array('CallbackClass', 'StaticFunction'));

$o =& new CallbackClass();
   register_shutdown_function(array($o, 'CallbackFunction'));
?>
</body>
</html>
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000589)
ferg
12-27-05 17:48

php/1c06
 

- Issue History
Date Modified Username Field Change
12-26-05 14:15 creich New Issue
12-26-05 14:15 creich Status new => assigned
12-26-05 14:15 creich Assigned To  => creich
12-27-05 17:48 ferg Status assigned => closed
12-27-05 17:48 ferg Note Added: 0000589
12-27-05 17:48 ferg Resolution open => fixed
12-27-05 17:48 ferg Fixed in Version  => 3.0.18


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