3v4l.org

run code in 300+ PHP versions simultaneously
<?php /*E_ERROR E_PARSE E_CORE_ERROR E_CORE_WARNING E_COMPILE_ERROR E_COMPILE_WARNING E_STRICT*/ class P { static function ASDF(){} } $p=new P; $p->ASDF();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AtGvJ
function name:  (null)
number of ops:  6
compiled vars:  !0 = $p
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   NEW                                              $1      'P'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   15     3        INIT_METHOD_CALL                                         !0, 'ASDF'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class P:
Function asdf:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AtGvJ
function name:  ASDF
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E > > RETURN                                                   null

End of function asdf

End of class P.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.22 ms | 1393 KiB | 13 Q