php-src/ext/mysqli/tests/068.phpt

14 lines
187 B
PHP

--TEST--
mysqli get_client_info
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$s = mysqli_get_client_info();
echo gettype($s);
?>
--EXPECT--
string
--UEXPECT--
unicode