3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.82 ms | 1392 KiB | 13 Q