3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface SqlContentEntityStorageInterface { public function getTableMapping(array $storage_definitions = NULL); } class SqlContentEntityStorage implements SqlContentEntityStorageInterface { public function getTableMapping(array $storage_definitions = NULL, $entity_type = NULL) { } } class CustomStorage extends SqlContentEntityStorage { public function getTableMapping(array $storage_definitions = NULL) { } } $c = new CustomStorage();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kZUBW
function name:  (null)
number of ops:  6
compiled vars:  !0 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   DECLARE_CLASS                                            'sqlcontententitystorage'
   15     1        DECLARE_CLASS                                            'customstorage', 'sqlcontententitystorage'
   21     2        NEW                                              $1      'CustomStorage'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !0, $1
          5      > RETURN                                                   1

Class SqlContentEntityStorageInterface:
Function gettablemapping:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kZUBW
function name:  getTableMapping
number of ops:  2
compiled vars:  !0 = $storage_definitions
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV_INIT                                        !0      null
          1      > RETURN                                                   null

End of function gettablemapping

End of class SqlContentEntityStorageInterface.

Class SqlContentEntityStorage:
Function gettablemapping:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kZUBW
function name:  getTableMapping
number of ops:  3
compiled vars:  !0 = $storage_definitions, !1 = $entity_type
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   RECV_INIT                                        !0      null
          1        RECV_INIT                                        !1      null
   12     2      > RETURN                                                   null

End of function gettablemapping

End of class SqlContentEntityStorage.

Class CustomStorage:
Function gettablemapping:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kZUBW
function name:  getTableMapping
number of ops:  2
compiled vars:  !0 = $storage_definitions
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   16     0  E >   RECV_INIT                                        !0      null
   18     1      > RETURN                                                   null

End of function gettablemapping

End of class CustomStorage.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
134.65 ms | 997 KiB | 13 Q