3v4l.org

run code in 300+ PHP versions simultaneously
<?php $active = 1; var_dump($active); $ps->bindParam(":active", $active, PDO::PARAM_INT); var_dump($active); $ps->execute(); var_dump($active); if ($active === 1) { // do something here // note: this will fail since $active is now "1" }

preferences:
39.85 ms | 402 KiB | 5 Q