3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Charcoal_IDataSource { /** * Prepare for statement * * @param string|Charcoal_String $sql SQL statement(placeholders can be included) * @param array|Charcoal_HashMap Parameter values for prepared statement * @param array|Charcoal_HashMap Driver options */ public function prepare( $sql, $params = NULL, $driver_options = [] ); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OGq6f
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 Charcoal_IDataSource:
Function prepare:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OGq6f
function name:  prepare
number of ops:  4
compiled vars:  !0 = $sql, !1 = $params, !2 = $driver_options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      null
          2        RECV_INIT                                        !2      <array>
          3      > RETURN                                                   null

End of function prepare

End of class Charcoal_IDataSource.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.94 ms | 1393 KiB | 13 Q