mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
5 lines
115 B
PHP
5 lines
115 B
PHP
<?php
|
|
$driver = new mysqli_driver();
|
|
if (!$driver->embedded)
|
|
die("skip test for with embedded server only");
|
|
?>
|