3v4l.org

run code in 500+ PHP versions simultaneously
<?php $inc = '<h1> <?= $test . " world"; ?> </h1> <p> Some text </p>'; $test = 'something'; eval(' ?>' . $inc . '<?php ');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/70dgu
function name:  (null)
number of ops:  6
compiled vars:  !0 = $inc, !1 = $test
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, '%3Ch1%3E%0A++%3C%3F%3D+%24test+.+%22+world%22%3B+%3F%3E%0A%3C%2Fh1%3E%0A%3Cp%3E%0ASome+text%0A%3C%2Fp%3E'
    9     1        ASSIGN                                                       !1, 'something'
   10     2        CONCAT                                               ~4      '+%3F%3E', !0
          3        CONCAT                                               ~5      ~4, '%3C%3Fphp+'
          4        INCLUDE_OR_EVAL                                              ~5, EVAL
          5      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
228.84 ms | 2123 KiB | 13 Q