php-src/ext/mysqli/tests/skipif.inc
Nikita Popov 97d192b444 Reindent ext/mysqli tests
Reindent ext/mysqli tests on PHP-7.4, so they match with the
indentation on PHP-8.0. Otherwise merging test changes across
branches is very unpleasant.
2020-11-25 15:57:11 +01:00

5 lines
93 B
PHP

<?php
if (!extension_loaded('mysqli')){
die('skip mysqli extension not available');
}
?>