3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump("\u{2121}", IntlChar::getFC_NFKC_Closure("\u{2121}")); var_dump("\u{1D2D}", IntlChar::getFC_NFKC_Closure("\u{1D2D}")); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RigPT
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 '%E2%84%A1'
          2        INIT_STATIC_METHOD_CALL                                  'IntlChar', 'getFC_NFKC_Closure'
          3        SEND_VAL_EX                                              '%E2%84%A1'
          4        DO_FCALL                                      0  $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                                 
    3     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAL                                                 '%E1%B4%AD'
          9        INIT_STATIC_METHOD_CALL                                  'IntlChar', 'getFC_NFKC_Closure'
         10        SEND_VAL_EX                                              '%E1%B4%AD'
         11        DO_FCALL                                      0  $2      
         12        SEND_VAR                                                 $2
         13        DO_ICALL                                                 
    4    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163 ms | 1394 KiB | 15 Q