3v4l.org

run code in 300+ PHP versions simultaneously
<?php class DatabaseException extends RuntimeException { public function __construct(string $message = '', protected int|string $databaseCode = 0, ?Throwable $previous = null) { parent::__construct($message, is_int($databaseCode) ? $databaseCode : 0, $previous); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hS5D0
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E > > RETURN                                                   1

Class DatabaseException:
Function __construct:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hS5D0
function name:  __construct
number of ops:  16
compiled vars:  !0 = $message, !1 = $databaseCode, !2 = $previous
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV_INIT                                        !0      ''
          1        RECV_INIT                                        !1      0
          2        RECV_INIT                                        !2      null
          3        ASSIGN_OBJ                                               'databaseCode'
          4        OP_DATA                                                  !1
    7     5        INIT_STATIC_METHOD_CALL                                  
          6        SEND_VAR_EX                                              !0
          7        TYPE_CHECK                                   16          !1
          8      > JMPZ                                                     ~3, ->11
          9    >   QM_ASSIGN                                        ~4      !1
         10      > JMP                                                      ->12
         11    >   QM_ASSIGN                                        ~4      0
         12    >   SEND_VAL_EX                                              ~4
         13        SEND_VAR_EX                                              !2
         14        DO_FCALL                                      0          
    8    15      > RETURN                                                   null

End of function __construct

End of class DatabaseException.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.96 ms | 1012 KiB | 13 Q