3v4l.org

run code in 300+ 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.0.0


preferences:
144.18 ms | 997 KiB | 13 Q