1<?php 2 $driver = new mysqli_driver(); 3 if (!$driver->embedded) 4 die("skip test for with embedded server only"); 5?> 6