mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +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");
|
|
?>
|