3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo intval(3.2). ' '.intval(3.5).' '.intval(3.7);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/A4Rnr
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   CAST                                          4  ~0      3.2
          1        CONCAT                                           ~1      ~0, '+'
          2        CAST                                          4  ~2      3.5
          3        CONCAT                                           ~3      ~1, ~2
          4        CONCAT                                           ~4      ~3, '+'
          5        CAST                                          4  ~5      3.7
          6        CONCAT                                           ~6      ~4, ~5
          7        ECHO                                                     ~6
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.39 ms | 1392 KiB | 13 Q