mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
5 lines
No EOL
115 B
PHP
5 lines
No EOL
115 B
PHP
<?php
|
|
$driver = new mysqli_driver();
|
|
if (!$driver->embedded)
|
|
die("skip test for with embedded server only");
|
|
?>
|