<?php $con=new \PDO ("sqlite::memory:"); $stmt = $con->query("SELECT 1 AS one"); var_dump($stmt->fetch());
You have javascript disabled. You will not be able to edit any code.