3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lang["FAI_R"]["PRT"]["TITLE"]["HEADER"] = 'Hello, World!'; $html = <<<EOD <div id="topHeaderView">$value</div> <table> <tr> <td>{$lang["FAI_R"]["PRT"]["TITLE"]["HEADER"]}</td> </tr> EOD; var_dump($html);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lZLm8
function name:  (null)
number of ops:  19
compiled vars:  !0 = $lang, !1 = $html, !2 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_W                                      $3      !0, 'FAI_R'
          1        FETCH_DIM_W                                      $4      $3, 'PRT'
          2        FETCH_DIM_W                                      $5      $4, 'TITLE'
          3        ASSIGN_DIM                                               $5, 'HEADER'
          4        OP_DATA                                                  'Hello%2C+World%21'
    6     5        ROPE_INIT                                     5  ~12     '%3Cdiv+id%3D%22topHeaderView%22%3E'
          6        ROPE_ADD                                      1  ~12     ~12, !2
          7        ROPE_ADD                                      2  ~12     ~12, '%3C%2Fdiv%3E%0A+%3Ctable%3E%0A++%3Ctr%3E%0A%3Ctd%3E'
    9     8        FETCH_DIM_R                                      ~7      !0, 'FAI_R'
          9        FETCH_DIM_R                                      ~8      ~7, 'PRT'
         10        FETCH_DIM_R                                      ~9      ~8, 'TITLE'
         11        FETCH_DIM_R                                      ~10     ~9, 'HEADER'
         12        ROPE_ADD                                      3  ~12     ~12, ~10
         13        ROPE_END                                      4  ~11     ~12, '%3C%2Ftd%3E%0A++++%3C%2Ftr%3E'
    5    14        ASSIGN                                                   !1, ~11
   13    15        INIT_FCALL                                               'var_dump'
         16        SEND_VAR                                                 !1
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.62 ms | 1395 KiB | 15 Q