3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* Attempt to open */ $im = @imagecreatefrompng('http://fc04.deviantart.net/fs71/f/2010/227/4/6/PNG_Test_by_Destron23.png'); // See if it succeeded if($im){ print "Success\n"; }else{ print "Failed\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2PFIe
function name:  (null)
number of ops:  11
compiled vars:  !0 = $im
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   BEGIN_SILENCE                                    ~1      
          1        INIT_FCALL_BY_NAME                                       'imagecreatefrompng'
          2        SEND_VAL_EX                                              'http%3A%2F%2Ffc04.deviantart.net%2Ffs71%2Ff%2F2010%2F227%2F4%2F6%2FPNG_Test_by_Destron23.png'
          3        DO_FCALL                                      0  $2      
          4        END_SILENCE                                              ~1
          5        ASSIGN                                                   !0, $2
    5     6      > JMPZ                                                     !0, ->9
    6     7    >   ECHO                                                     'Success%0A'
          8      > JMP                                                      ->10
    8     9    >   ECHO                                                     'Failed%0A'
    9    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.34 ms | 1393 KiB | 13 Q