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

11 lines
177 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'); ?>
2006-07-11 07:03:31 +00:00
--FILE--
<?php
$s = mysqli_get_client_info();
echo gettype($s);
2006-07-11 07:03:31 +00:00
?>
--EXPECTF--
%unicode|string%