3v4l.org

run code in 500+ PHP versions simultaneously
<?php $s = ".96"; Echo floatval($s) . "\n"; $s--; Echo floatval($s);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Qt8A3
function name:  (null)
number of ops:  8
compiled vars:  !0 = $s
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '.96'
    4     1        CAST                                              5  ~2      !0
          2        CONCAT                                               ~3      ~2, '%0A'
          3        ECHO                                                         ~3
    6     4        PRE_DEC                                                      !0
    7     5        CAST                                              5  ~5      !0
          6        ECHO                                                         ~5
          7      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
173.31 ms | 2563 KiB | 13 Q