3v4l.org

run code in 300+ PHP versions simultaneously
<?php class AAA { public function bbb() { var_dump(get_class(null)); } } (new AAA)->bbb();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5O4QA
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   NEW                                              $0      'AAA'
          1        DO_FCALL                                      0          
          2        INIT_METHOD_CALL                                         $0, 'bbb'
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Class AAA:
Function bbb:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5O4QA
function name:  bbb
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'var_dump'
          1        GET_CLASS                                        ~0      null
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    8     4      > RETURN                                                   null

End of function bbb

End of class AAA.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
225.31 ms | 998 KiB | 14 Q