3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class myBaseClass { abstract protected function doSomething(); public function rerere() { return "..."; } } class myClass extends myBaseClass { public function doSomething() { rerere(); } } $implementor = new myClass(); $implementor->doSomething();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lqhkn
function name:  (null)
number of ops:  6
compiled vars:  !0 = $implementor
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   23     0  E >   NEW                                              $1      'myClass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   24     3        INIT_METHOD_CALL                                         !0, 'doSomething'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

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

End of function dosomething

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

End of function rerere

End of class myBaseClass.

Class myClass:
Function dosomething:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lqhkn
function name:  doSomething
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E >   INIT_FCALL_BY_NAME                                       'rerere'
          1        DO_FCALL                                      0          
   18     2      > RETURN                                                   null

End of function dosomething

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

End of function rerere

End of class myClass.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.73 ms | 1395 KiB | 13 Q