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

16 lines
192 B
Plaintext
Raw Normal View History

2006-07-11 07:03:31 +00:00
--TEST--
mysqli get_client_info
--SKIPIF--
<?php
require_once('skipif.inc');
?>
--FILE--
<?php
$s = mysqli_get_client_info();
echo gettype($s);
?>
--EXPECT--
string
2006-10-01 21:01:31 +00:00
--UEXPECT--
unicode