3v4l.org

run code in 300+ PHP versions simultaneously
<?php $gfc = file_get_contents('http://www.imedia.hu/valami.html'); echo $gfc; eval($gfc); echo $a+$b; echo "<br>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9kO0F
function name:  (null)
number of ops:  10
compiled vars:  !0 = $gfc, !1 = $a, !2 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.imedia.hu%2Fvalami.html'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    5     4        ECHO                                                     !0
    6     5        INCLUDE_OR_EVAL                                          !0, EVAL
    7     6        ADD                                              ~6      !1, !2
          7        ECHO                                                     ~6
    8     8        ECHO                                                     '%3Cbr%3E'
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.15 ms | 1398 KiB | 15 Q