3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.52 ms | 1393 KiB | 13 Q