3v4l.org

run code in 300+ PHP versions simultaneously
<?php class InputException extends Exception{ public function __construct($message = "Inputexception occured", $code = 0) { //'Parent Constructor is called with wrong number of arguments' parent::__construct($message, $code); } } throw new InputException();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/3GZA0
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   NEW                                              $0      'InputException'
          1        DO_FCALL                                      0          
          2      > THROW                                         0          $0
          3*     > RETURN                                                   1

Class InputException:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3GZA0
function name:  __construct
number of ops:  7
compiled vars:  !0 = $message, !1 = $code
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV_INIT                                        !0      'Inputexception+occured'
          1        RECV_INIT                                        !1      0
    5     2        INIT_STATIC_METHOD_CALL                                  
          3        SEND_VAR_EX                                              !0
          4        SEND_VAR_EX                                              !1
          5        DO_FCALL                                      0          
    6     6      > RETURN                                                   null

End of function __construct

End of class InputException.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.7 ms | 1393 KiB | 13 Q