3v4l.org

run code in 300+ PHP versions simultaneously
<?php Class Myclass{ protected $_value = 'content'; public function action(){ $this->_value::mymethod(); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ppJIt
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E > > RETURN                                                   1

Class Myclass:
Function action:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ppJIt
function name:  action
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   FETCH_OBJ_R                                      ~0      '_value'
          1        FETCH_CLASS                                   0  $1      ~0
          2        INIT_STATIC_METHOD_CALL                                  $1, 'mymethod'
          3        DO_FCALL                                      0          
   10     4      > RETURN                                                   null

End of function action

End of class Myclass.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.27 ms | 1393 KiB | 13 Q