3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.14 ms | 993 KiB | 13 Q