3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = <<<'EOT' This is a message which needs to span many lines and which I've written like this EOT; $var2 = 'This is a long message that I have had to break up'; echo $var; echo $var2;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8OaNo
function name:  (null)
number of ops:  5
compiled vars:  !0 = $var, !1 = $var2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'This+is+a+message%0A++++which+needs+to+span+many+lines%0A++++++++and+which+I%27ve+written+like+this'
    9     1        ASSIGN                                                   !1, 'This+is+a+long+message+that+%0A++++++++++++++++++++I+have+had+to+break+up'
   12     2        ECHO                                                     !0
   13     3        ECHO                                                     !1
          4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.76 ms | 1392 KiB | 13 Q