3v4l.org

run code in 300+ PHP versions simultaneously
<?php class AdminModel { protected function batchTag($value, $pks, $contexts) { } } class ModelBasedOn4or5or6code extends AdminModel { protected function batchTag($value, $pks, $contexts, $removeTags = false) { } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c1ZZW
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E > > RETURN                                                   1

Class AdminModel:
Function batchtag:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c1ZZW
function name:  batchTag
number of ops:  4
compiled vars:  !0 = $value, !1 = $pks, !2 = $contexts
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    6     3      > RETURN                                                   null

End of function batchtag

End of class AdminModel.

Class ModelBasedOn4or5or6code:
Function batchtag:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c1ZZW
function name:  batchTag
number of ops:  5
compiled vars:  !0 = $value, !1 = $pks, !2 = $contexts, !3 = $removeTags
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
          3        RECV_INIT                                        !3      <false>
   12     4      > RETURN                                                   null

End of function batchtag

End of class ModelBasedOn4or5or6code.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.32 ms | 994 KiB | 13 Q