3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.21 ms | 1394 KiB | 21 Q