3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(html_entity_decode(" &raquo; ") /*=== " \x00\xBB "*/); foreach(split(html_entity_decode(" &raquo; ")) as $c)echo ord($c) . ' ';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 20
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 20
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/AGtj4
function name:  (null)
number of ops:  22
compiled vars:  !0 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'html_entity_decode'
          2        SEND_VAL                                                 '+%26raquo%3B+'
          3        DO_ICALL                                         $1      
          4        SEND_VAR                                                 $1
          5        DO_ICALL                                                 
    5     6        INIT_FCALL_BY_NAME                                       'split'
          7        INIT_FCALL                                               'html_entity_decode'
          8        SEND_VAL                                                 '+%26raquo%3B+'
          9        DO_ICALL                                         $3      
         10        SEND_VAR_NO_REF_EX                                       $3
         11        DO_FCALL                                      0  $4      
         12      > FE_RESET_R                                       $5      $4, ->20
         13    > > FE_FETCH_R                                               $5, !0, ->20
         14    >   INIT_FCALL                                               'ord'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                         $6      
         17        CONCAT                                           ~7      $6, '+'
         18        ECHO                                                     ~7
         19      > JMP                                                      ->13
         20    >   FE_FREE                                                  $5
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.32 ms | 1395 KiB | 19 Q