3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump( mb_decode_numericentity('&#xDF;', [ 0x0, 0xffff, 0, 0xffff ], 'UTF-8'), mb_decode_numericentity('&#xDF;', [ 0x0, 0xffff, 0, 0xffff ], 'UTF-8', true) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/42DWp
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
    4     1        INIT_FCALL                                                   'mb_decode_numericentity'
          2        SEND_VAL                                                     '%26%23xDF%3B'
          3        SEND_VAL                                                     <array>
          4        SEND_VAL                                                     'UTF-8'
          5        DO_ICALL                                             $0      
          6        SEND_VAR                                                     $0
    5     7        INIT_FCALL                                                   'mb_decode_numericentity'
          8        SEND_VAL                                                     '%26%23xDF%3B'
          9        SEND_VAL                                                     <array>
         10        SEND_VAL                                                     'UTF-8'
         11        SEND_VAL                                                     <true>
         12        DO_ICALL                                             $1      
         13        SEND_VAR                                                     $1
    3    14        DO_ICALL                                                     
    6    15      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
166.81 ms | 2114 KiB | 15 Q