3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.42 ms | 1393 KiB | 13 Q