Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60305, comment 11


Ignore:
Timestamp:
04/20/2024 11:21:18 AM (13 months ago)
Author:
antonvlasenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60305, comment 11

    initial v1  
    44                set_error_handler(
    55                        static function ( $errno, $errstr ) {
    6                                 restore_error_handler(); // <-- This is where it's cleared up.
     6                                restore_error_handler(); // <-- This is where it's cleaned up.
    77                                throw new Exception( $errstr, $errno );
    88                        },