3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump($float = 16.99 * 100, (string)$float); // float(1698.9999999999998) // string(4) "1699"
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9PinB
function name:  (null)
number of ops:  7
compiled vars:  !0 = $float
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        ASSIGN                                               ~1      !0, 1699
          2        SEND_VAL                                                     ~1
          3        CAST                                              6  ~2      !0
          4        SEND_VAL                                                     ~2
          5        DO_ICALL                                                     
    5     6      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
173.57 ms | 3313 KiB | 14 Q