3v4l.org

run code in 500+ PHP versions simultaneously
<?php $myl = 1.5; echo "Point spread: " . ($myl * -1.0) . " and " . $myl . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LsQlR
function name:  (null)
number of ops:  8
compiled vars:  !0 = $myl
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 1.5
    3     1        MUL                                                  ~2      !0, -1
          2        CONCAT                                               ~3      'Point+spread%3A+', ~2
          3        CONCAT                                               ~4      ~3, '+and+'
          4        CONCAT                                               ~5      ~4, !0
          5        CONCAT                                               ~6      ~5, '%0A'
          6        ECHO                                                         ~6
          7      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
243.95 ms | 3111 KiB | 12 Q