summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/068.phpt
blob: da5e988fb7111366d8c97a93e454206d558f65c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
mysqli get_client_info
--SKIPIF--
<?php	require_once('skipif.inc'); ?>
--FILE--
<?php
	$s = mysqli_get_client_info();
	echo gettype($s);
?>
--EXPECT--
unicode