3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface PDOStatementInterface { public function fetchAll(int $mode = \PDO::ATTR_DEFAULT_FETCH_MODE, ...$args); } class PDOStatementExtended extends \PDOStatement implements PDOStatementInterface { }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gg6hs
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   DECLARE_CLASS                                            'pdostatementextended', 'pdostatement'
   10     1      > RETURN                                                   1

Class PDOStatementInterface:
Function fetchall:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gg6hs
function name:  fetchAll
number of ops:  3
compiled vars:  !0 = $mode, !1 = $args
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV_INIT                                        !0      <const ast>
          1        RECV_VARIADIC                                    !1      
          2      > RETURN                                                   null

End of function fetchall

End of class PDOStatementInterface.

Class PDOStatementExtended: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
290.04 ms | 1006 KiB | 13 Q