3v4l.org

run code in 300+ PHP versions simultaneously
<?php //magic engine tags... function php_engine_API(){ $var1 = 'The profile of Mr Dennisrec xVILEN'.' Hello world'; $_SESSION['MR DENNIS'] = $var1; $final_setlite = $_SESSION['MR DENNIS']; // return $final_setlite; }; echo php_engine_API();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dCk1e
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   INIT_FCALL                                               'php_engine_api'
          1        DO_FCALL                                      0  $0      
          2        ECHO                                                     $0
          3      > RETURN                                                   1

Function php_engine_api:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dCk1e
function name:  php_engine_API
number of ops:  8
compiled vars:  !0 = $var1, !1 = $final_setlite
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 'The+profile+of+Mr+Dennisrec+xVILEN+Hello+world'
    6     1        FETCH_W                      global              $3      '_SESSION'
          2        ASSIGN_DIM                                               $3, 'MR+DENNIS'
          3        OP_DATA                                                  !0
    7     4        FETCH_R                      global              ~5      '_SESSION'
          5        FETCH_DIM_R                                      ~6      ~5, 'MR+DENNIS'
          6        ASSIGN                                                   !1, ~6
    9     7      > RETURN                                                   null

End of function php_engine_api

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.87 ms | 1397 KiB | 14 Q