3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "begin\n"; for($i = 0; $i < IntlChar::CODEPOINT_MAX; $i++){ $u1Name = IntlChar::charName($i, IntlChar::UNICODE_10_CHAR_NAME); if($u1Name !== ''){ echo $u1Name . "\n"; } } echo "end\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
Branch analysis from position: 3
Branch analysis from position: 13
filename:       /in/fAr4J
function name:  (null)
number of ops:  19
compiled vars:  !0 = $i, !1 = $u1Name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'begin%0A'
    4     1        ASSIGN                                                   !0, 0
          2      > JMP                                                      ->14
    5     3    >   INIT_STATIC_METHOD_CALL                                  'IntlChar', 'charName'
          4        SEND_VAR_EX                                              !0
          5        FETCH_CLASS_CONSTANT                             ~3      'IntlChar', 'UNICODE_10_CHAR_NAME'
          6        SEND_VAL_EX                                              ~3
          7        DO_FCALL                                      0  $4      
          8        ASSIGN                                                   !1, $4
    6     9        IS_NOT_IDENTICAL                                         !1, ''
         10      > JMPZ                                                     ~6, ->13
    7    11    >   CONCAT                                           ~7      !1, '%0A'
         12        ECHO                                                     ~7
    4    13    >   PRE_INC                                                  !0
         14    >   FETCH_CLASS_CONSTANT                             ~9      'IntlChar', 'CODEPOINT_MAX'
         15        IS_SMALLER                                               !0, ~9
         16      > JMPNZ                                                    ~10, ->3
   10    17    >   ECHO                                                     'end%0A'
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.97 ms | 1398 KiB | 13 Q