3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number = hexdec('9d801896'); printf('%x: %0' . (PHP_INT_SIZE * 8) . "b<br />\n", $number, $number); $number = ($number >> 13); printf('%x: %0' . (PHP_INT_SIZE * 8) . "b<br />\n", $number, $number);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PhZeU
function name:  (null)
number of ops:  17
compiled vars:  !0 = $number
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'hexdec'
          1        SEND_VAL                                                 '9d801896'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    3     4        INIT_FCALL                                               'printf'
          5        SEND_VAL                                                 '%25x%3A+%25064b%3Cbr+%2F%3E%0A'
          6        SEND_VAR                                                 !0
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
    4     9        SR                                               ~4      !0, 13
         10        ASSIGN                                                   !0, ~4
    5    11        INIT_FCALL                                               'printf'
         12        SEND_VAL                                                 '%25x%3A+%25064b%3Cbr+%2F%3E%0A'
         13        SEND_VAR                                                 !0
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.44 ms | 1394 KiB | 17 Q