3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.19 ms | 1397 KiB | 13 Q