
| Path : /usr/src/php/ext/mysqli/tests/ |
| Current File : //usr/src/php/ext/mysqli/tests/068.phpt |
--TEST--
mysqli get_client_info
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$s = mysqli_get_client_info();
echo gettype($s);
?>
--EXPECTF--
%unicode|string%