3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filename = "https://raw.github.com/gist/4e65fbbbb86ebc0e8220/b6fc4c620b67d95f953a5c1c1230aaab5db5a1b0/gistfile1.txt"; $combi = trim(file_get_contents($filename)); echo $combi;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/I1r2q
function name:  (null)
number of ops:  10
compiled vars:  !0 = $filename, !1 = $combi
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fraw.github.com%2Fgist%2F4e65fbbbb86ebc0e8220%2Fb6fc4c620b67d95f953a5c1c1230aaab5db5a1b0%2Fgistfile1.txt'
    3     1        INIT_FCALL                                               'trim'
          2        INIT_FCALL                                               'file_get_contents'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        SEND_VAR                                                 $3
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    4     8        ECHO                                                     !1
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.65 ms | 1394 KiB | 17 Q