3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timeout = 5; $fp = fsockopen("http://www.ndesignwebagency.com/immagini/web-agency.jpg", 80, $errno, $errstr, $timeout); if ($fp) { print_r("ciao"); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 13
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/fhRAP
function name:  (null)
number of ops:  14
compiled vars:  !0 = $timeout, !1 = $fp, !2 = $errno, !3 = $errstr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 5
    4     1        INIT_FCALL                                               'fsockopen'
          2        SEND_VAL                                                 'http%3A%2F%2Fwww.ndesignwebagency.com%2Fimmagini%2Fweb-agency.jpg'
          3        SEND_VAL                                                 80
          4        SEND_REF                                                 !2
          5        SEND_REF                                                 !3
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !1, $5
    5     9      > JMPZ                                                     !1, ->13
    6    10    >   INIT_FCALL                                               'print_r'
         11        SEND_VAL                                                 'ciao'
         12        DO_ICALL                                                 
    7    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.38 ms | 1394 KiB | 17 Q