mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00

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.
5 lines
93 B
PHP
5 lines
93 B
PHP
<?php
|
|
if (!extension_loaded('mysqli')){
|
|
die('skip mysqli extension not available');
|
|
}
|
|
?>
|