3v4l.org

run code in 300+ PHP versions simultaneously
<?php function lstten($usrnum,$imemcount) { if ($usrnum <= $imemcount && $usrnum >= 0) { var_dump($members->steamID64[$usrnum]); } else { echo("You fail it!"); var_dump($usrnum); var_dump($imemcount); } } lstten(8, 9);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/X2sWo
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   INIT_FCALL                                               'lstten'
          1        SEND_VAL                                                 8
          2        SEND_VAL                                                 9
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Function lstten:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 13
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename:       /in/X2sWo
function name:  lstten
number of ops:  21
compiled vars:  !0 = $usrnum, !1 = $imemcount, !2 = $members
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    4     2        IS_SMALLER_OR_EQUAL                              ~3      !0, !1
          3      > JMPZ_EX                                          ~3      ~3, ->6
          4    >   IS_SMALLER_OR_EQUAL                              ~4      0, !0
          5        BOOL                                             ~3      ~4
          6    > > JMPZ                                                     ~3, ->13
    5     7    >   INIT_FCALL                                               'var_dump'
          8        FETCH_OBJ_R                                      ~5      !2, 'steamID64'
          9        FETCH_DIM_R                                      ~6      ~5, !0
         10        SEND_VAL                                                 ~6
         11        DO_ICALL                                                 
         12      > JMP                                                      ->20
    7    13    >   ECHO                                                     'You+fail+it%21'
    8    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
    9    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !1
         19        DO_ICALL                                                 
   11    20    > > RETURN                                                   null

End of function lstten

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.87 ms | 1399 KiB | 16 Q