3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class AbstractSimpleValueMapper { abstract protected function generateEndpointFromQuery(stdClass $query = null): string; } class Test extends AbstractSimpleValueMapper { protected function generateEndpointFromQuery(?stdClass $query = null): string { return ''; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5QIK4
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E > > RETURN                                                   1

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

End of function generateendpointfromquery

End of class AbstractSimpleValueMapper.

Class Test:
Function generateendpointfromquery:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5QIK4
function name:  generateEndpointFromQuery
number of ops:  4
compiled vars:  !0 = $query
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   RECV_INIT                                        !0      null
   12     1      > RETURN                                                   ''
   13     2*       VERIFY_RETURN_TYPE                                       
          3*     > RETURN                                                   null

End of function generateendpointfromquery

End of class Test.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.33 ms | 1011 KiB | 13 Q