3v4l.org

run code in 300+ PHP versions simultaneously
<?php $domain = "\xC3\xA4rger.de"; if (function_exists('idn_to_ascii')) { if (defined('INTL_IDNA_VARIANT_UTS46')) { $domain = idn_to_ascii($domain, 0, INTL_IDNA_VARIANT_UTS46); } else { $domain = idn_to_ascii($domain); } } echo $domain;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 19
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 15
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/niZ4H
function name:  (null)
number of ops:  21
compiled vars:  !0 = $domain
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%C3%A4rger.de'
    5     1        INIT_FCALL                                               'function_exists'
          2        SEND_VAL                                                 'idn_to_ascii'
          3        DO_ICALL                                         $2      
          4      > JMPZ                                                     $2, ->19
    6     5    >   DEFINED                                                  'INTL_IDNA_VARIANT_UTS46'
          6      > JMPZ                                                     ~3, ->15
    7     7    >   INIT_FCALL_BY_NAME                                       'idn_to_ascii'
          8        SEND_VAR_EX                                              !0
          9        SEND_VAL_EX                                              0
         10        FETCH_CONSTANT                                   ~4      'INTL_IDNA_VARIANT_UTS46'
         11        SEND_VAL_EX                                              ~4
         12        DO_FCALL                                      0  $5      
         13        ASSIGN                                                   !0, $5
         14      > JMP                                                      ->19
    9    15    >   INIT_FCALL_BY_NAME                                       'idn_to_ascii'
         16        SEND_VAR_EX                                              !0
         17        DO_FCALL                                      0  $7      
         18        ASSIGN                                                   !0, $7
   13    19    >   ECHO                                                     !0
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.26 ms | 1395 KiB | 15 Q