3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(($pos + ord($bytes[$i])) % $listLen); // When Warning is ignored the type juggling changed var_dump((0/0)+100);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qpV8i
function name:  (null)
number of ops:  15
compiled vars:  !0 = $pos, !1 = $bytes, !2 = $i, !3 = $listLen
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'ord'
          2        FETCH_DIM_R                                      ~4      !1, !2
          3        SEND_VAL                                                 ~4
          4        DO_ICALL                                         $5      
          5        ADD                                              ~6      !0, $5
          6        MOD                                              ~7      ~6, !3
          7        SEND_VAL                                                 ~7
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'var_dump'
         10        DIV                                              ~9      0, 0
         11        ADD                                              ~10     ~9, 100
         12        SEND_VAL                                                 ~10
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.71 ms | 1394 KiB | 17 Q