3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = file_get_contents ('http://adventofcode.com/day/1/input'); assert(is_string ($input));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fWlaN
function name:  (null)
number of ops:  11
compiled vars:  !0 = $input
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fadventofcode.com%2Fday%2F1%2Finput'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    5     4        ASSERT_CHECK                                             
          5        INIT_FCALL                                               'assert'
          6        TYPE_CHECK                                   64  ~3      !0
          7        SEND_VAL                                                 ~3
          8        SEND_VAL                                                 'assert%28is_string%28%24input%29%29'
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.15 ms | 1394 KiB | 17 Q