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";}

This is an error 404

There are `0` results


preferences:
150.66 ms | 1399 KiB | 7 Q