3v4l.org

run code in 300+ PHP versions simultaneously
<?php $description = "bla"; $blogname = "Wobbling Willy"; if ($blogname == 'Wobbling Willy') { $html = <<<EOD <meta name="description" content="$description" /> <meta name="keywords" content=”keyword1, keyword2, keyword3” /> EOD; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 8
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/kbaGh
function name:  (null)
number of ops:  9
compiled vars:  !0 = $description, !1 = $blogname, !2 = $html
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'bla'
    4     1        ASSIGN                                                   !1, 'Wobbling+Willy'
    6     2        IS_EQUAL                                                 !1, 'Wobbling+Willy'
          3      > JMPZ                                                     ~5, ->8
    9     4    >   ROPE_INIT                                     3  ~7      '++++++++%3Cmeta+name%3D%22description%22+content%3D%22'
          5        ROPE_ADD                                      1  ~7      ~7, !0
          6        ROPE_END                                      2  ~6      ~7, '%22+%2F%3E%0A++++++++%3Cmeta+name%3D%22keywords%22+content%3D%E2%80%9Dkeyword1%2C+keyword2%2C+keyword3%E2%80%9D+%2F%3E'
    8     7        ASSIGN                                                   !2, ~6
   12     8    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.68 ms | 1392 KiB | 13 Q