3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); #$arr = array(); foreach($arr as $a) { echo $a; } echo "done";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/QucjX
function name:  (null)
number of ops:  10
compiled vars:  !0 = $arr, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    4     3      > FE_RESET_R                                       $3      !0, ->7
          4    > > FE_FETCH_R                                               $3, !1, ->7
    5     5    >   ECHO                                                     !1
    4     6      > JMP                                                      ->4
          7    >   FE_FREE                                                  $3
    7     8        ECHO                                                     'done'
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
184.63 ms | 1398 KiB | 15 Q