3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class Base_Share_Element { protected function init($title, $css_classes) { } } class Base_Share_Button extends Base_Share_Element { public function init($args = array(), $noop = null) { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9oLOD
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E > > RETURN                                                   1

Class Base_Share_Element:
Function init:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9oLOD
function name:  init
number of ops:  3
compiled vars:  !0 = $title, !1 = $css_classes
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    7     2      > RETURN                                                   null

End of function init

End of class Base_Share_Element.

Class Base_Share_Button:
Function init:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9oLOD
function name:  init
number of ops:  3
compiled vars:  !0 = $args, !1 = $noop
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   RECV_INIT                                        !0      <array>
          1        RECV_INIT                                        !1      null
   16     2      > RETURN                                                   null

End of function init

End of class Base_Share_Button.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.31 ms | 1393 KiB | 13 Q