3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mxHosts = array(); var_dump(getmxrr("www.yahoo.com", $mxHosts)); var_dump($mxHosts); var_dump(dns_get_record("yahoo.com", DNS_ALL));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e7bqA
function name:  (null)
number of ops:  19
compiled vars:  !0 = $mxHosts
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'getmxrr'
          3        SEND_VAL                                                 'www.yahoo.com'
          4        SEND_REF                                                 !0
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                                 
    4     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    5    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'dns_get_record'
         13        SEND_VAL                                                 'yahoo.com'
         14        SEND_VAL                                                 251721779
         15        DO_ICALL                                         $5      
         16        SEND_VAR                                                 $5
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.58 ms | 1386 KiB | 19 Q