3v4l.org

run code in 300+ PHP versions simultaneously
<?php print <<<END This uses the "here document" syntax to output multiple lines with $variable interpolation. Note that the here document terminator must appear on a line with just a semicolon no extra whitespace! END; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CgrUA
function name:  (null)
number of ops:  5
compiled vars:  !0 = $variable
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ROPE_INIT                                     3  ~2      'This+uses+the+%22here+document%22+syntax+to+output%0Amultiple+lines+with+'
    5     1        ROPE_ADD                                      1  ~2      ~2, !0
          2        ROPE_END                                      2  ~1      ~2, '+interpolation.+Note%0Athat+the+here+document+terminator+must+appear+on+a%0Aline+with+just+a+semicolon+no+extra+whitespace%21'
          3        ECHO                                                     ~1
   10     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.53 ms | 1392 KiB | 13 Q