3v4l.org

run code in 300+ 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 = 17
Branch analysis from position: 6
2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 17
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 13, Position 2 = 16
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
Branch analysis from position: 16
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/4VOk1
function name:  (null)
number of ops:  19
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, ->17
          6    > > FE_FETCH_R                                               $4, !1, ->17
    5     7    >   INIT_FCALL                                               'substr'
          8        SEND_VAR                                                 !1
          9        SEND_VAL                                                 -1
         10        DO_ICALL                                         $5      
         11        IS_NOT_IDENTICAL                                         $5, '%3B'
         12      > JMPZ                                                     ~6, ->16
    6    13    >   INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
    4    16    > > JMP                                                      ->6
         17    >   FE_FREE                                                  $4
    8    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.14 ms | 1395 KiB | 19 Q