3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Lol { protected $lol; public function getLol() { return $this->lol; } } Lol::getLol();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/um1Jc
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   INIT_STATIC_METHOD_CALL                                  'Lol', 'getLol'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

Class Lol:
Function getlol:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/um1Jc
function name:  getLol
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   FETCH_OBJ_R                                      ~0      'lol'
          1      > RETURN                                                   ~0
   10     2*     > RETURN                                                   null

End of function getlol

End of class Lol.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.98 ms | 1384 KiB | 13 Q