3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.06 ms | 1392 KiB | 13 Q