3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h = 'U+00A0'; echo hexdec($h) . PHP_EOL; $h = '0x00A0'; echo hexdec($h) . PHP_EOL; $h = '00A0'; echo hexdec($h) . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mrfun
function name:  (null)
number of ops:  19
compiled vars:  !0 = $h
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'U%2B00A0'
    4     1        INIT_FCALL                                               'hexdec'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        CONCAT                                           ~3      $2, '%0A'
          5        ECHO                                                     ~3
    6     6        ASSIGN                                                   !0, '0x00A0'
    7     7        INIT_FCALL                                               'hexdec'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        CONCAT                                           ~6      $5, '%0A'
         11        ECHO                                                     ~6
    9    12        ASSIGN                                                   !0, '00A0'
   10    13        INIT_FCALL                                               'hexdec'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $8      
         16        CONCAT                                           ~9      $8, '%0A'
         17        ECHO                                                     ~9
   11    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.3 ms | 1394 KiB | 15 Q