3v4l.org

run code in 300+ PHP versions simultaneously
<?php class VADAC { public $Parse = array(); public function __construct($configuration = NULL) { function Wow() { return "Keka"; } $this->Parse["Hello"] = "Wow"; } } $vadac = new VADAC(); var_dump($vadac->Parse["Hello"]());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/etZbG
function name:  (null)
number of ops:  11
compiled vars:  !0 = $vadac
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   NEW                                              $1      'VADAC'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   20     3        INIT_FCALL                                               'var_dump'
          4        FETCH_OBJ_R                                      ~4      !0, 'Parse'
          5        FETCH_DIM_R                                      ~5      ~4, 'Hello'
          6        INIT_DYNAMIC_CALL                                        ~5
          7        DO_FCALL                                      0  $6      
          8        SEND_VAR                                                 $6
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Function %00wow%2Fin%2FetZbG%3A9%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/etZbG
function name:  Wow
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E > > RETURN                                                   'Keka'
   11     1*     > RETURN                                                   null

End of function %00wow%2Fin%2FetZbG%3A9%240

Class VADAC:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/etZbG
function name:  __construct
number of ops:  6
compiled vars:  !0 = $configuration
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   RECV_INIT                                        !0      null
    9     1        DECLARE_FUNCTION                                         'wow'
   13     2        FETCH_OBJ_W                                      $1      'Parse'
          3        ASSIGN_DIM                                               $1, 'Hello'
          4        OP_DATA                                                  'Wow'
   14     5      > RETURN                                                   null

End of function __construct

End of class VADAC.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.39 ms | 1400 KiB | 15 Q