3v4l.org

run code in 300+ PHP versions simultaneously
<?php $e = error_get_last(); $e = []; if($e !== null) { echo 'asas'; $e['type'] = isset($e['type']) ? $e['type'] : 0; $e['message'] = isset($e['message']) ? $e['message'] : ''; $e['file'] = isset($e['file']) ? $e['file'] : ''; $e['line'] = isset($e['line']) ? $e['line'] : ''; buildError($e); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 42
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 12
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 20
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 28
Branch analysis from position: 25
1 jumps found. (Code = 42) Position 1 = 29
Branch analysis from position: 29
2 jumps found. (Code = 43) Position 1 = 33, Position 2 = 36
Branch analysis from position: 33
1 jumps found. (Code = 42) Position 1 = 37
Branch analysis from position: 37
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 36
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
2 jumps found. (Code = 43) Position 1 = 33, Position 2 = 36
Branch analysis from position: 33
Branch analysis from position: 36
Branch analysis from position: 20
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 28
Branch analysis from position: 25
Branch analysis from position: 28
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 20
Branch analysis from position: 17
Branch analysis from position: 20
Branch analysis from position: 42
filename:       /in/9FadI
function name:  (null)
number of ops:  43
compiled vars:  !0 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_get_last'
          1        DO_ICALL                                         $1      
          2        ASSIGN                                                   !0, $1
    5     3        ASSIGN                                                   !0, <array>
    7     4        TYPE_CHECK                                  1020          !0
          5      > JMPZ                                                     ~4, ->42
    9     6    >   ECHO                                                     'asas'
   12     7        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'type'
          8      > JMPZ                                                     ~6, ->12
          9    >   FETCH_DIM_R                                      ~7      !0, 'type'
         10        QM_ASSIGN                                        ~8      ~7
         11      > JMP                                                      ->13
         12    >   QM_ASSIGN                                        ~8      0
         13    >   ASSIGN_DIM                                               !0, 'type'
         14        OP_DATA                                                  ~8
   13    15        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'message'
         16      > JMPZ                                                     ~10, ->20
         17    >   FETCH_DIM_R                                      ~11     !0, 'message'
         18        QM_ASSIGN                                        ~12     ~11
         19      > JMP                                                      ->21
         20    >   QM_ASSIGN                                        ~12     ''
         21    >   ASSIGN_DIM                                               !0, 'message'
         22        OP_DATA                                                  ~12
   14    23        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'file'
         24      > JMPZ                                                     ~14, ->28
         25    >   FETCH_DIM_R                                      ~15     !0, 'file'
         26        QM_ASSIGN                                        ~16     ~15
         27      > JMP                                                      ->29
         28    >   QM_ASSIGN                                        ~16     ''
         29    >   ASSIGN_DIM                                               !0, 'file'
         30        OP_DATA                                                  ~16
   15    31        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'line'
         32      > JMPZ                                                     ~18, ->36
         33    >   FETCH_DIM_R                                      ~19     !0, 'line'
         34        QM_ASSIGN                                        ~20     ~19
         35      > JMP                                                      ->37
         36    >   QM_ASSIGN                                        ~20     ''
         37    >   ASSIGN_DIM                                               !0, 'line'
         38        OP_DATA                                                  ~20
   16    39        INIT_FCALL_BY_NAME                                       'buildError'
         40        SEND_VAR_EX                                              !0
         41        DO_FCALL                                      0          
   17    42    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.25 ms | 1405 KiB | 15 Q