3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.76 ms | 1385 KiB | 15 Q