3v4l.org

run code in 300+ PHP versions simultaneously
<?php class BaseDeleteHandlingException extends \RuntimeException { public function __construct( string $message = 'Ups, something went wrong during deleting a resource, please try again.', string $flash = 'something_went_wrong_error', int $apiResponseCode = 500, int $code = 0, ?\Throwable $previous = null, ) { parent::__construct($message, $code, $previous); } } class DeleteHandlingException extends BaseDeleteHandlingException { public function __construct( string $message = 'Ups, something went wrong during deleting a resource, please try again.', string $flash = 'something_went_wrong_error', int $apiResponseCode = 500, int $code = 0, ?\Exception $previous = null, ) { parent::__construct($message, $code, $previous); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Bq8jW
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   27     0  E > > RETURN                                                   1

Class BaseDeleteHandlingException:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Bq8jW
function name:  __construct
number of ops:  11
compiled vars:  !0 = $message, !1 = $flash, !2 = $apiResponseCode, !3 = $code, !4 = $previous
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV_INIT                                        !0      'Ups%2C+something+went+wrong+during+deleting+a+resource%2C+please+try+again.'
          1        RECV_INIT                                        !1      'something_went_wrong_error'
          2        RECV_INIT                                        !2      500
          3        RECV_INIT                                        !3      0
          4        RECV_INIT                                        !4      null
   12     5        INIT_STATIC_METHOD_CALL                                  
          6        SEND_VAR_EX                                              !0
          7        SEND_VAR_EX                                              !3
          8        SEND_VAR_EX                                              !4
          9        DO_FCALL                                      0          
   13    10      > RETURN                                                   null

End of function __construct

End of class BaseDeleteHandlingException.

Class DeleteHandlingException:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Bq8jW
function name:  __construct
number of ops:  11
compiled vars:  !0 = $message, !1 = $flash, !2 = $apiResponseCode, !3 = $code, !4 = $previous
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   RECV_INIT                                        !0      'Ups%2C+something+went+wrong+during+deleting+a+resource%2C+please+try+again.'
          1        RECV_INIT                                        !1      'something_went_wrong_error'
          2        RECV_INIT                                        !2      500
          3        RECV_INIT                                        !3      0
          4        RECV_INIT                                        !4      null
   25     5        INIT_STATIC_METHOD_CALL                                  
          6        SEND_VAR_EX                                              !0
          7        SEND_VAR_EX                                              !3
          8        SEND_VAR_EX                                              !4
          9        DO_FCALL                                      0          
   26    10      > RETURN                                                   null

End of function __construct

End of class DeleteHandlingException.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.94 ms | 1003 KiB | 13 Q