mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
5 lines
No EOL
117 B
PHP
5 lines
No EOL
117 B
PHP
<?php
|
|
$driver = new mysqli_driver();
|
|
if ($driver->embedded)
|
|
die("skip test doesn't run with embedded server");
|
|
?>
|