3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Database { public function getRow(string $sql): array; } class StaticSqlDatabase implements Database { public static function getRow(string $sql): array{} }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WKdvM
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   DECLARE_CLASS                                            'staticsqldatabase'
   12     1      > RETURN                                                   1

Class Database:
Function getrow:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WKdvM
function name:  getRow
number of ops:  3
compiled vars:  !0 = $sql
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1        VERIFY_RETURN_TYPE                                       
          2      > RETURN                                                   null

End of function getrow

End of class Database.

Class StaticSqlDatabase:
Function getrow:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WKdvM
function name:  getRow
number of ops:  3
compiled vars:  !0 = $sql
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   RECV                                             !0      
          1        VERIFY_RETURN_TYPE                                       
          2      > RETURN                                                   null

End of function getrow

End of class StaticSqlDatabase.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.3 ms | 994 KiB | 13 Q