mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
5 lines
117 B
PHP
5 lines
117 B
PHP
<?php
|
|
$driver = new mysqli_driver();
|
|
if ($driver->embedded)
|
|
die("skip test doesn't run with embedded server");
|
|
?>
|