3v4l.org

run code in 300+ PHP versions simultaneously
<?php $htmlPage = <<<EMAILBODY A new comment has been received in the Photo Gallery. At $created by $this->author: $this->body EMAILBODY; echo $htmlPage;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/g4o1r
function name:  (null)
number of ops:  14
compiled vars:  !0 = $htmlPage, !1 = $created
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ROPE_INIT                                     7  ~7      '++++%0A++++++A+new+comment+has+been+received+in+the+Photo+Gallery.%0A++++++%0A++++++At+'
    6     1        ROPE_ADD                                      1  ~7      ~7, !1
          2        ROPE_ADD                                      2  ~7      ~7, '+by+'
          3        FETCH_THIS                                       $2      
          4        FETCH_OBJ_R                                      ~3      $2, 'author'
          5        ROPE_ADD                                      3  ~7      ~7, ~3
          6        ROPE_ADD                                      4  ~7      ~7, '%3A%0A++++++%0A++++++'
    8     7        FETCH_THIS                                       $4      
          8        FETCH_OBJ_R                                      ~5      $4, 'body'
          9        ROPE_ADD                                      5  ~7      ~7, ~5
         10        ROPE_END                                      6  ~6      ~7, '%0A++++++'
    2    11        ASSIGN                                                   !0, ~6
   11    12        ECHO                                                     !0
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.75 ms | 1393 KiB | 13 Q