3v4l.org

run code in 500+ PHP versions simultaneously
<?php $entities = get_html_translation_table( HTML_ENTITIES, ENT_QUOTES | ENT_HTML5); foreach ($entities as $entity) { if (substr($entity, -1) !== ';') { var_dump($entity); } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 14
Branch analysis from position: 6
2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 14
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 13
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
Branch analysis from position: 13
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/4VOk1
function name:  (null)
number of ops:  16
compiled vars:  !0 = $entities, !1 = $entity
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'get_html_translation_table'
          1        SEND_VAL                                                     1
          2        SEND_VAL                                                     51
          3        DO_ICALL                                             $2      
          4        ASSIGN                                                       !0, $2
    4     5      > FE_RESET_R                                           $4      !0, ->14
          6    > > FE_FETCH_R                                                   $4, !1, ->14
    5     7    >   FRAMELESS_ICALL_2                substr              ~5      !1, -1
          8        IS_NOT_IDENTICAL                                             ~5, '%3B'
          9      > JMPZ                                                         ~6, ->13
    6    10    >   INIT_FCALL                                                   'var_dump'
         11        SEND_VAR                                                     !1
         12        DO_ICALL                                                     
    4    13    > > JMP                                                          ->6
         14    >   FE_FREE                                                      $4
    8    15      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
171.59 ms | 3058 KiB | 17 Q