3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r( dns_get_record( strtolower( 'friends.ahsanshahzad.com' ) ) ); // ip: 148.251.93.108 print_r( dns_get_record( strtolower( 'ahsanshahzad.com' ) ) ); // ip: 148.251.93.108 //print_r( dns_get_record( $punycode->encode( strtolower( 'adilzulfiqar.com' ) ) , DNS_A ) ); // ip: 148.251.93.108 //print_r( dns_get_record( $punycode->encode( strtolower( 'Bücher.de' ) ) , DNS_AAAA ) ); // ipv6: 148.251.93.108 //var_dump( checkdnsrr( 'pageconfig.com' , 'A' ) ); // bool true||false die;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/oPBOJ
function name:  (null)
number of ops:  20
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'print_r'
          1        INIT_FCALL                                               'dns_get_record'
          2        INIT_FCALL                                               'strtolower'
          3        SEND_VAL                                                 'friends.ahsanshahzad.com'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                         $1      
          7        SEND_VAR                                                 $1
          8        DO_ICALL                                                 
    4     9        INIT_FCALL                                               'print_r'
         10        INIT_FCALL                                               'dns_get_record'
         11        INIT_FCALL                                               'strtolower'
         12        SEND_VAL                                                 'ahsanshahzad.com'
         13        DO_ICALL                                         $3      
         14        SEND_VAR                                                 $3
         15        DO_ICALL                                         $4      
         16        SEND_VAR                                                 $4
         17        DO_ICALL                                                 
    8    18      > EXIT                                                     
         19*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.68 ms | 1399 KiB | 19 Q