3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Utils { public static function demonstratie() { echo "demonstratie"; } } class parinte { public function par() { echo 'parinte'; } } class fiu extends parinte { public function demon() { echo 'demon'; } } $fiu =new fiu();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PXdih
function name:  (null)
number of ops:  4
compiled vars:  !0 = $fiu
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   26     0  E >   NEW                                              $1      'fiu'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
          3      > RETURN                                                   1

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

End of function demonstratie

End of class Utils.

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

End of function par

End of class parinte.

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

End of function demon

Function par:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PXdih
function name:  par
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   ECHO                                                     'parinte'
   16     1      > RETURN                                                   null

End of function par

End of class fiu.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.59 ms | 1394 KiB | 13 Q