3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.82 ms | 1392 KiB | 13 Q