3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.13 ms | 1392 KiB | 13 Q