1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00
Files
archived-php-src/Zend
Andi Gutmans ef9878647d - Fix the following script (it crashed):
<?php
   class ErrorHandler {
     function __construct() {
       set_error_handler(array(&$this, 'handle'));
     }

     function __destruct() {
       restore_error_handler();
     }

     function handle($code, $msg, $file, $line, $locals) {
     }
   }

   new ErrorHandler();
?>
2004-05-23 20:27:32 +00:00
..
2004-01-09 18:55:49 +00:00
2004-03-29 23:08:36 +00:00
1999-10-04 15:20:12 +00:00
2004-05-21 00:39:44 +00:00
2002-11-15 14:30:40 +00:00
2002-12-31 15:59:15 +00:00
2004-02-12 10:39:12 +00:00
2004-04-12 12:22:26 +00:00
2004-03-18 08:12:19 +00:00
2004-03-09 15:37:18 +00:00
2004-03-16 10:14:57 +00:00
2004-04-14 17:12:04 +00:00
2004-03-30 18:36:53 +00:00
2004-04-12 12:22:26 +00:00
2004-04-12 12:22:26 +00:00
2004-04-27 15:47:55 +00:00
2004-04-12 12:22:26 +00:00
2004-03-17 22:23:15 +00:00
2004-05-10 14:56:21 +00:00
2004-04-27 15:18:33 +00:00
2003-10-23 04:41:09 +00:00
2004-04-25 10:13:08 +00:00
1999-04-07 18:10:10 +00:00
2003-10-07 22:39:54 +00:00