3v4l.org

run code in 300+ PHP versions simultaneously
<table> <tr> <td> <?php echo 'TEST'; ?> </td> </tr> </table> <pre> <?php echo "This should be the first line."; ?> <?php echo "This should show up after the new line above."; ?> </pre>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MQvBa
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Ctable%3E+%0A++%3Ctr%3E+%0A++++%3Ctd%3E+%0A++++++'
    4     1        ECHO                                                     'TEST'
          2        ECHO                                                     '+%0A++++%3C%2Ftd%3E+%0A++%3C%2Ftr%3E+%0A%3C%2Ftable%3E%0A%0A%3Cpre%3E%0A'
   10     3        ECHO                                                     'This+should+be+the+first+line.'
   11     4        ECHO                                                     'This+should+show+up+after+the+new+line+above.'
   12     5        ECHO                                                     '%3C%2Fpre%3E'
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.36 ms | 1392 KiB | 13 Q