3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ip = '173.194.110.232'; $long = ip2long($ip); $cIP = long2ip($long); var_dump($ip, $long, $cIP);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mWJkl
function name:  (null)
number of ops:  15
compiled vars:  !0 = $ip, !1 = $long, !2 = $cIP
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '173.194.110.232'
    3     1        INIT_FCALL                                               'ip2long'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    4     5        INIT_FCALL                                               'long2ip'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !2, $6
    6     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        SEND_VAR                                                 !1
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.62 ms | 1394 KiB | 19 Q