3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(array( array(), 'LINE', '0LINE', '1LINE', '0LINE0', '1LINE0', '0LINE1', '1LINE1', ) as $sample_data){ var_dump($sample_data + 1); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 1, Position 2 = 7
Branch analysis from position: 1
2 jumps found. (Code = 78) Position 1 = 2, Position 2 = 7
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/2TYgu
function name:  (null)
number of ops:  9
compiled vars:  !0 = $sample_data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > FE_RESET_R                                       $1      <array>, ->7
          1    > > FE_FETCH_R                                               $1, !0, ->7
   13     2    >   INIT_FCALL                                               'var_dump'
          3        ADD                                              ~2      !0, 1
          4        SEND_VAL                                                 ~2
          5        DO_ICALL                                                 
    4     6      > JMP                                                      ->1
          7    >   FE_FREE                                                  $1
   14     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.99 ms | 1394 KiB | 15 Q