3v4l.org

run code in 300+ PHP versions simultaneously
<?php IntlChar::enumCharNames(0x2600, 0x2610, function($codepoint, $nameChoice, $name) { printf("U+%04x %s\n", $codepoint, $name); }); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qi9Wa
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_STATIC_METHOD_CALL                                  'IntlChar', 'enumCharNames'
          1        SEND_VAL_EX                                              9728
          2        SEND_VAL_EX                                              9744
          3        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2Fqi9Wa%3A2%240'
    4     4        SEND_VAL_EX                                              ~0
          5        DO_FCALL                                      0          
    5     6      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2Fqi9Wa%3A2%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qi9Wa
function name:  {closure}
number of ops:  9
compiled vars:  !0 = $codepoint, !1 = $nameChoice, !2 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    3     3        INIT_FCALL                                               'printf'
          4        SEND_VAL                                                 'U%2B%2504x+%25s%0A'
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !2
          7        DO_ICALL                                                 
    4     8      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2Fqi9Wa%3A2%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.6 ms | 1395 KiB | 15 Q