xref: /PHP-8.1/ext/mysqli/tests/068.phpt (revision b5a14e6c)
1--TEST--
2mysqli get_client_info
3--EXTENSIONS--
4mysqli
5--FILE--
6<?php
7    $s = mysqli_get_client_info();
8    echo gettype($s);
9?>
10--EXPECT--
11string
12