3v4l.org

run code in 300+ PHP versions simultaneously
<?php $n = 16423.42; $m = $n * 100.0; echo $m . "\n"; echo floor($m) . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bJpgQ
function name:  (null)
number of ops:  11
compiled vars:  !0 = $n, !1 = $m
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 16423.4
    4     1        MUL                                              ~3      !0, 100
          2        ASSIGN                                                   !1, ~3
    6     3        CONCAT                                           ~5      !1, '%0A'
          4        ECHO                                                     ~5
    7     5        INIT_FCALL                                               'floor'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $6      
          8        CONCAT                                           ~7      $6, '%0A'
          9        ECHO                                                     ~7
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.93 ms | 1394 KiB | 15 Q