3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.44 ms | 1392 KiB | 13 Q