1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
Files
archived-php-src/ext/mysqli/tests/skipifemb.inc
T

5 lines
117 B
PHP

<?php
$driver = new mysqli_driver();
if ($driver->embedded)
die("skip test doesn't run with embedded server");
?>