3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Charcoal_IDataSource extends Charcoal_ICharcoalObject { /** * 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 = [] ); }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Interface "Charcoal_ICharcoalObject" not found in /in/C3Oiv:4 Stack trace: #0 {main} thrown in /in/C3Oiv on line 4
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
48.69 ms | 401 KiB | 8 Q