3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "START\n"; $test = imagecreatefromstring(file_get_contents('http://i.stack.imgur.com/KQI1j.jpg')); var_dump($test); echo "STOP\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/62A9j
function name:  (null)
number of ops:  13
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'START%0A'
    4     1        INIT_FCALL_BY_NAME                                       'imagecreatefromstring'
          2        INIT_FCALL                                               'file_get_contents'
          3        SEND_VAL                                                 'http%3A%2F%2Fi.stack.imgur.com%2FKQI1j.jpg'
          4        DO_ICALL                                         $1      
          5        SEND_VAR_NO_REF_EX                                       $1
          6        DO_FCALL                                      0  $2      
          7        ASSIGN                                                   !0, $2
    5     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    6    11        ECHO                                                     'STOP%0A'
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
186.56 ms | 1394 KiB | 17 Q