3v4l.org

run code in 300+ PHP versions simultaneously
<?php $socket_connection = @fsockopen("thehostnamehere.com", 22); $socket_connection = fsockopen("if", 22);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rkSrd
function name:  (null)
number of ops:  13
compiled vars:  !0 = $socket_connection
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   BEGIN_SILENCE                                    ~1      
          1        INIT_FCALL                                               'fsockopen'
          2        SEND_VAL                                                 'thehostnamehere.com'
          3        SEND_VAL                                                 22
          4        DO_ICALL                                         $2      
          5        END_SILENCE                                              ~1
          6        ASSIGN                                                   !0, $2
    4     7        INIT_FCALL                                               'fsockopen'
          8        SEND_VAL                                                 'if'
          9        SEND_VAL                                                 22
         10        DO_ICALL                                         $4      
         11        ASSIGN                                                   !0, $4
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.97 ms | 1394 KiB | 15 Q