3v4l.org

run code in 300+ PHP versions simultaneously
<?php $e = error_get_last(); 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 = 5, Position 2 = 41
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 11
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 19
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
2 jumps found. (Code = 43) Position 1 = 24, Position 2 = 27
Branch analysis from position: 24
1 jumps found. (Code = 42) Position 1 = 28
Branch analysis from position: 28
2 jumps found. (Code = 43) Position 1 = 32, Position 2 = 35
Branch analysis from position: 32
1 jumps found. (Code = 42) Position 1 = 36
Branch analysis from position: 36
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 35
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 27
2 jumps found. (Code = 43) Position 1 = 32, Position 2 = 35
Branch analysis from position: 32
Branch analysis from position: 35
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 24, Position 2 = 27
Branch analysis from position: 24
Branch analysis from position: 27
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 19
Branch analysis from position: 16
Branch analysis from position: 19
Branch analysis from position: 41
filename:       /in/03Cud
function name:  (null)
number of ops:  42
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        TYPE_CHECK                                  1020          !0
          4      > JMPZ                                                     ~3, ->41
    7     5    >   ECHO                                                     'asas'
   10     6        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'type'
          7      > JMPZ                                                     ~5, ->11
          8    >   FETCH_DIM_R                                      ~6      !0, 'type'
          9        QM_ASSIGN                                        ~7      ~6
         10      > JMP                                                      ->12
         11    >   QM_ASSIGN                                        ~7      0
         12    >   ASSIGN_DIM                                               !0, 'type'
         13        OP_DATA                                                  ~7
   11    14        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'message'
         15      > JMPZ                                                     ~9, ->19
         16    >   FETCH_DIM_R                                      ~10     !0, 'message'
         17        QM_ASSIGN                                        ~11     ~10
         18      > JMP                                                      ->20
         19    >   QM_ASSIGN                                        ~11     ''
         20    >   ASSIGN_DIM                                               !0, 'message'
         21        OP_DATA                                                  ~11
   12    22        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'file'
         23      > JMPZ                                                     ~13, ->27
         24    >   FETCH_DIM_R                                      ~14     !0, 'file'
         25        QM_ASSIGN                                        ~15     ~14
         26      > JMP                                                      ->28
         27    >   QM_ASSIGN                                        ~15     ''
         28    >   ASSIGN_DIM                                               !0, 'file'
         29        OP_DATA                                                  ~15
   13    30        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'line'
         31      > JMPZ                                                     ~17, ->35
         32    >   FETCH_DIM_R                                      ~18     !0, 'line'
         33        QM_ASSIGN                                        ~19     ~18
         34      > JMP                                                      ->36
         35    >   QM_ASSIGN                                        ~19     ''
         36    >   ASSIGN_DIM                                               !0, 'line'
         37        OP_DATA                                                  ~19
   14    38        INIT_FCALL_BY_NAME                                       'buildError'
         39        SEND_VAR_EX                                              !0
         40        DO_FCALL                                      0          
   15    41    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.64 ms | 1400 KiB | 15 Q