3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Insert database data here.$dbh = new PDO('sqlite:/tmp/database.db');$number = 1;if ($number === 1) { echo "Bulbasaur's cry is correct.\n";}$sth = $dbh->prepare('SELECT :number + 3');$sth->bindParam(':number', $number);$sth->execute();echo "Abby's is number {$sth->fetchColumn()}.\n";if ($number === 1) { echo "Bulbasaur's cry is still correct.\n";}
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qPggQ
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.84 ms | 1391 KiB | 13 Q